Update for Debian source format
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 27 Aug 2015 05:42:41 +0000 (23:42 -0600)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 27 Aug 2015 05:42:41 +0000 (23:42 -0600)
debian/changelog
debian/control
debian/rules
debian/source/format [new file with mode: 0644]

index aaea6d63660968986c0e6a75ea79c6ff481efeef..9b797ea73c623769a69ea96ba6e69055828e56bb 100644 (file)
@@ -1,3 +1,9 @@
+cl-base64 (3.3.4-2) UNRELEASED; urgency=medium
+
+  * Switch to dpkg-source 3.0 (quilt) format
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 26 Aug 2015 23:42:04 -0600
+
 cl-base64 (3.3.4-1) unstable; urgency=medium
 
   * New upstream. (closes:796978) Thanks to Denis Martinez.
index 5fdd6e31bfe23770055171e40e95f9b8bfa8200b..a77573fb4b134aeb30b1859ec5d0c7551b7bf4e9 100644 (file)
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Kevin M. Rosenberg <kmr@debian.org>
 Build-Depends-Indep: dh-lisp
 Build-Depends: debhelper (>= 7.0.0)
-Standards-Version: 3.8.2.0
+Standards-Version: 3.9.5.0
 Homepage: http://files.b9.com/cl-base64/
 Vcs-Git: git://git.b9.com/cl-base64.git
 Vcs-Browser: http://git.b9.com/?p=cl-base64.git
index dba82141a361e898b2c262107c58369dec5f4362..2c32697f4bcb3a8a688b183c98da689913d0d93c 100755 (executable)
@@ -8,7 +8,11 @@ clc-systems    := usr/share/common-lisp/systems
 clc-files      := $(clc-source)/$(pkg)
 doc-dir                := usr/share/doc/$(debpkg)
 
-build:
+build: build-indep build-dep
+
+build-indep:
+
+build-dep:
 
 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)