[libnetwork-ipv4addr-perl] 01/02: Replace repackaging framework with a simple gbp.conf.

gregor herrmann gregoa at debian.org
Wed Jun 29 13:14:35 UTC 2016


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

gregoa pushed a commit to branch master
in repository libnetwork-ipv4addr-perl.

commit 46a01bc1e0db3a6b23a8112518b1c1bc6e03bbb3
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Jun 29 15:13:38 2016 +0200

    Replace repackaging framework with a simple gbp.conf.
---
 debian/README.source | 22 ----------------------
 debian/gbp.conf      |  2 ++
 debian/repack.local  |  3 ---
 debian/rules         |  9 ---------
 debian/watch         |  2 +-
 5 files changed, 3 insertions(+), 35 deletions(-)

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index b15aad1..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,22 +0,0 @@
-Upstream tarball repackaged
-===============================================================================
-As the upstream tarball has been updated since it contained a debian directory,
-here are the following commands to get the new debian tarball ds.orig.tar.gz:
-
-- From the build directory: run ./debian/rules get-orig-source
-
-- Otherwise:
-
-    $ wget http://search.cpan.org/CPAN/authors/id/F/FR/FRAJULAC/Net-IPv4Addr-0.10.tar.gz
-    $ tar -xzvf Net-IPv4Addr-0.10.tar.gz
-    $ cd Net-IPv4Addr-0.10
-    $ rm -rv debian
-    $ cp MANIFEST MANIFEST.old
-    $ sed '/^debian/d' MANIFEST.old > MANIFEST
-    $ rm MANIFEST.old
-    $ cd ..
-    $ mv Net-IPv4Addr-0.10 libnetwork-ipv4addr-perl-0.10.orig
-    $ tar cfC repacked.tar . libnetwork-ipv4addr-perl-0.10.orig
-    $ gzip -9 < repacked.tar > libnetwork-ipv4addr-perl_0.10.ds.orig.tar.gz
-    $ rm repacked.tar
-    $ rm Net-IPv4Addr-0.10.tar.gz
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..07f0178
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,2 @@
+[import-orig]
+filter = debian
diff --git a/debian/repack.local b/debian/repack.local
deleted file mode 100644
index a97a7ed..0000000
--- a/debian/repack.local
+++ /dev/null
@@ -1,3 +0,0 @@
-MANIFEST=1
-SUFFIX=.ds
-rm debian
diff --git a/debian/rules b/debian/rules
index 1742a96..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +1,4 @@
 #!/usr/bin/make -f
 
-# If set to a true value then MakeMaker's prompt function will
-# always return the default without waiting for user input.
-export PERL_MM_USE_DEFAULT=1
-
 %:
 	dh $@
-
-get-orig-source:
-	uscan -force -verbose
-
-.PHONY: get-orig-source
diff --git a/debian/watch b/debian/watch
index e034a02..4c1361e 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
 options=dversionmangle=s/\.ds// \
-https://metacpan.org/release/Net-IPv4Addr  .+/Net-IPv4Addr-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian sh debian/repack.stub
+https://metacpan.org/release/Net-IPv4Addr  .+/Net-IPv4Addr-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

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



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