Your message dated Thu, 31 May 2012 16:02:13 +0000
with message-id <[email protected]>
and subject line Bug#597463: fixed in devscripts 2.11.8
has caused the Debian Bug report #597463,
regarding [devscripts] [licensecheck] add BEER-WARE LICENSE
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.)


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

--- Please enter the report below this line. ---


--- System information. ---
Architecture: i386
Kernel:       Linux 2.6.35

Debian Release: squeeze/sid
  500 unstable        http.us.debian.org 
  500 unstable        192.168.1.2 
  500 testing         http.us.debian.org 
  500 testing         dl.google.com 
  500 stable          dl.google.com 
  500 stable          deb.opera.com 
  500 lucid           ppa.launchpad.net 
  500 lenny-kees      debian.keesmeijs.nl 
    1 experimental    http.us.debian.org 

--- Package information. ---
Depends          (Version) | Installed
==========================-+-==============
dpkg-dev     (>= 1.15.4.1) | 1.15.8.5
perl                       | 5.10.1-14
libc6           (>= 2.1.3) | 2.11.2-6


Recommends                    (Version) | Installed
=======================================-+-===========
at                                      | 3.1.12-1
curl                                    | 7.21.1-1
 OR wget                                | 1.12-2.1
dctrl-tools                             | 2.14.2
debian-keyring                          | 2010.08.01
debian-maintainers                      | 
dput                                    | 0.9.6.1
 OR dupload                             | 
equivs                                  | 2.0.8
fakeroot                                | 1.14.4-1
gnupg                                   | 1.4.10-4
libauthen-sasl-perl                     | 2.1500-1
libcrypt-ssleay-perl                    | 0.57-2
libparse-debcontrol-perl                | 2.005-2
libsoap-lite-perl                       | 0.712-1
libterm-size-perl                       | 0.2-4+b1
libtimedate-perl                        | 1.2000-1
liburi-perl                             | 1.55-1
libwww-perl                             | 5.836-1
libyaml-syck-perl                       | 1.14-1
lintian                                 | 2.4.3
lsb-release                             | 3.2-23.1
bsd-mailx                               | 8.1.2-0.20100314cvs-1
 OR mailx                               | 
man-db                                  | 2.5.7-4
patch                                   | 2.6-2
patchutils                              | 0.3.1-2
ssh-client                              | 
strace                                  | 4.5.20-2
unzip                                   | 6.0-4
wdiff                                   | 
www-browser                             | 
subversion                              | 1.6.12dfsg-1
 OR cvs                                 | 1:1.12.13-12
 OR darcs                               | 
 OR tla                                 | 
 OR bzr                                 | 
 OR git-core                            | 1:1.7.1-1.1
 OR mercurial                           | 1.6.2-2
lzma                                    | 4.43-14
xz-utils                                | 4.999.9beta+20100810-1
sensible-utils                          | 0.0.4
libjson-perl                            | 2.22-1


Suggests                        (Version) | Installed
=========================================-+-============
build-essential                           | 11.5
cvs-buildpackage                          | 
devscripts-el                             | 
gnuplot                                   | 
libfile-desktopentry-perl                 | 
libnet-smtp-ssl-perl          (>= 1.01-2) | 
mutt                                      | 
svn-buildpackage                          | 
w3m                                       | 0.5.2-9



--- Output from package bug script ---

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

--- ~/.devscripts ---
Not present
diff -Nru devscripts-2.10.68/debian/changelog devscripts-2.10.68+nmu1/debian/changelog
--- devscripts-2.10.68/debian/changelog	2010-09-09 02:47:15.000000000 +0400
+++ devscripts-2.10.68+nmu1/debian/changelog	2010-09-20 01:59:45.000000000 +0400
@@ -1,3 +1,10 @@
+devscripts (2.10.68+nmu1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * add BEER-WARE LICENSE
+
+ -- Ivan Borzenkov <[email protected]>  Mon, 20 Sep 2010 01:59:25 +0400
+
 devscripts (2.10.68) unstable; urgency=low
 
   [ James Vega ]
diff -Nru devscripts-2.10.68/scripts/licensecheck.pl devscripts-2.10.68+nmu1/scripts/licensecheck.pl
--- devscripts-2.10.68/scripts/licensecheck.pl	2010-09-09 02:47:15.000000000 +0400
+++ devscripts-2.10.68+nmu1/scripts/licensecheck.pl	2010-09-20 01:59:11.000000000 +0400
@@ -530,6 +530,10 @@
         $license = "WTFPL";
     }
 
