[SCM] Debian packaging of libxml-autowriter-perl branch, master, updated. 0d4f4b28041413c92c79c93216ad38e995029098
Ansgar Burchardt
ansgar at debian.org
Thu Sep 15 19:49:01 UTC 2011
The following commit has been merged in the master branch:
commit 22ea5d763755d8d565ea56d74708e4db7cdf0655
Author: Ansgar Burchardt <ansgar at debian.org>
Date: Thu Sep 15 21:40:08 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 6dc5851..56a8887 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Priority: optional
Standards-Version: 3.8.2
Vcs-Git: git://git.debian.org/pkg-perl/packages/libxml-autowriter-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-autowriter-perl.git
-Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 7.0.8)
Build-Depends-Indep: perl (>= 5.8), libxml-parser-perl
Homepage: http://search.cpan.org/dist/XML-AutoWriter/
diff --git a/debian/rules b/debian/rules
index f6b359a..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
#!/usr/bin/make -f
%:
- dh $@ --with quilt
+ dh $@
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 libxml-autowriter-perl
More information about the Pkg-perl-cvs-commits
mailing list