Your message dated Sun, 11 May 2014 18:33:32 +0000
with message-id <[email protected]>
and subject line Bug#730768: fixed in devscripts 2.14.2
has caused the Debian Bug report #730768,
regarding [uscan] Allow a different compression scheme when repacking upstream 
tarballs
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
730768: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730768
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: devscripts
Version: 2.13.4
Severity: wishlist
Tags: patch

Please, find enclosed below a patch for allowing uscan to use a different compression scheme when repacking upstream tarballs. The patch should apply cleanly to the master branch of the Git repository, as today.

The changes introduced by this patch were originally done by Andreas Tille <[email protected]> and were discussed in the context of Bug#685787. I just merged the relevant changes from Andreas' private Git repository into the master branch of the Git repository of devscripts.

The --repack-compression option of uscan accepts now an argument that indicates the type of the compression that will be used when repacking the upstream tarball, either because there are files listed in the Files-Excluded field of debian/copyright or because the --repack option was given and there is need for repacking. The current alternatives are gz, bz, xz, and lzma.

The documentation in scripts/uscan.1 has been changed accordingly and the test in test/test_uscan has been extended to exercise the option --repack-compression=xz, which will repack the gz upstream tarball using xz. For that to work, a build-dependency on xz-utils has also been added.

Best regards,

Rafael Laboissiere

-- Package-specific info:

--- /etc/devscripts.conf ---

--- ~/.devscripts --- USCAN_VERBOSE=yes

-- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (650, 'testing'), (600, 'unstable'), (550, 'stable'), (500, 'experimental') Architecture: i386 (i686)

Kernel: Linux 3.10-rc7-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages devscripts depends on: ii dpkg-dev 1.16.12 ii libc6 2.17-93 ii perl 5.18.1-4 ii python3 3.3.2-17 pn python3:any <none>

Versions of packages devscripts recommends: ii at 3.1.14-1 ii curl 7.33.0-1 ii dctrl-tools 2.23 ii debian-keyring 2013.07.31 ii dput 0.9.6.4 ii dupload 2.7.0 ii equivs 2.0.9 ii fakeroot 1.18.4-2 ii gnupg 1.4.15-1.1 ii libcrypt-ssleay-perl 0.58-1+b1 ii libdistro-info-perl 0.11 ii libencode-locale-perl 1.03-1 pn libjson-perl <none> pn libparse-debcontrol-perl <none> ii libsoap-lite-perl 0.716-1 ii liburi-perl 1.60-1 ii libwww-perl 6.05-1 ii lintian 2.5.19 ii man-db 2.6.5-2 ii patch 2.7.1-4 ii patchutils 0.3.2-3 ii python3-debian 0.1.21+nmu2 ii python3-magic 1:5.14-2 ii sensible-utils 0.0.9 ii strace 4.5.20-2.3 ii unzip 6.0-10 ii wdiff 1.2.1-1 ii wget 1.14.96.38327-2 ii xz-utils 5.1.1alpha+20120614-2

Versions of packages devscripts suggests: ii bsd-mailx [mailx] 8.1.2-0.20131005cvs-1 ii build-essential 11.6 pn cvs-buildpackage <none> pn devscripts-el <none> ii gnuplot 4.6.4-1 ii gpgv 1.4.15-1.1 ii libauthen-sasl-perl 2.1500-1 ii libfile-desktopentry-perl 0.07-1 ii libnet-smtp-ssl-perl 1.01-3 ii libterm-size-perl 0.207-1+b1 ii libtimedate-perl 1.2000-1 ii libyaml-syck-perl 1.27-2+b1 ii mutt 1.5.21-6.4 ii openssh-client [ssh-client] 1:6.4p1-1 pn svn-buildpackage <none> ii w3m 0.5.3-12

-- no debconf information



>From f8bf279fa55368a2840e62b5f5c14531e565f6aa Mon Sep 17 00:00:00 2001
From: Rafael Laboissiere <[email protected]>
Date: Fri, 29 Nov 2013 00:14:13 +0100
Subject: [PATCH] [uscan] Allow a different compression scheme when repacking
 upstream tarballs

The changes introduced by this commit were originally done by Andreas
Tille <[email protected]> and were discussed in the context of
Bug#685787.  I just merged the relevant changes from Andreas' private
Git repository into the master branch of the Git repository of
devscripts.