+    if ($licensetext =~ /(THE BEER-WARE LICENSE)/i) {
+        $license = "BEER-WARE";
+    }
+
     $license = "UNKNOWN" if (!length($license));
 
     return $license;
diff -Nru devscripts-2.10.68/scripts/licensecheck.pl devscripts-2.10.68+nmu1/scripts/licensecheck.pl
--- devscripts-2.10.68/scripts/licensecheck.pl	2010-09-09 02:47:15.000000000 +0400
+++ devscripts-2.10.68+nmu1/scripts/licensecheck.pl	2010-09-20 01:59:11.000000000 +0400
@@ -530,6 +530,10 @@
         $license = "WTFPL";
     }
 
+    if ($licensetext =~ /(THE BEER-WARE LICENSE)/i) {
+        $license = "BEER-WARE";
+    }
+
     $license = "UNKNOWN" if (!length($license));
 
     return $license;

Attachment: signature.asc
Description: This is a digitally signed message part.


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

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:

devscripts_2.11.8.dsc
  to main/d/devscripts/devscripts_2.11.8.dsc
devscripts_2.11.8.tar.gz
  to main/d/devscripts/devscripts_2.11.8.tar.gz
devscripts_2.11.8_amd64.deb
  to main/d/devscripts/devscripts_2.11.8_amd64.deb



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.
Benjamin Drung <[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: Thu, 31 May 2012 17:50:56 +0200
Source: devscripts
Binary: devscripts
Architecture: source amd64
Version: 2.11.8
Distribution: unstable
Urgency: low
Maintainer: Devscripts Devel Team <[email protected]>
Changed-By: Benjamin Drung <[email protected]>
Description: 
 devscripts - scripts to make the life of a Debian Package maintainer easier
Closes: 597463 604529 623283 630756 668372 672309 672460 672973 675071 675258
Changes: 
 devscripts (2.11.8) unstable; urgency=low
 .
   [ David Prévot ]
   * French translation update.
 .
   [ James McCoy ]
   * dd-list:
     + Recognize -h argument, as documented.
     + Don't error when given multiple binary packages from the same source.
       (Closes: #672309)
   * Also note DEBCHANGE_MAINTTRAILER change in NEWS entry for 2.11.7.
     (Closes: #672973)
   * dget:
     + Fix handling of sources.list entries with a port. (Closes: #672460) Still
       can't handle entries at the same domain but different ports until
       #154868 is fixed.
   * debcheckout:
     + Document the DEBCHECKOUT_SOURCE configuration variable.
     + Determine the source package name when downloading the source tarball.
       This ensures the downloaded files aren't incorrectly removed after being
       downloaded.
     + Adapt find_repo() to determine the tarball name for native packages.
 .
   [ Benjamin Drung ]
   * debchange:
     + Add --vendor= and DEBCHANGE_VENDOR to override the distributor ID
       returned by dpkg-vendor.
     + Always perform Vendor check.
     + Fall back to Debian vendor when a Debian-specific command-line option
       has been supplied (--nmu, --qa, --bin-nmu, --bpo).
     + Adjust --security template for Ubuntu.
     + Add -R/--rebuild flag for Ubuntu's no-change rebuilds.
     + Append ubuntu1 to version when incrementing on Ubuntu, unless a
       -U/--upstream option is given.
     + On Ubuntu, don't copy the previous distribution name for a new changelog
       entry. Use the Ubuntu devel release.
     + Don't use NMU versioning for NMUs / Security uploads on Ubuntu.
     + dch --increment changes XbuildY to Xubuntu1 on Ubuntu (LP: #690230).
     + Try to guess the vendor based on the given distribution name (LP: 
#723715)
     + Prefer UBUMAIL over DEBEMAIL on Ubuntu (LP: #929846).
   * Add first tests for licensecheck.
   * Add online test for uscan.
 .
   [ Stefano Rivera ]
   * devscripts.Logger Don't substitute arguments into logged strings unless
     they were provided. (LP: #968129)
   * debchange: Use distro-info to determine Ubuntu release names (LP: #997932).
   * Incorporate Ubuntu's delta:
     Move debian-keyring, equivs, libcrypt-ssleay-perl, and libsoap-lite-perl
     to Suggests when building on Ubuntu.
 .
   [ Salvatore Bonaccorso ]
   * bts: When searching for usertags use tag= in the url (followed by
     the options containing users=). (Closes: #675071).
 .
   [ Raphael Geissert ]
   * dget: ignore duplicate repository URLs. (Closes: #675258)
 .
   [ Kees Cook ]
   * licensecheck: Catch LGPL more robustly. (Closes: #623283)
 .
   [ Thijs Kinkhorst ]
   * debdiff: Do not generate warnings when debdiff'ing dpkg source format
     3.0 (git). (Closes: #668372)
   * debuild: Do not warn for missing upstream tarball if package is source
     format 3.0 (git). (Closes: #668372)
 .
   [ Scott Moser ]
   * uscan: Support watch files that reference S3 bucket listings.
     (Closes: #630756, LP: #798293)
 .
   [ Yaroslav Halchenko ]
   * licensecheck: Check licenses in .m (Octave/Matlab), .tex (LaTeX),
     and .pyx (Python's pyrex) files (Closes: #604529)
 .
   [ Ivan Borzenkov ]
   * licensecheck: Add detection code for Beerware license. (Closes: #597463)
Checksums-Sha1: 
 8d5d62f6f5049728284d4a92575236f4e18082d9 2286 devscripts_2.11.8.dsc
 a09c891934522f89e61a7de6b63d497b053ed2e8 781379 devscripts_2.11.8.tar.gz
 0f0cc2fc3502fc96acc5c1e3637642980cfb5733 708496 devscripts_2.11.8_amd64.deb
Checksums-Sha256: 
 f147e52c2709f8c5dda3acff5b8f23e7048f5112f9ebe10e3d47708ad6872110 2286 
devscripts_2.11.8.dsc
 8d7a8ab4987693d1fb28a4757ee59a14721eb055c85408536ba8f1eb19cc3b61 781379 
devscripts_2.11.8.tar.gz
 6fed0c76a994bfe895c2e622009cb64150afc91f3405d8440319e8a5dcc799b6 708496 
devscripts_2.11.8_amd64.deb
Files: 
 96168b10a31bf474b4155c5dfdbf4cb8 2286 devel optional devscripts_2.11.8.dsc
 fa4d9a68e7af5dd5bce9d5531fcfb840 781379 devel optional devscripts_2.11.8.tar.gz
 8cf61d171dcf1f4c91b70b8403b660c0 708496 devel optional 
devscripts_2.11.8_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCgAGBQJPx5SPAAoJEBWetcTvyHdMic4P/3G7G3AHKcHQctzK7kv0VEte
MzXY+NxeUdBhmRfKekOQiw2FjOa2vjNYYQnwjL2tT/OmUDCbC4ceq1pWX86suJkb
1DhDnCu1HSzhxBRax4sD0hhurv/Yvt99gRt5EJkj3600qQEmanZeY2B9UUxfTdUm
NBiypDAkVYk3TunHUWII8S5veneKFChh0CoWiMey2y2WKjSzg2Zcc8S3m97XPPuR
R0ueTjTWnOa0bopWXTwRMJx4FjU8+sIu6jXufqxXdazrU45bXS7MqBniQBvUpFOt
Op05krGz3dvDXox4tJkPz8GyOMeN4j8k8K1j+dXwcEYTLUU/I2ZfMg/x6whxEO34
60UJbXKu0XvUHUmUDPGLTLfQpOnOtSG2dh3awY9KYxjqRefRE4HWtsWHfOjnzvAe
EpcLr8kYwxj/e2KbwIUrcMQKYgURSOJeABYq3ksrjqTlh2Mhb5Seml60OSjsiCnR
B6mlgUVPazc0FFuNgZIGkbqq3rE0YHTsP15YcmAa8jTx/G3R03wCUZLc//onAyTP
MG+RdP59E4wemvZu6YmuMIOBy/yGyRfBsaNd+Qv5950OIp+mbvzMWreZeZ1A4mMh
2avl7iX7Ojqgbb2x7OeZZI5QSg7G3iifPM20vN94LaXyyNZD+ijBzxqAxtUfhehC
c1EtNbWlsq3fU0VhCVi6
=8pIf
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to