[libxml-simpleobject-perl] 03/06: Update to dpkg source format 3.0 (quilt)

ntyni at debian.org ntyni at debian.org
Sat Jan 27 14:31:54 UTC 2018


This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libxml-simpleobject-perl.

commit 1295ae6f53416c4a6b26fb0dcf4a9c1353b795f3
Author: Niko Tyni <ntyni at debian.org>
Date:   Sat Jan 27 16:18:43 2018 +0200

    Update to dpkg source format 3.0 (quilt)
---
 debian/README.source | 6 ------
 debian/control       | 4 +---
 debian/rules         | 2 +-
 debian/source/format | 1 +
 4 files changed, 3 insertions(+), 10 deletions(-)

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 7df3fd2..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,6 +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 25b97b0..9d5d9f4 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,7 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ansgar Burchardt <ansgar at debian.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 10),
-               quilt
+Build-Depends: debhelper (>= 10)
 Build-Depends-Indep: perl,
                      libxml-parser-perl,
                      libxml-libxml-perl
@@ -56,4 +55,3 @@ Description: Simple oo representation of an XML::LibXML DOM object
  will rightfully question placing another interface over the DOM methods
  provided by XML::LibXML, but others appreciate the total simplicity
  provided by this module, despite its limitations.
-
diff --git a/debian/rules b/debian/rules
index 931d500..cbe925d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,3 @@
 #!/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)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libxml-simpleobject-perl.git



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