[SCM] Debian packaging of libcgi-ssi-perl branch, master, updated. debian/0.92-3
Ansgar Burchardt
ansgar at debian.org
Fri Sep 16 19:52:50 UTC 2011
The following commit has been merged in the master branch:
commit 94ca119a255dbc87977fdc85e027218026d92164
Author: Ansgar Burchardt <ansgar at debian.org>
Date: Fri Sep 16 21:40:42 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 2e36cb3..05736ca 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Standards-Version: 3.8.2
Homepage: http://search.cpan.org/dist/CGI-SSI/
Vcs-Git: git://git.debian.org/pkg-perl/packages/libcgi-ssi-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcgi-ssi-perl.git
-Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 7.0.8)
Build-Depends-Indep: perl, libhtml-simpleparse-perl, libwww-perl,
liburi-perl, libtimedate-perl
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 libcgi-ssi-perl
More information about the Pkg-perl-cvs-commits
mailing list