Codebase list pastedeploy / a46287b
Convert git repository from git-dpm to gbp layout Ondřej Nový 5 years ago
3 changed file(s) with 2 addition(s) and 12 deletion(s). Raw diff Collapse all Expand all
+0
-11
debian/.git-dpm less more
0 # see git-dpm(1) from git-dpm package
1 0b19d6779969b2d535d7b85182d8102c3e6c577a
2 0b19d6779969b2d535d7b85182d8102c3e6c577a
3 6c27b1683897067404f304c8540363b4ce7a3f0e
4 6c27b1683897067404f304c8540363b4ce7a3f0e
5 pastedeploy_1.5.2.orig.tar.gz
6 8f7676287c880df164d5659a7da28cf6ee9b039e
7 24006
8 debianTag="debian/%e%v"
9 patchedTag="patched/%e%v"
10 upstreamTag="upstream/%e%u"
66 * d/copyright: Bump my copyright year
77 * d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP
88 * d/control: Remove ancient X-Python-Version field
9 * Convert git repository from git-dpm to gbp layout
910
1011 -- Ondřej Nový <onovy@debian.org> Mon, 07 Nov 2016 23:04:53 +0100
1112
88
99 class PasteDeploy(Template):
1010
11 _template_dir = '/usr/share/paster_templates/paste_deploy'
11 _template_dir = 'paster_templates/paste_deploy'
1212 summary = "A web application deployed through paste.deploy"
1313
1414 egg_plugins = ['PasteDeploy']