[SCM] Git repository for devscripts branch, master, updated. v2.12.0-30-gedf5c99

Christoph Berg myon at debian.org
Sat Aug 11 15:52:08 UTC 2012


The following commit has been merged in the master branch:
commit 4e36a8d3fc73194d316c488ae9020a700dafc4f4
Author: Christoph Berg <myon at debian.org>
Date:   Sat Aug 11 17:49:28 2012 +0200

    Include origtargz in package

diff --git a/Makefile.common b/Makefile.common
index 3ffa4b4..3f04732 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -1,7 +1,7 @@
 GEN_MAN1S := bts.1 build-rdeps.1 chdist.1 dcontrol.1 debcheckout.1 debcommit.1 \
 	     deb-reversion.1 desktop2menu.1 dget.1 licensecheck.1 mass-bug.1 \
 	     mk-build-deps.1 namecheck.1 rmadison.1 svnpath.1 tagpending.1 \
-	     transition-check.1
+	     origtargz.1 transition-check.1
 
 PERLMOD_DIR = /usr/share/devscripts
 EXAMPLES_DIR = /usr/share/devscripts
diff --git a/README b/README
index 39ea41d..43d8836 100644
--- a/README
+++ b/README
@@ -191,6 +191,9 @@ And now, in mostly alphabetical order, the scripts:
   previously released version (as per the changelog) and submit the diff
   to the BTS. [patchutils, mutt]
 
+- origtargz: fetch the orig tarball of a Debian package from various sources,
+  and unpack it
+
 - plotchangelog: display information from a changelog graphically using
   gnuplot. [libtimedate-perl, gnuplot]
 
diff --git a/debian/changelog b/debian/changelog
index b17f36b..2387ea5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -29,6 +29,8 @@ devscripts (2.12.2) UNRELEASED; urgency=low
   * debcheckout: When --package is given, use this package name rather than
     trying to guess it from the url. Useful for URLs like
     http://anonscm.debian.org/bzr/pkg-postgresql/postgresql-9.2/sid-pgapt/.
+  * origtargz: New script: fetch the orig tarball of a Debian package from
+    various sources, and unpack it
 
  -- Benjamin Drung <bdrung at debian.org>  Thu, 26 Jul 2012 12:17:51 +0200
 
diff --git a/debian/control b/debian/control
index 0c555a3..1e53809 100644
--- a/debian/control
+++ b/debian/control
@@ -171,6 +171,8 @@ Description: scripts to make the life of a Debian Package maintainer easier
   - namecheck: Check project names are not already taken.
   - nmudiff: mail a diff of the current package against the previous version
     to the BTS to assist in tracking NMUs [patchutils, mutt]
+  - origtargz: fetch the orig tarball of a Debian package from various sources,
+    and unpack it
   - plotchangelog: view a nice plot of the data in a changelog file
     [libtimedate-perl, gnuplot]
   - pts-subscribe: subscribe to the PTS for a limited period of time
diff --git a/po4a/devscripts-po4a.conf b/po4a/devscripts-po4a.conf
index c3e13d9..acac392 100644
--- a/po4a/devscripts-po4a.conf
+++ b/po4a/devscripts-po4a.conf
@@ -100,6 +100,8 @@
 	fr:fr/namecheck.fr.pl add_fr:add_fr/translator_pod.add
 [type:man] ../scripts/nmudiff.1 \
 	fr:fr/nmudiff.fr.1 add_fr:add_fr/translator_man.add
+[type:pod] ../scripts/origtargz.pl \
+	fr:fr/origtargz.fr.pl add_fr:add_fr/translator_pod.add
 [type:man] ../scripts/plotchangelog.1 \
 	fr:fr/plotchangelog.fr.1 add_fr:add_fr/translator_man.add
 [type:man] ../scripts/pts-subscribe.1 \

-- 
Git repository for devscripts



More information about the devscripts-devel mailing list