[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.5.0-rc2-122-g12888e8



The following commit has been merged in the master branch:
commit 13d94df0f82cedd9bb7beb24c102d0c2e2ad68dc
Merge: bcbfdd4e8a08574f08f5ee29e4e0ba14b3030d5b 376efac7da08babd51c256fa15d2ae5fd377597b
Author: Niels Thykier <niels@thykier.net>
Date:   Tue Jan 18 13:59:41 2011 +0100

    Merge branch 'master' into infra-513663

diff --combined checks/cruft.desc
index b5b530e,4174390..8098280
--- a/checks/cruft.desc
+++ b/checks/cruft.desc
@@@ -3,7 -3,7 +3,7 @@@ Author: Sean 'Shaleh' Perry <shaleh@deb
  Abbrev: deb
  Type: source
  Info: This looks for cruft in Debian packaging or upstream source
 -Needs-Info: unpacked, debfiles, diffstat, file-info
 +Needs-Info: unpacked, debfiles, diffstat, file-info, fields
  
  Tag: native-package-with-dash-version
  Severity: normal
@@@ -15,10 -15,11 +15,11 @@@ Info: Native packaging should only be u
   Native source packages are sometimes created by accident. In most cases
   the reason is the location of the original source tarball. For version
   1.0 source packages, dpkg-source determines whether they're non-native by
-  looking for a file named <tt>&lt;package&gt;_&lt;version&gt;.orig.tar.gz</tt>
-  in the parent directory, where &lt;version&gt; is the version from the most
-  recent <tt>debian/changelog</tt> entry. For version 3.0 packages, check
-  <tt>debian/source/format</tt> for an erroneous "(native)" package format.
+  looking for a file named <tt>&lt;package&gt;_&lt;upversion&gt;.orig.tar.gz</tt>
+  in the parent directory, where &lt;upversion&gt; is the upstream version
+  from the most recent <tt>debian/changelog</tt> entry. For version 3.0
+  packages, check <tt>debian/source/format</tt> for an erroneous
+  "(native)" package format.
  
  Tag: non-native-package-with-native-version
  Severity: normal
diff --combined checks/files.desc
index 0a326a2,d0ca45f..71a1b3a
--- a/checks/files.desc
+++ b/checks/files.desc
@@@ -2,7 -2,7 +2,7 @@@ Check-Script: file
  Author: Christian Schwarz <schwarz@debian.org>
  Abbrev: fil
  Type: binary, udeb
 -Needs-Info: unpacked, objdump-info, scripts, file-info
 +Needs-Info: unpacked, objdump-info, scripts, file-info, fields
  Info: This script checks if a binary package conforms to policy
   WRT to files and directories.
  
@@@ -741,6 -741,26 +741,26 @@@ Info: The directory /usr/lib/site-pytho
   private module and should be packaged in a directory outside of Python's
   default search path.
  
+ Tag: python-debug-in-wrong-location
+ Severity: normal
+ Certainty: possible
+ Ref: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576014
+ Info: The package appears to be installing debug modules in
+  /usr/lib/debug/usr/lib/pyshared/pythonX.Y/.  However, gdb(1)
+  will not look for it there, making it less useful.  The file
+  should be installed in /usr/lib/debug/usr/lib/pymodules/pythonX.Y/
+  instead.
+ 
+ Tag: missing-dependency-on-python-central
+ Severity: important
+ Certainty: possible
+ Ref: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=592533
+ Info: The package installs a file with the package name in
+  /usr/share/pyshared-data/ without depending on python-central (&gt;= 0.6).
+  .
+  This can happen if ${python:Depends} was omitted from the Depends field
+  in debian/control.
+ 
  Tag: package-installs-python-pyc
  Severity: serious
  Certainty: certain
diff --combined checks/watch-file.desc
index f05c1a5,3b905d6..22476dd
--- a/checks/watch-file.desc
+++ b/checks/watch-file.desc
@@@ -2,7 -2,7 +2,7 @@@ Check-Script: watch-fil
  Author: Patrick Schoenfeld <schoenfeld@in-medisa-res.com>
  Abbrev: watch
  Type: source
 -Needs-Info: debfiles
 +Needs-Info: debfiles, fields
  Info: Check debian/watch files in source packages.
  
  Tag: debian-watch-file-is-missing
@@@ -136,3 -136,10 +136,10 @@@ Info: The watch file specifies an upstr
   incorrect and probably should be replaced with the current expected
   upstream version.  Otherwise, DEHS and similar projects will think the
   package is out of date even when it may not be.
+ 
+ Tag: debian-watch-contains-dh_make-template
+ Severity: wishlist
+ Certainty: certain
+ Info: The watch file contains a standard template included by dh_make.
+  Please remove them once you have implemented the watch file.
+ 
diff --combined t/tests/files-foo-in-bar/tags
index 569da68,4b9efe6..177c1b5
--- a/t/tests/files-foo-in-bar/tags
+++ b/t/tests/files-foo-in-bar/tags
@@@ -11,6 -11,7 +11,7 @@@ E: files-foo-in-bar: dir-or-file-in-var
  E: files-foo-in-bar: dir-or-file-in-var-run var/run/foo/bar
  E: files-foo-in-bar: dir-or-file-in-var-www var/www/foo/
  E: files-foo-in-bar: dir-or-file-in-var-www var/www/foo/bar
+ E: files-foo-in-bar: file-directly-in-usr-share usr/share/bar
  E: files-foo-in-bar: file-directly-in-usr-share-doc usr/share/doc/bar
  E: files-foo-in-bar: file-in-usr-lib-site-python usr/lib/site-python/foo/
  E: files-foo-in-bar: file-in-usr-lib-site-python usr/lib/site-python/foo/bar
@@@ -21,11 -22,12 +22,12 @@@ E: files-foo-in-bar: subdir-in-bin bin/
  E: files-foo-in-bar: subdir-in-usr-bin usr/bin/foo/
  E: files-foo-in-bar: udev-rule-in-etc etc/udev/rules.d/bar
  W: files-foo-in-bar: debug-package-should-be-named-dbg usr/lib/debug/bar
 -W: files-foo-in-bar: executable-not-elf-or-script ./bin/foo/bar
 -W: files-foo-in-bar: executable-not-elf-or-script ./usr/bin/foo/bar
 +W: files-foo-in-bar: executable-not-elf-or-script bin/foo/bar
 +W: files-foo-in-bar: executable-not-elf-or-script usr/bin/foo/bar
  W: files-foo-in-bar: file-in-unusual-dir usr/foo/bar
  W: files-foo-in-bar: file-in-unusual-dir usr/local/foo/bar
  W: files-foo-in-bar: file-in-unusual-dir var/foo/bar
  W: files-foo-in-bar: file-in-unusual-dir var/lock/foo/bar
  W: files-foo-in-bar: file-in-unusual-dir var/run/foo/bar
+ W: files-foo-in-bar: file-in-usr-lib-sgml usr/lib/sgml/bar
  W: files-foo-in-bar: non-standard-dir-in-usr usr/foo/

-- 
Debian package checker


Reply to: