Your message dated Tue, 20 May 2008 21:02:38 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#481368: fixed in lintian 1.23.49 has caused the Debian Bug report #481368, regarding Catch not filled in URL from dh_make (url://example.com) 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.) -- 481368: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=481368 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: lintian Version: 1.23.48 Severity: wishlist Tags: patch -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi dh_make fills in debian/copyright with url://example.com. Currently thins goes unnoticed through lintian, but I think it should spot this issue. Attached patch adds this check. - -- Michal Čihař | http://cihar.com | http://blog.cihar.com - -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (99, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.25-2-686 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages lintian depends on: ii binutils 2.18.1~cvs20080103-4 The GNU assembler, linker and bina ii diffstat 1.45-2 produces graph of changes introduc ii dpkg-dev 1.14.19 package building tools for Debian ii file 4.24-2 Determines file type using "magic" ii gettext 0.17-2 GNU Internationalization utilities ii intltool-debian 0.35.0+20060710.1 Help i18n of RFC822 compliant conf ii libparse-debianchan 1.1.1-2 parse Debian changelogs and output ii liburi-perl 1.35.dfsg.1-1 Manipulates and accesses URI strin ii man-db 2.5.2-1 on-line manual pager ii perl [libdigest-sha 5.10.0-10 Larry Wall's Practical Extraction lintian recommends no packages. - -- no debconf information -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFILFGk3DVS6DbnVgQRAuIOAKC5xe/3Rt5YEpuzPnWrCWVwBPkIpwCfXte5 wBvXBsmtPUO0tlOM/IY7Sxg= =R3cw -----END PGP SIGNATURE-----Index: checks/copyright-file.desc =================================================================== --- checks/copyright-file.desc (revision 1307) +++ checks/copyright-file.desc (working copy) @@ -186,6 +186,14 @@ . o/~ join us now and carefully edit debian/copyright files! o/~ +Tag: copyright-lists-url-with-dh_make-boilerplate +Type: warning +Info: There is "url://example.com" in your copyright file. This was most + likely a remnant from the dh_make template. + . + There must be some URL, where this package has been downloaded from, so + please use it. + Tag: debian-copyright-file-uses-obsolete-national-encoding Type: warning Info: The Debian copyright file should be valid UTF-8, an encoding of Index: checks/copyright-file =================================================================== --- checks/copyright-file (revision 1307) +++ checks/copyright-file (working copy) @@ -236,6 +236,10 @@ tag "copyright-lists-upstream-authors-with-dh_make-boilerplate"; } +if (m,url://example.com) { + tag "copyright-lists-url-with-dh_make-boilerplate"; +} + if (m{\# Please also look if there are files or directories which have a\n\# different copyright/license attached and list them here\.}) { tag "copyright-contains-dh_make-todo-boilerplate", ""; }
--- End Message ---
--- Begin Message ---Source: lintian Source-Version: 1.23.49 We believe that the bug you reported is fixed in the latest version of lintian, which is due to be installed in the Debian FTP archive: lintian_1.23.49.dsc to pool/main/l/lintian/lintian_1.23.49.dsc lintian_1.23.49.tar.gz to pool/main/l/lintian/lintian_1.23.49.tar.gz lintian_1.23.49_all.deb to pool/main/l/lintian/lintian_1.23.49_all.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. Frank Lichtenheld <[EMAIL PROTECTED]> (supplier of updated lintian 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: Tue, 20 May 2008 22:03:58 +0200 Source: lintian Binary: lintian Architecture: source all Version: 1.23.49 Distribution: unstable Urgency: low Maintainer: Debian Lintian Maintainers <[EMAIL PROTECTED]> Changed-By: Frank Lichtenheld <[EMAIL PROTECTED]> Description: lintian - Debian package checker Closes: 382327 401046 471853 477057 477628 478192 478578 479088 480574 480636 481256 481368 Changes: lintian (1.23.49) unstable; urgency=low . The "Business as usual" release. . * checks/binaries: + [FL] Ignore rpaths to directories present in the same binary package. Also ignore $ORIGIN since that obviously fulfills that criterion. (Closes: #480636) * checks/copyright-file{,.desc}: + [FL] Implement new check for dh-make-perl boilerplate. + [FL] New check for example URL from dh-make. Based on a patch by Michal Čihař. (Closes: #481368) * checks/debhelper: + [FL] dh_lintian needs debhelper >= 6.0.7. Patch by David Paleino. (Closes: #479088) + [FL] Add basic support for debhelpers new dh utility. (Closes: #477628) + [FL] Suppress maintainer-script-lacks-debhelper-token for single-udeb-only packages as well. (Closes: #471853) * checks/files: + [FL] Drop xresources-file-in-etc-without-proper-conflicts, since the last package that conflict applies to was released with hamm! Reported by Julien Cristau. (Closes: #480574) * checks/menu-format: + [FL] Don't issue false positives about menu files in format menu-2. We don't check them for errors yet, though. (Closes: #478578) * checks/patch-systems: + [FL] Add basic support for dpatch list files which use cpp for preprocessing. Patch by Jörg Sommer. (Closes: #477057) * checks/scripts: + [FL] Always use /bin/bash for shell script syntax check to give consistent errors on systems with changed /bin/sh. Suggested by Raphael Geissert. (Closes: #478192) . * frontend/lintian: + [FL] Don't issue a warning about Distribution: UNRELEASED in .changes files. It can be annoying to have to ignore this error during testing and dupload/dput/dak/etc... all will error out on it anyway. Suggested by martin f krafft. (Closes: #382327) + [FL] Add a --keep-lab option to make it easier to debug temporary labs. (Closes: #401046) . * lib/Util.pm: + [FL] Only require Digest::SHA if the code path is really used. This makes it unnessesary to install libdigest-sha-perl on lintian.debian.org for now. . * man/lintian.1: + [FL] Document --keep-lab option. + [FL] Fix error in checkname: s/patch-system/patch-systems/. Reported by Jörg Sommer. . * reporting/html_reports: + [FL] Escape $email variable for usage in URI query strings. Currently it is not used for anything else, so it is most simple to do it in the actual code. Reported by Sandro Tosi. (Closes: #481256) Checksums-Sha1: 3ba278e1e07785500c934c5665eeb11d9d2cdb5d 1108 lintian_1.23.49.dsc 95938f1107995f2992f6712158d5cc37388ac4d5 427456 lintian_1.23.49.tar.gz 72b3e3f01de00dfe4df99d606212de59c04a918a 335852 lintian_1.23.49_all.deb Checksums-Sha256: 6af86bc57d98778281faa44f64260d6cf5af16339aafabf7634660de8c21603c 1108 lintian_1.23.49.dsc 20e469d2b7d1aa7eaac8272576d34d18089205e501d936232eca96d75bddd844 427456 lintian_1.23.49.tar.gz f15233206f266b3bc100139eeff4684ac536390a8e56beeb18acccba1c02b575 335852 lintian_1.23.49_all.deb Files: 22f864e00b27059524b3c65110796bbb 1108 devel optional lintian_1.23.49.dsc edd629d58d15f07d7a68ea65e6c5ae83 427456 devel optional lintian_1.23.49.tar.gz f1495a123ec8f09de6542716f593f32d 335852 devel optional lintian_1.23.49_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFIMzP8Qbn06FtxPfARAtwQAJ9IUwYRhrvP3AZ9bWy7ejbm93VANACgnqtr 20qrbmh8O9DvWIpnG4YzF1Y= =z8Zl -----END PGP SIGNATURE-----
--- End Message ---

