[SCM] Debian packaging of libgraph-writer-graphviz-perl branch, master, updated. e0ba369d3bdba4517cc09a5fbb085e19c744ceed

gregor herrmann gregoa at debian.org
Sun Oct 16 12:55:39 UTC 2011


The following commit has been merged in the master branch:
commit 2c1e56427051c5002d49f3a7d278edfaaf55d8c3
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Oct 16 14:43:02 2011 +0200

    Switch to source format 3.0 (quilt). Use tiny debian/rules; remove quilt
    from Build-Depends, and remove debian/README.source.

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 1da38e3..c818d70 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Xavier Oswald <xoswald at debian.org>
 Build-Depends-Indep: perl (>= 5.8.7), libio-all-perl, libgraphviz-perl, libgraph-readwrite-perl
-Build-Depends: debhelper (>= 7), libmodule-build-perl, quilt
+Build-Depends: debhelper (>= 7), libmodule-build-perl
 Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/Graph-Writer-GraphViz/
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libgraph-writer-graphviz-perl.git
diff --git a/debian/rules b/debian/rules
index 8aab779..cbe925d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,25 +1,3 @@
 #!/usr/bin/make -f
-
-include /usr/share/quilt/quilt.make
-
-binary: binary-indep binary-arch
-
-binary-arch:
-
-binary-indep: install
-	dh binary-indep
-
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh build
-	touch $@
-
-clean: unpatch
-	dh clean
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-.PHONY: binary binary-arch binary-indep clean
+%:
+	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 libgraph-writer-graphviz-perl



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