The --repack-compression option of uscan accepts now an argument that
indicates the type of the compression that will be used when repacking
the upstream tarball, either because there are files listed in the
Files-Excluded field of debian/copyright or because the --repack
option was given and there is need for repacking. The current
alternatives are gz, bz, xz, and lzma.

The documentation in scripts/uscan.1 has been changed accordingly and
the test in test/test_uscan has been extended to exercise the option
--repack-compression=xz, which will repack the gz upstream tarball
using xz.  For that to work, a build-dependency on xz-utils has also
been added.
---
 debian/control   |   3 +-
 scripts/uscan.1  |   6 +++
 scripts/uscan.pl | 115 ++++++++++++++++++++++++++++++++++++++-----------------
 test/test_uscan  |   8 ++--
 4 files changed, 93 insertions(+), 39 deletions(-)

diff --git a/debian/control b/debian/control
index d48f7f2..2c4b5ba 100644
--- a/debian/control
+++ b/debian/control
@@ -28,7 +28,8 @@ Build-Depends: debhelper (>= 9),
                python3-setuptools,
                shunit2 (>= 2.1.6),
                wdiff,
-               xsltproc
+               xsltproc,
+               xz-utils
 XS-Testsuite: autopkgtest
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/devscripts.git
 Vcs-Git: git://anonscm.debian.org/collab-maint/devscripts.git
