diff options
| author | Matthias Klose <doko@ubuntu.com> | 2011-12-17 14:09:14 +0000 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2011-12-17 15:33:14 +0000 |
| commit | ff89a6b1cd9b61b1981eae580db881869230c613 (patch) | |
| tree | 7a371e754d6b710776e86b7fff2d7a1d8a2adeef | |
| parent | e100501766b3a2d72355725038ce627e6d13a77c (diff) | |
| parent | ac3c1a6f71294779b41a6bf75c4388b387c9f6de (diff) | |
1.5.5-1ubuntu1 (patches applied)applied/1.5.5-1ubuntu1applied/ubuntu/vivid-develapplied/ubuntu/vividapplied/ubuntu/utopic-develapplied/ubuntu/utopicapplied/ubuntu/trusty-develapplied/ubuntu/trustyapplied/ubuntu/saucy-develapplied/ubuntu/saucyapplied/ubuntu/raring-develapplied/ubuntu/raringapplied/ubuntu/quantal-develapplied/ubuntu/quantalapplied/ubuntu/precise-develapplied/ubuntu/precise
Imported using git-ubuntu import.
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/control | 3 | ||||
| -rwxr-xr-x | debian/rules | 8 |
3 files changed, 11 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index 3a95656..09b5fe0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-daemon (1.5.5-1ubuntu1) precise; urgency=low + + * Build using dh_python2 + + -- Matthias Klose <doko@ubuntu.com> Sat, 17 Dec 2011 14:09:14 +0000 + python-daemon (1.5.5-1) unstable; urgency=low * New upstream version. Highlights since previous release: diff --git a/debian/control b/debian/control index b46583a..8d9ac8d 100644 --- a/debian/control +++ b/debian/control @@ -6,11 +6,10 @@ Homepage: http://pypi.python.org/pypi/python-daemon VCS-bzr: http://bzr.debian.org/bzr/collab-maint/python-daemon/python-daemon.debian/ VCS-Browser: http://bzr.debian.org/loggerhead/collab-maint/python-daemon/python-daemon.debian/ Build-Depends: debhelper (>= 7.0.14), - python-support (>= 0.90), python-setuptools, python-minimock (>= 1.2.2), python-lockfile, - python + python (>= 2.6.6-3~) Standards-Version: 3.8.4 Package: python-daemon diff --git a/debian/rules b/debian/rules index 5c532cf..0203313 100755 --- a/debian/rules +++ b/debian/rules @@ -15,19 +15,19 @@ .PHONY: build build: - dh build + dh build --with=python2 .PHONY: clean clean: - dh clean + dh clean --with=python2 .PHONY: install install: build - dh install + dh install --with=python2 .PHONY: binary-indep binary-indep: build install - dh binary-indep + dh binary-indep --with=python2 .PHONY: binary-arch binary-arch: build install |
