From 43c5d73447b590de13e2b1b34ebfe5ffb312aece Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 22 Mar 2014 16:10:15 +0000 Subject: Update debian templates --- debian/control | 2 +- debian/copyright | 4 ++-- debian/rules | 11 +---------- 3 files changed, 4 insertions(+), 13 deletions(-) diff --git a/debian/control b/debian/control index 66aa05a..b3b9484 100644 --- a/debian/control +++ b/debian/control @@ -1,4 +1,5 @@ Source: PACKAGE +Homepage: http://liw.fi/PACKAGE/ Maintainer: Lars Wirzenius Section: python Priority: optional @@ -11,4 +12,3 @@ Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6) Description: short desc Long desc. -Homepage: http://liw.fi/PACKAGE/ diff --git a/debian/copyright b/debian/copyright index 48dee72..b1818f4 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,10 +1,10 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: NAME Upstream-Contact: Lars Wirzenius -Source: http://code.liw.fi/NAME/bzr/trunk/ +Source: http://git.liw.fi/ Files: * -Copyright: 2011, Lars Wirzenius +Copyright: 2014, Lars Wirzenius License: GPL-3+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/debian/rules b/debian/rules index 37a2644..2d33f6a 100755 --- a/debian/rules +++ b/debian/rules @@ -1,13 +1,4 @@ #!/usr/bin/make -f %: - dh $@ --with=python2 --buildsystem=python_distutils - -override_dh_auto_build: - $(MAKE) - dh_auto_build --with=python2 --buildsystem=python_distutils - -override_dh_auto_clean: - $(MAKE) clean - dh_auto_clean --with=python2 --buildsystem=python_distutils - + dh $@ -- cgit v1.2.1