[SCM] Debian packaging of libcoat-perl branch, master, updated. debian/0.334-2

Ansgar Burchardt ansgar at debian.org
Sat Sep 17 12:42:17 UTC 2011


The following commit has been merged in the master branch:
commit 82433a2c0c6264eb764426f1ca804e5bab07710a
Author: Ansgar Burchardt <ansgar at debian.org>
Date:   Sat Sep 17 14:36:30 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/rules b/debian/rules
index 19b0328..9e41a30 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 clean --before dh_clean
 	dh_clean -X011_metaclass_attributes_inheritance.t.orig
 
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 libcoat-perl



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