Your message dated Thu, 12 Feb 2009 19:32:02 +0000
with message-id <[email protected]>
and subject line Bug#514812: fixed in devscripts 2.10.46
has caused the Debian Bug report #514812,
regarding [licensecheck] add new licenses checks
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.)


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

Hi,

the attached patch should provide checks for the following licenses:

* Boost Software License
* Python Software Foundation License
* zlib/libpng license

Thanks,
Cristian
Index: licensecheck.pl
===================================================================
--- licensecheck.pl	(revision 1810)
+++ licensecheck.pl	(working copy)
@@ -490,6 +490,20 @@
 	$license = "CDDL " . ($1 ? "(v$2) " : '') . $license;
     }
 
+    if ($licensetext =~ /Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying documentation covered by this license \(the \"Software\"\)/ or
+	$licensetext =~ /Boost Software License([ ,-]+Version ([^ ]+)?(\.))/i) {
+	$license = "BSL " . ($1 ? "(v$2) " : '') . $license;
+    }
+
+    if ($licensetext =~ /PYTHON SOFTWARE FOUNDATION LICENSE (VERSION ([^ ]+))/i) {
+	$license = "PSF " . ($1 ? "(v$2) " : '') . $license;
+    }
+
+    if ($licensetext =~ /The origin of this software must not be misrepresented.*Altered source versions must be plainly marked as such.*This notice may not be removed or altered from any source distribution/ or
+        $licensetext =~ /see copyright notice in zlib\.h/) {
+	$license = "zlib/libpng $license";
+    }
+
     $license = "UNKNOWN" if (!length($license));
 
     return $license;

Attachment: signature.asc
Description: Digital signature


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

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.10.46.dsc
  to pool/main/d/devscripts/devscripts_2.10.46.dsc
devscripts_2.10.46.tar.gz
  to pool/main/d/devscripts/devscripts_2.10.46.tar.gz
devscripts_2.10.46_amd64.deb
  to pool/main/d/devscripts/devscripts_2.10.46_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.
Adam D. Barratt <[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: SHA1

Format: 1.8
Date: Thu, 12 Feb 2009 19:19:16 +0000
Source: devscripts
Binary: devscripts
Architecture: source amd64
Version: 2.10.46
Distribution: unstable
Urgency: low
Maintainer: Devscripts Devel Team <[email protected]>
Changed-By: Adam D. Barratt <[email protected]>
Description: 
 devscripts - scripts to make the life of a Debian Package maintainer easier
Closes: 513770 514337 514811 514812 514818
Changes: 
 devscripts (2.10.46) unstable; urgency=low
 .
   * bts:
     + If the debbugs host in use is bugs(-*).d.o, use bugs-master.d.o when
       reporting spam to match recent changes to the BTS.
     + If -n / --no-action was given on the command line, print the URL that
       would have been used to report spam rather than sending the report.
     + Accept the new "squeeze" and "squeeze-ignore" tags.
   * debchange:
     + Add lenny-backports and lenny-volatile to the list of recognised
       distributions. (Closes: #514818)
     + Don't accept "sarge", "etch" or "lenny" as valid distributions. dak
       requires suite names (e.g. "stable") rather than codenames.
     + Modify --bpo to produce a changelog suitable for uploading to
       lenny-backports rather than etch-backports by default.  If the latest
       changelog entry is for an etch backport, a new etch-backports stanza
       will be produced instead.
   * licensecheck:
     + Remove C /* */ comments. Based on a patch by Jörg Sommer.
     + Identify another couple of forms of GPL wording. (Closes: #514811)
     + Add .xs (Perl XS files) and .vala (GNOME Vala source files) to the
       default list of files to process. (Closes: #513770, #514337)
     + Fix a bug in a regular expression which meant that .h files weren't
       included in the default list of files to search.
     + Add support for the Boost, Python and zlib/libpng licenses. Thanks,
       Cristian Greco. (Closes: #514812)
   * README.newscripts: Correct the "svn propset" syntax added in the previous
     upload.
   * debian/lintian.overrides: New file to allow us to override lintian
     thinking that the mention of snapshot.debian.net in debsnap's description
     is a reference to an upstream homepage.
Checksums-Sha1: 
 d1aa06f377096a27e47e2005b8941530d84a53be 1363 devscripts_2.10.46.dsc
 b58fd04ba0c63496685b79c19d79898f23675c93 646025 devscripts_2.10.46.tar.gz
 740a810ca8002ef7473eacac3682103e60f2a730 552624 devscripts_2.10.46_amd64.deb
Checksums-Sha256: 
 7309837c107696d9bc5786d00cc35e8230a2a0d46328e148a3c79631a78520f5 1363 
devscripts_2.10.46.dsc
 ca47d1b4ad1d7d425d949a184d909309f7fbdde017ac18e008d2e2428373744a 646025 
devscripts_2.10.46.tar.gz
 9c47659a9b7c2fb913d3729557a134da9b0ea7224ca066acf6d5279e3951838c 552624 
devscripts_2.10.46_amd64.deb
Files: 
 5cf115eae3fc4938665003a0c0ce9cd4 1363 devel optional devscripts_2.10.46.dsc
 39215abfa9cb8a1bf47a29c43a9dc932 646025 devel optional 
devscripts_2.10.46.tar.gz
 a667f20887e885624365d4faef62c74e 552624 devel optional 
devscripts_2.10.46_amd64.deb

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

iEYEARECAAYFAkmUd5wACgkQokcE1TReOoX7VgCfbN3ifSWX2RFMAHPR01YO5Qe/
B+EAnRJVMb9Nmh0ge+7gdGHrIqClwI6j
=2qgo
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to