Fix lintian warnings debian-2.12.0-1 v2.12.0
authorKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 8 Jul 2011 20:14:18 +0000 (14:14 -0600)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 8 Jul 2011 20:14:18 +0000 (14:14 -0600)
debian/changelog
debian/rules
debian/source/format [new file with mode: 0644]

index 2a41d57b5e45440792ee2ef694162513e5c46ff0..68d7c0837d49fdb5b97312616ab5507fd7259d16 100644 (file)
@@ -1,8 +1,9 @@
 cl-hyperobject (2.12.0-1) unstable; urgency=low
 
   * New upstream
+  * Switch to dpkg-source 3.0 (quilt) format
 
- -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 08 Jul 2011 14:05:10 -0600
+ -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 08 Jul 2011 14:12:52 -0600
 
 cl-hyperobject (2.11.0-3) unstable; urgency=low
 
index a3a19053303e00116d7500d44eeeda90ad7eec0d..deaab4591033da46d661510128870b4b306975ca 100755 (executable)
@@ -13,7 +13,11 @@ tests-files  := tests.lisp
 source-files   := $(filter-out $(tests-files),$(wildcard *.lisp))
 
 
-build:
+build: build-arch build-indep
+
+build-arch:
+
+build-indep:
 
 clean:
        dh_testdir
diff --git a/debian/source/format b/debian/source/format
new file mode 100644 (file)
index 0000000..163aaf8
--- /dev/null
@@ -0,0 +1 @@
+3.0 (quilt)