[SCM] Debian packaging of libpdf-table-perl branch, master, updated. 3bcd2e32ed04654f220bd20fe8e487351bd37b62

gregor herrmann gregoa at debian.org
Thu Oct 20 16:19:35 UTC 2011


The following commit has been merged in the master branch:
commit e9dae1cbfb93c7bd2abad88bf092cb8a4047feab
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Oct 20 18:02:39 2011 +0200

    Switch to source format 3.0 (quilt). Remove quilt framework.

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 9dc3fca..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,5 +0,0 @@
-This package uses quilt to manage all modifications to the upstream
-source.  Changes are stored in the source package as diffs in
-debian/patches and applied during the build.
-
-See /usr/share/doc/quilt/README.source for a detailed explanation.
diff --git a/debian/control b/debian/control
index c20fab0..a2ee430 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: libpdf-table-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), quilt
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl (>= 5.8.0-7), libpdf-api2-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Niko Tyni <ntyni at iki.fi>,
diff --git a/debian/rules b/debian/rules
index d9229f5..0d045f4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +1,11 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
-
 build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
+build-stamp:
 	dh build
 	touch $@
 
-clean: unpatch
+clean:
 	dh $@
 
 install: install-stamp
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
Debian packaging of libpdf-table-perl



More information about the Pkg-perl-cvs-commits mailing list