[SCM] Debian packaging of libmodule-packaged-perl branch, master, updated. debian/0.86-3
Ansgar Burchardt
ansgar at debian.org
Sat Sep 17 11:40:56 UTC 2011
The following commit has been merged in the master branch:
commit e4a70ef55b9dea16c0c9e897c6992e40e760de63
Author: Ansgar Burchardt <ansgar at debian.org>
Date: Sat Sep 17 13:19:45 2011 +0200
Use source format 3.0 (quilt).
diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 7df3fd2..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,6 +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 d80f066..4b15b67 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
Source: libmodule-packaged-perl
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 7), quilt (>= 0.40)
+Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl, libwww-perl (>= 5.69), libsort-versions-perl (>= 1.5),
libparse-debian-packages-perl (>= 0.01), libparse-cpan-packages-perl (>= 2.20),
libapp-cache-perl, libio-string-perl, libtest-pod-perl,
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 libmodule-packaged-perl
More information about the Pkg-perl-cvs-commits
mailing list