Fix some Lintian warnings
authorCameron Dale <camrdale@gmail.com>
Sat, 17 Sep 2011 23:05:55 +0000 (16:05 -0700)
committerCameron Dale <camrdale@gmail.com>
Sat, 17 Sep 2011 23:05:55 +0000 (16:05 -0700)
debian/changelog
debian/rules
debian/source/format [new file with mode: 0644]

index 7a88b71d43eb4492ff52e1dac285dc4cbb8f8b57..891098773f6c8159be4f176e8cefaa542e793525 100644 (file)
@@ -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 <camrdale@gmail.com>  Sat, 17 Sep 2011 16:03:32 -0700
+ -- Cameron Dale <camrdale@gmail.com>  Sat, 17 Sep 2011 16:05:31 -0700
 
 apt-p2p (0.1.6) unstable; urgency=low
 
index 1588eb377133b9b6a053106f0f72eb52366a5dfc..257edbe1e4ba82dab33a99c2dfe700515199bd2b 100755 (executable)
@@ -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 (file)
index 0000000..89ae9db
--- /dev/null
@@ -0,0 +1 @@
+3.0 (native)