diff --git a/scripts/uscan.1 b/scripts/uscan.1
index 17e7941..9adee41 100644
--- a/scripts/uscan.1
+++ b/scripts/uscan.1
@@ -401,6 +401,12 @@ a zip archive (i.e. it doesn't match a .tlz, .tlzm, .tlzma, .tar.lzma, .txz,
 installed in order to repack .zip archives, the xz-utils package must be
 installed to repack lzma or xz tar archives.
 .TP
+\fB\-\-repack-compression\fR \fICOMP\fR
+In the case where the upstream sources are repacked (either because
+\fB\-\-repack\fR option is given or \fIdebian/copyright\fR contains the
+field \fBFiles-Excluded\fR), it is possible to control the compression
+method via the \fICOMP\fR parameter (defaults to \fBgz\fR).
+.TP
 .B \-\-no\-symlink
 Don't make these symlinks and don't rename the files.
 .TP
diff --git a/scripts/uscan.pl b/scripts/uscan.pl
index a77385a..2f6e906 100755
--- a/scripts/uscan.pl
+++ b/scripts/uscan.pl
@@ -75,6 +75,7 @@ sub dehs_output ();
 sub quoted_regex_replace ($);
 sub safe_replace ($$);
 sub get_main_source_dir($$$$);
+sub compress_archive($$$);
 
 sub usage {
     print <<"EOF";
@@ -103,6 +104,9 @@ Options:
     --repack       Repack downloaded archives from orig.tar.bz2, orig.tar.lzma,
                    orig.tar.xz or orig.zip to orig.tar.gz
                    (does nothing if downloaded archive orig.tar.gz)
+    --repack-compression COMP
+                   When the upstream sources are repacked, use compression COMP
+                   for the resulting tarball
     --no-symlink   Don\'t make symlink or rename
     --verbose      Give verbose output
     --no-verbose   Don\'t give verbose output (default)
@@ -174,6 +178,8 @@ my $download_version;
 my $force_download = 0;
 my $report = 0; # report even on up-to-date packages?
 my $repack = 0; # repack .tar.bz2, .tar.lzma, .tar.xz or .zip to .tar.gz
+my $default_compression = 'gz' ;
+my $repack_compression = $default_compression;
 my $symlink = 'symlink';
 my $verbose = 0;
 my $check_dirname_level = 1;
@@ -272,7 +278,8 @@ if (@ARGV and $ARGV[0] =~ /^--no-?conf$/) {
 # Now read the command line arguments
 my $debug = 0;
 my ($opt_h, $opt_v, $opt_destdir, $opt_download, $opt_force_download,
-    $opt_report, $opt_passive, $opt_symlink, $opt_repack, $opt_exclusion);
+    $opt_report, $opt_passive, $opt_symlink, $opt_repack,
+    $opt_repack_compression, $opt_exclusion);
 my ($opt_verbose, $opt_level, $opt_regex, $opt_noconf);
 my ($opt_package, $opt_uversion, $opt_watchfile, $opt_dehs, $opt_timeout);
 my $opt_download_version;
@@ -292,6 +299,7 @@ GetOptions("help" => \$opt_h,
 	   "symlink!" => sub { $opt_symlink = $_[1] ? 'symlink' : 'no'; },
 	   "rename" => sub { $opt_symlink = 'rename'; },
 	   "repack" => sub { $opt_repack = 1; },
+	   "repack-compression=s" => \$opt_repack_compression,
 	   "package=s" => \$opt_package,
 	   "upstream-version=s" => \$opt_uversion,
 	   "watchfile=s" => \$opt_watchfile,
@@ -327,6 +335,16 @@ $timeout = $opt_timeout if defined $opt_timeout;
 $timeout = 20 unless defined $timeout and $timeout > 0;
 $symlink = $opt_symlink if defined $opt_symlink;
 $verbose = $opt_verbose if defined $opt_verbose;
+if ( defined $opt_repack_compression ) {
+    if ( $opt_repack_compression =~ /^gz$/  or
+         $opt_repack_compression =~ /^bz2$/ or
+         $opt_repack_compression =~ /^xz$/  or
+         $opt_repack_compression =~ /^lzma$/ ) {
+        $repack_compression = $opt_repack_compression;
+    } else {
+        print "-- Invalid compression $opt_repack_compression given.  Use default $default_compression instead.\n" if $verbose ;
+    }
+}
 $dehs = $opt_dehs if defined $opt_dehs;
 $exclusion = $opt_exclusion if defined $opt_exclusion;
 $user_agent_string = $opt_user_agent if defined $opt_user_agent;
@@ -1413,71 +1431,67 @@ EOF
 		 or uscan_die("$progname warning: OpenPGP signature did not verify.\n");
     }
 
-    if ($repack and $newfile_base =~ /^(.*)\.(tar\.bz2|tbz2?)$/) {
+    if ($repack and $newfile_base =~ /^(.*)\.(tar\.bz2|tbz2?)$/ and
+        $repack_compression !~ /^bz2$/ ) {
 	print "-- Repacking from bzip2 to gzip\n" if $verbose;
-	my $newfile_base_gz = "$1.tar.gz";
+	my $newfile_base_compression = "$1.tar.".$repack_compression;
 	my (undef, $fname) = tempfile(UNLINK => 1);
 	spawn(exec => ['bunzip2', '-c', "$destdir/$newfile_base"],
 	      to_file => $fname,
 	      wait_child => 1);
 	spawn(exec => ['gzip', '-n', '-9'],
 	      from_file => $fname,
-	      to_file => "$destdir/$newfile_base_gz",
+	      to_file => "$destdir/$newfile_base_compression",
 	      wait_child => 1);
 	unlink "$destdir/$newfile_base";
-	$newfile_base = $newfile_base_gz;
+	$newfile_base = $newfile_base_compression;
     }
 
-    if ($repack and $newfile_base =~ /^(.*)\.(tar\.lzma|tlz(?:ma?)?)$/) {
-	print "-- Repacking from lzma to gzip\n" if $verbose;
-	my $newfile_base_gz = "$1.tar.gz";
+    if ($repack and $newfile_base =~ /^(.*)\.(tar\.lzma|tlz(?:ma?)?)$/ and
+        $repack_compression !~ /^lzma$/ ) {
+	print "-- Repacking from lzma to $repack_compression\n" if $verbose;
+	my $newfile_base_compression = "$1.tar.".$repack_compression;
 	my (undef, $fname) = tempfile(UNLINK => 1);
 	spawn(exec => ['xz', '-F', 'lzma', '-cd', "$destdir/$newfile_base"],
 	      to_file => $fname,
 	      wait_child => 1);
-	spawn(exec => ['gzip', '-n', '-9'],
-	      from_file => $fname,
-	      to_file => "$destdir/$newfile_base_gz",
-	      wait_child => 1);
-	unlink "$destdir/$newfile_base";
-	$newfile_base = $newfile_base_gz;
+	compress_archive("$fname", "$destdir/$newfile_base_compression", $repack_compression);
+	$newfile_base = $newfile_base_compression;
     }
 
-    if ($repack and $newfile_base =~ /^(.*)\.(tar\.xz|txz)$/) {
-	print "-- Repacking from xz to gzip\n" if $verbose;
-	my $newfile_base_gz = "$1.tar.gz";
+    if ($repack and $newfile_base =~ /^(.*)\.(tar\.xz|txz)$/ and
+        $repack_compression !~ /^xz$/ ) {
+	print "-- Repacking from xz to $repack_compression\n" if $verbose;
+	my $newfile_base_compression = "$1.tar.".$repack_compression;
 	my (undef, $fname) = tempfile(UNLINK => 1);
 	spawn(exec => ['xz', '-cd', "$destdir/$newfile_base"],
 	      to_file => $fname,
 	      wait_child => 1);
-	spawn(exec => ['gzip', '-n', '-9'],
-	      from_file => $fname,
-	      to_file => "$destdir/$newfile_base_gz",
-	      wait_child => 1);
-	unlink "$destdir/$newfile_base";
-	$newfile_base = $newfile_base_gz;
+	compress_archive("$fname", "$destdir/$newfile_base_compression", $repack_compression);
+	$newfile_base = $newfile_base_compression;
     }
 
     if ($repack and $newfile_base =~ /^(.*)\.(zip|jar)$/) {
-	print "-- Repacking from zip to .tar.gz\n" if $verbose;
+	print "-- Repacking from zip to .tar.$repack_compression\n" if $verbose;
 
 	system('command -v unzip >/dev/null 2>&1') >> 8 == 0
 	  or uscan_die("unzip binary not found. You need to install the package unzip to be able to repack .zip upstream archives.\n");
 
-	my $newfile_base_gz = "$1.tar.gz";
+	my $compress_file_base = "$1.tar" ;
+	my $newfile_base_compression = "$compress_file_base.".$repack_compression;
 	my $tempdir = tempdir ( "uscanXXXX", TMPDIR => 1, CLEANUP => 1 );
 	my $globpattern = "*";
 	my $hidden = ".[!.]*";
 	my $absdestdir = abs_path($destdir);
 	system('unzip', '-q', '-a', '-d', $tempdir, "$destdir/$newfile_base") == 0
-	  or uscan_die("Repacking from zip or jar to tar.gz failed (could not unzip)\n");
+	  or uscan_die("Repacking from zip or jar to tar.$repack_compression failed (could not unzip)\n");
 	if (defined glob("$tempdir/$hidden")) {
 	    $globpattern .= " $hidden";
 	}
-	system("cd $tempdir; GZIP='-n -9' tar --owner=root --group=root --mode=a+rX -czf \"$absdestdir/$newfile_base_gz\" $globpattern") == 0
-	  or uscan_die("Repacking from zip or jar to tar.gz failed (could not create tarball)\n");
-	unlink "$destdir/$newfile_base";
-	$newfile_base = $newfile_base_gz;
+	system("cd $tempdir; tar --owner=root --group=root --mode=a+rX -cf \"$absdestdir/$compress_file_base\" $globpattern") == 0
+	  or uscan_die("Repacking from zip or jar to tar.$repack_compression failed (could not create tarball)\n");
+	compress_archive("$absdestdir/$compress_file_base", "$absdestdir/$newfile_base_compression", $repack_compression);
+	$newfile_base = $newfile_base_compression;
     }
 
     if ($newfile_base =~ /\.(tar\.gz|tgz
@@ -1530,11 +1544,11 @@ EOF
 	    if ( $nfiles_before == $nfiles_after ) {
 		print "-- Source tree remains identical - no need for repacking.\n" if $verbose;
 	    } else {
-		my $suffix = 'gz' ;
-		my $newfile_base_dfsg = "${pkg}_${newversion}${excludesuffix}.orig.tar.$suffix" ;
-		system("cd $tempdir; GZIP='-n -9' tar --owner=root --group=root --mode=a+rX -czf \"$absdestdir/$newfile_base_dfsg\" $globpattern") == 0
-		    or die("Excluding files failed (could not create tarball)\n");
-		$symlink = 'files-excluded' # prevent symlinking or renaming
+                my $newfile_base_dfsg = "${pkg}_${newversion}${excludesuffix}.orig.tar" ;
+                system("cd $tempdir; tar --owner=root --group=root --mode=a+rX -cf \"$absdestdir/$newfile_base_dfsg\" $globpattern") == 0
+                   or die("Excluding files failed (could not create tarball)\n");
+	        compress_archive("$absdestdir/$newfile_base_dfsg", "$absdestdir/$newfile_base_dfsg.$repack_compression", $repack_compression);
+                $symlink = 'files-excluded' # prevent symlinking or renaming
 	    }
 	}
     }
@@ -2180,3 +2194,34 @@ sub get_main_source_dir($$$$) {
     }
     return $main_source_dir;
 }
+
+sub compress_archive($$$) {
+    my ($from_file, $to_file, $compression) = @_;
+    if ( $compression =~ /^gz$/ ) {
+        spawn(exec => ['gzip', '-n', '-9'],
+            from_file => $from_file,
+            to_file => $to_file,
+            wait_child => 1);
+    } elsif ( $compression =~ /^bz2$/ ) {
+        # The actual options should be discussed - supporting small memory seems reasonable
+        spawn(exec => ['bzip2', '--small'],
+            from_file => $from_file,
+            to_file => $to_file,
+            wait_child => 1);
+    } elsif ( $compression =~ /^xz$/ ) {
+        # The actual options should be discussed - supporting small memory seems reasonable
+        spawn(exec => ['xz', '--memlimit=150MiB'],
+            from_file => $from_file,
+            to_file => $to_file,
+            wait_child => 1);
+    } elsif ( $compression =~ /^lzma$/ ) {
+        # The actual options should be discussed - no idea what might be reasonable here
+        spawn(exec => ['lzma'],
+            from_file => $from_file,
+            to_file => $to_file,
+            wait_child => 1);
+    } else {
+	die("Unknown compression method $compression.");
+    }
+    unlink "$from_file";
+}
diff --git a/test/test_uscan b/test/test_uscan
index aa8ccf7..d171f58 100755
--- a/test/test_uscan
+++ b/test/test_uscan
@@ -20,7 +20,7 @@ if test "$1" = --installed; then
     shift
 else
     top_srcdir=$(readlink -f "${0%/*}/..")
-    COMMAND="perl -I $top_srcdir $top_srcdir/scripts/uscan.pl --no-conf"
+    COMMAND="perl -I $top_srcdir $top_srcdir/scripts/uscan.pl --no-conf --repack-compression=xz"
 fi
 
 cleanup(){
@@ -80,10 +80,12 @@ END
 
     ( cd $TMPDIR/$PKG ; $COMMAND )
 
-    TARBALL=${PKG}_1+dfsg.orig.tar.gz
+    TARBALL=${PKG}_1+dfsg.orig.tar.xz
     assertTrue 'pristine tarball is not created' "[ -f $TMPDIR/$TARBALL ]"
+    assertNotNull 'pristine tarball is not xz-compressed'	\
+                  "$( file $TMPDIR/$TARBALL | grep 'XZ compressed data' )"
     assertNull 'file that must be excluded is present in the tarball'	\
-               "$( tar tzf $TMPDIR/$TARBALL  | grep exclude-this )"
+               "$( tar tJf $TMPDIR/$TARBALL  | grep exclude-this )"
 
     cleanup
 
-- 
1.8.5.rc3


--- End Message ---
--- Begin Message ---
Source: devscripts
Source-Version: 2.14.2

We believe that the bug you reported is fixed in the latest version of
devscripts, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
James McCoy <[email protected]> (supplier of updated devscripts package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 11 May 2014 13:15:22 -0400
Source: devscripts
Binary: devscripts
Architecture: source amd64
Version: 2.14.2
Distribution: unstable
Urgency: medium
Maintainer: Devscripts Devel Team <[email protected]>
Changed-By: James McCoy <[email protected]>
Description: 
 devscripts - scripts to make the life of a Debian Package maintainer easier
Closes: 730768 732449 736798 739437 741040 743462 744320 745565 746612
Changes: 
 devscripts (2.14.2) unstable; urgency=medium
 .
   [ Jakub Wilk ]
   * sadt:
     + Add support for @builddeps@ in tests' Depends.  (Closes: #736798)
 .
   [ Benjamin Drung ]
   * Bump Standard-Version to 3.9.5.
   * Wrap long line in extended description.
 .
   [ Paul Wise ]
   * Use HTTPS for the buildd logs to avoid a redirect
   * Fix scraping of the wnpp web pages due to https links
 .
   [ Daniel Kahn Gillmor ]
   * uscan: check for likely upstream signatures if none are known (Closes:
     #732449)
 .
   [ Cyril Brulebois ]
   * deb-reversion: Add support for udebs.  (Closes: #739437)
 .
   [ Gunnar Wolf ]
   * debcommit: Add switch+conf.setting allowing to specify Git to sign
     every single commit (Closes: #741040)
 .
   [ James McCoy ]
   * debcommit: Add hg and bzr support to DEBCOMMIT_SIGN_COMMITS.
   * mk-build-deps: Uninstall the build-dep packages if apt isn't able to
     complete their install.  (Closes: #743462)
   * dpkg-depcheck: Convert relative paths to absolute before filtering, so
     filters properly match the path.  Thanks to William King for the patch.
     (Closes: #744320)
   * debchange:
     + Document the default urgency is medium.  Thanks to Anders Kaseorg for
       the patch.  (Closes: #745565)
     + Add “binary-only=yes” to binNMU changelog stanzas.  Thanks to Thorsten
       Glaser for the patch.  (Closes: #746612)
 .
   [ Andreas Tille ]
   * uscan: Allow a different compression scheme when repacking upstream
     tarballs.  (Closes: #730768)
 .
   [ Antonio Terceiro ]
   * debi/debc: always try ../build-area/ when the changes file is not found
     under ../ (even when not using svn)
 .
   [ Joachim Breitner ]
   * mk-origtargz: New script to rename (or symlink or copy) a downloaded
     upstream tarball to the correct name, possibly changing the compression
     scheme and removing files listed in debian/copyright's Excluded-Files.
     This is now also used by uscan, where most of the code comes from.
Checksums-Sha1: 
 b4a02bed3a2bae199de3436e0133be843b4aba25 2273 devscripts_2.14.2.dsc
 b6f2fbc3c2824f9c9f0f92672f1367fdf8dc45ef 594996 devscripts_2.14.2.tar.xz
 d9a2b7871b038c4b34a8f314f4acec1672df50fa 886456 devscripts_2.14.2_amd64.deb
Checksums-Sha256: 
 905ba4e307104fd83f7bfe43f06c31ecebdcd441fd71244afa20909b91101e78 2273 
devscripts_2.14.2.dsc
 d225d00b7f5a83c9644b3d0e3d9d763ec9cb2b362f2541f4d3ac21785c909018 594996 
devscripts_2.14.2.tar.xz
 a4b130440049d6c3d1778a1e8793fda31a35fc33b77cd4ea024f0a1bbec28bad 886456 
devscripts_2.14.2_amd64.deb
Files: 
 463b4779401259dafb89a15e72c27f96 886456 devel optional 
devscripts_2.14.2_amd64.deb
 c1465b08a99a0c88c13febd593fbf77e 2273 devel optional devscripts_2.14.2.dsc
 f461aa83b46fdc1cc26e906ac31d1a62 594996 devel optional devscripts_2.14.2.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQJ8BAEBCgBmBQJTb8ELXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5MUJGQkY0RDY5NTZCRDVERjdCNzJEMjNE
RkU2OTFBRTMzMUJBM0RCAAoJEN/mka4zG6PbDE4P/1bEtWbP4mkA7o3GZVrxwFt1
8ROmny8B0XwYh3mHjzmpkrrrfJUxgOOp4eqvRS+Bw3aykxxUNw8JaslCjt0QJJSu
W2EoS6ikKS8ZAqB1XMhKSP8qG4BS0Hr+9wuuz6F4I+Qg9KSlS6IJ8g0loijY1ZjO
f0Sum5l6nFUrl3Fs8+h8ZIltslV2D9Fw2YrxFvUXFrgXum0Mz7bBFEBJYfd3tQgU
/x+7jjrm1eTGsJ5CJDX3m6HJczWIwmYTWaZmx+W8LNAVCzs7TgkUOjK28w4S5S2V
7kcQ9UuYLIHHYqVZsugmklkKGHC7M/cSrWIV29aGwD63l2WaNnbb/oE9S7JoQ92h
A3cj9qm5Ehx2uJ8zVb2hTFqt8F+GiDeKBFeQCBv06pibamgNimB6/WEtfe5vQrUT
iknb2urvMcKRBGpA01GCeOA89CzIEzhIZnMZ5eSDj+dBeAjrr1WX+sBn1/rbkrxQ
RDORwrpSHz71VROrpCoGhKCyAaIzXiWyeUVorD5mhcfgmexjwCbGp9fAulZSfYcW
bPpivkzZOLGjvXMLuQlMqrW1hMCrkNI7ggZ5Rzb8YsuuS9R7Na/YZqu7gjUaQSHm
tdFIyY7xIFVUkkhRWwAor2wQ+dxVDwj8Ai+TU9w2l0bfjrASFqgtpKHVieNHvJSV
sYawI9SviMf7NewHDuL3
=+sZi
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
devscripts-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel

Reply via email to