Codebase list emma / aa75fb6
* Source package format changed to 3.0 (quilt) * Converted from python-support to dh_python2 * Standards-Version bumped to 3.9.4 - build-arch and build-indep targets added to debian/rules * Temporarily remove Marco's email address from Uploaders (until he provides working one, closes: #694147) Piotr Ożarowski 10 years ago
4 changed file(s) with 27 addition(s) and 21 deletion(s). Raw diff Collapse all Expand all
0 emma (0.6-5) UNRELEASED; urgency=low
0 emma (0.6-5) unstable; urgency=low
11
2 [ Jakub Wilk ]
23 * Use canonical URIs for Vcs-* fields.
34
4 -- Jakub Wilk <jwilk@debian.org> Sun, 05 May 2013 18:05:02 +0200
5 [ Piotr Ożarowski ]
6 * Source package format changed to 3.0 (quilt)
7 * Converted from python-support to dh_python2
8 * Standards-Version bumped to 3.9.4
9 - build-arch and build-indep targets added to debian/rules
10 * Temporarily remove Marco's email address from Uploaders
11 (until he provides working one, closes: #694147)
12
13 -- Piotr Ożarowski <piotr@debian.org> Sat, 31 Aug 2013 20:07:17 +0200
514
615 emma (0.6-4) unstable; urgency=low
716
11 Section: gnome
22 Priority: optional
33 Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
4 Uploaders: Piotr Ożarowski <piotr@debian.org>, Marco Rodrigues <gothicx@sapo.pt>
5 Build-Depends: python (>= 2.4), python-support, debhelper (>= 5.0.38), quilt (>= 0.40)
6 XS-Python-Version: >=2.4
7 Standards-Version: 3.8.3
4 Uploaders: Piotr Ożarowski <piotr@debian.org>
5 # Marco Rodrigues <gothicx@sapo.pt>
6 Build-Depends: python (>= 2.4), dh-python, debhelper (>= 5.0.38)
7 Standards-Version: 3.9.4
88 Homepage: http://www.fastflo.de/projects/emma
99 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/emma/trunk/
1010 Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/emma/trunk/
11 X-Python-Version: >=2.4
1112
1213 Package: emma
1314 Architecture: all
22 # Uncomment this to turn on verbose mode.
33 #export DH_VERBOSE=1
44
5 include /usr/share/quilt/quilt.make
5 build:
6 build-arch:
7 build-indep:
68
7 build:
9 clean:
10 python setup.py clean -a
11 dh_clean
12 find . -name '*\.py[co]' -delete
813
9 clean: clean-patched unpatch
10 find . -name '*\.py[co]' -delete
11 dh_clean
12
13 clean-patched: patch
14 dh_testdir
15 dh_testroot
16 python setup.py clean -a
17
18 install: patch
14 install:
1915 dh_testdir
2016 dh_testroot
2117 dh_clean -k
3531 dh_installman
3632 dh_compress -X.py -X.glade
3733 dh_fixperms
38 dh_pysupport
34 dh_python2
3935 dh_installdeb
4036 dh_gencontrol
4137 dh_md5sums
4541
4642 binary: binary-indep binary-arch
4743
48 .PHONY: build clean clean-patched binary-indep binary-arch binary install
44 .PHONY: build clean build-arch build-indep binary-indep binary-arch binary install
0 1.0
0 3.0 (quilt)