[SCM] Debian packaging of perlconsole branch, master, updated. debian/0.4-4

Ansgar Burchardt ansgar at debian.org
Sun Sep 18 13:38:27 UTC 2011


The following commit has been merged in the master branch:
commit 6fda0979167c4ab33bb7040b7d97781c8563c10d
Author: Ansgar Burchardt <ansgar at debian.org>
Date:   Sun Sep 18 15:21:53 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 7c3e3da..2577664 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: devel
 Priority: extra
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
-Build-Depends: debhelper (>= 5), quilt
+Build-Depends: debhelper (>= 5)
 Standards-Version: 3.7.3
 Vcs-Git: git://git.debian.org/pkg-perl/packages/perlconsole.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/perlconsole.git
diff --git a/debian/rules b/debian/rules
index 95946f6..654558f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,8 +7,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-include /usr/share/quilt/quilt.make
-
 # If set to a true value then MakeMaker's prompt function will
 # always return the default without waiting for user input.
 export PERL_MM_USE_DEFAULT=1
@@ -18,14 +16,14 @@ PACKAGE = $(shell dh_listpackages)
 TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
+build-stamp:
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
 	$(MAKE) test
 	touch $@
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	dh_clean build-stamp 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 perlconsole



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