[libcurses-widgets-perl] 01/14: Switch to source format "3.0 (quilt)"
Axel Beckert
abe at deuxchevaux.org
Wed Sep 11 23:24:47 UTC 2013
This is an automated email from the git hooks/post-receive script.
abe pushed a commit to branch master
in repository libcurses-widgets-perl.
commit d8af68c460d3476e2210ef3282e188cdf2804e6d
Author: Axel Beckert <abe at deuxchevaux.org>
Date: Thu Sep 12 00:46:24 2013 +0200
Switch to source format "3.0 (quilt)"
Remove quilt traces from debian/rules and build dependencies
Remove debian/README.source
---
debian/README.source | 5 -----
debian/changelog | 5 +++++
debian/control | 3 +--
debian/rules | 6 ++----
debian/source/format | 1 +
5 files changed, 9 insertions(+), 11 deletions(-)
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/changelog b/debian/changelog
index e373c8a..40dd5ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -32,6 +32,11 @@ libcurses-widgets-perl (1.997-6) UNRELEASED; urgency=low
* Change Vcs-Git to canonical URI (git://anonscm.debian.org)
* Change search.cpan.org based URIs to metacpan.org based URIs
+ [ Axel Beckert ]
+ * Switch to source format "3.0 (quilt)"
+ + Remove quilt traces from debian/rules and build dependencies
+ + Remove debian/README.source
+
-- gregor herrmann <gregor+debian at comodo.priv.at> Tue, 09 Oct 2007 22:28:25 +0200
libcurses-widgets-perl (1.997-5) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 29bf084..aba2804 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,7 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa at debian.org>
Section: perl
Priority: optional
-Build-Depends: debhelper (>> 4),
- quilt
+Build-Depends: debhelper (>> 4)
Build-Depends-Indep: perl,
libcurses-perl
Standards-Version: 3.7.2
diff --git a/debian/rules b/debian/rules
index 4fd9d5d..2667116 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,14 +11,12 @@
# always return the default without waiting for user input.
export PERL_MM_USE_DEFAULT=1
-include /usr/share/quilt/quilt.make
-
PERL ?= /usr/bin/perl
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)
@@ -26,7 +24,7 @@ build-stamp: $(QUILT_STAMPFN)
# $(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)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcurses-widgets-perl.git
More information about the Pkg-perl-cvs-commits
mailing list