From 4944d251a8ad131a36a66e53383e450dcb084a11 Mon Sep 17 00:00:00 2001 From: Cameron Dale Date: Sat, 17 Sep 2011 16:05:55 -0700 Subject: [PATCH 1/1] Fix some Lintian warnings --- debian/changelog | 3 ++- debian/rules | 3 +++ debian/source/format | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 debian/source/format 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) -- 2.39.2