From: Cameron Dale Date: Sat, 17 Sep 2011 23:05:55 +0000 (-0700) Subject: Fix some Lintian warnings X-Git-Url: https://git.mxchange.org/?p=quix0rs-apt-p2p.git;a=commitdiff_plain;h=4944d251a8ad131a36a66e53383e450dcb084a11;hp=bf9ad75cf6b83504d467687979475e86dfb57da9 Fix some Lintian warnings --- diff --git a/debian/changelog b/debian/changelog index 7a88b71..8910987 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ apt-p2p (0.1.7) unstable; urgency=low * Change the module location of the apt OpProgress class (Closes: #641732) + * Fix some Lintian warnings - -- Cameron Dale Sat, 17 Sep 2011 16:03:32 -0700 + -- Cameron Dale Sat, 17 Sep 2011 16:05:31 -0700 apt-p2p (0.1.6) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 1588eb3..257edbe 100755 --- a/debian/rules +++ b/debian/rules @@ -5,6 +5,9 @@ PYTHON_VERSION=$(shell /usr/bin/python -V 2>&1 | /usr/bin/perl -le 'print "$$1.$$2" if <> =~m/^Python\s+(\d+)\.(\d+)(\.\d+)*/') +build: build-arch build-indep +build-arch: build-stamp +build-indep: build-stamp build-stamp: apt-p2p.8 apt-p2p.conf.5 dh_testdir diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native)