[SCM] Debian packaging of libfile-desktopentry-perl branch, master, updated. debian/0.04-3

Ansgar Burchardt ansgar at debian.org
Sat Sep 17 09:48:01 UTC 2011


The following commit has been merged in the master branch:
commit 5cafff8462e8025c1699bcf5dd4b67791c5a0bb6
Author: Ansgar Burchardt <ansgar at debian.org>
Date:   Sat Sep 17 11:31:28 2011 +0200

    Use source format 3.0 (quilt).

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 1e24d44..c333205 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: libfile-desktopentry-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5), libmodule-build-perl, quilt
+Build-Depends: debhelper (>= 5), libmodule-build-perl
 Build-Depends-Indep: perl (>= 5.8.0-7), libtest-pod-perl, libtest-pod-coverage-perl, libfile-basedir-perl (>= 0.03)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Gunnar Wolf <gwolf at debian.org>
diff --git a/debian/rules b/debian/rules
index d962e2e..65185fb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,4 @@
 #!/usr/bin/make -f
-include /usr/share/quilt/quilt.make 
 
 export PERL_MM_USE_DEFAULT=1
 
@@ -11,14 +10,14 @@ endif
 
 TMP     =$(CURDIR)/debian/$(PACKAGE)
 
-build: patch build-stamp
+build: build-stamp
 build-stamp:
 	dh_testdir
 	$(PERL) Build.PL
 	./Build
 	touch build-stamp
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	[ ! -x Build ] || ./Build realclean
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 libfile-desktopentry-perl



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