[SCM] Debian packaging of libogg-vorbis-header-pureperl-perl branch, master, updated. debian/1.0-3
Ansgar Burchardt
ansgar at debian.org
Sun Sep 18 12:55:26 UTC 2011
The following commit has been merged in the master branch:
commit 84ce04d797bbc93a867abec5808dafefab7d3c00
Author: Ansgar Burchardt <ansgar at debian.org>
Date: Sun Sep 18 14:50:15 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 73e4780..f977f36 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar at debian.org>, gregor herrmann <gregoa at debian.org>
-Build-Depends: debhelper (>= 7), quilt
+Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl (>= 5.6.0)
Standards-Version: 3.8.1
Homepage: http://search.cpan.org/dist/Ogg-Vorbis-Header-PurePerl/
diff --git a/debian/rules b/debian/rules
index 4dbff21..610abc3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,13 @@
#!/usr/bin/make -f
-include /usr/share/quilt/quilt.make
-
TMP=$(CURDIR)/debian/libogg-vorbis-header-pureperl-perl
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 libogg-vorbis-header-pureperl-perl
More information about the Pkg-perl-cvs-commits
mailing list