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

[lintian] 01/01: Correct multiple problem in previous patch



This is an automated email from the git hooks/post-receive script.

broucaries-guest pushed a commit to branch master
in repository lintian.

commit b5c203e902cb7045f6c742ac3984793eb36908e5
Author: bastien <roucaries.bastien+debian@gmail.com>
Date:   Mon Jun 15 23:03:48 2015 +0200

    Correct multiple problem in previous patch
    
    Correct a few paste/delete problems in previous patch
    
    Signed-off-by: bastien <roucaries.bastien+debian@gmail.com>
---
 checks/files.desc | 28 ++++++++++++++++------------
 debian/changelog  | 15 +++++++++++++++
 2 files changed, 31 insertions(+), 12 deletions(-)

diff --git a/checks/files.desc b/checks/files.desc
index 933318e..6f8690a 100644
--- a/checks/files.desc
+++ b/checks/files.desc
@@ -1359,18 +1359,6 @@ Info: This package contains a file named <tt>mimeinfo.cache</tt>,
  included in a package since it needs to be generated dynamically based on
  the installed .desktop files on the system.
 
-
-Tag: package-contains-mimeinfo.cache-file
-Severity: serious
-Certainty: certain
-Info: This package contains a file named <tt>mimeinfo.cache</tt>,
- possibly compressed, in <tt>/usr/share/applications</tt>.  This file is
- generated automatically by update-desktop-database when a package
- containing <tt>.desktop</tt> files associated to MIME types is installed.
- Some upstream build systems create it automatically, but it must not be
- included in a package since it needs to be generated dynamically based on
- the installed .desktop files on the system.
-
 Tag: package-contains-mime-file-outside-package-dir
 Severity: important
 Certainty: certain
@@ -1382,6 +1370,22 @@ Info: This package contains a file in a path reserved solely for
  /usr/share/mime/packages/. Thus file under /usr/share/mime/
  should not be installed
 
+Tag: package-contains-cmake-private-file
+Severity: important
+Certainty: certain
+Ref: https://wiki.debian.org/CMake, http://www.cmake.org/cmake/help/v3.2/manual/cmake-packages.7.html#config-file-packages
+Info: This package contains a file in a path reserved solely for
+ <tt>CMake</tt>. This normally means you are shipping a <tt>Find</tt>
+ module. Libraries should not ship Find modules at all but Config files
+ instead.
+ .
+ The Config files should be installed in the unversioned path
+ usr/(lib/&lt;arch&gt;|lib|share)/cmake/&lt;name&gt;*/
+ .
+ By using CMake Config files in the unversioned path, the package will
+ continue to work as expected when a new version of CMake is uploaded.
+
+
 Tag: package-modifies-ld.so-search-path
 Severity: important
 Certainty: possible
diff --git a/debian/changelog b/debian/changelog
index c480f61..9e602ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,9 @@ lintian (2.5.32) UNRELEASED; urgency=medium
   * checks/debhelper.{desc,pm}:
     + [NT] Warn about using dh --{until,before,after,remaining} as
       these are deprecated and have been since debhelper/8.9.4.
+    + [NT] Permit the use of dh-exec-install in ".manpages" as well
+      since dh-exec now advertises this as acceptable.  Thanks to
+      Andreas Henriksson for reporting this.  (Closes: #788796)
   * checks/fields.pm:
     + [BR] Detect double comma in  uploaders fields.
       (Closes: #783628).
@@ -43,6 +46,7 @@ lintian (2.5.32) UNRELEASED; urgency=medium
       (Closes: #646965).
     + [BR] Warn about files installed in /usr/share/mime/ other
       than in packages/.  (Closes: #761649).
+
   * checks/java.pm:
     + [NT] Fix "off-by-one" in the check for the maximum permitted
       Java major version.
@@ -57,6 +61,12 @@ lintian (2.5.32) UNRELEASED; urgency=medium
       different "public-domain licenses", as they are expected to
       describe why the affected files are in public domain.
       (Closes: #787248)
+  * checks/systemd.{desc,pm}:
+    + [NT] Apply patch from Felipe Sateler to mark service files in
+      /usr/lib as invalid.  (Closes: #788629)
+    + [NT] Apply patch from Felipe Sateler to detect service files
+      that use spaces around the = in the key definition.
+      (Closes: #786421)
 
   * collection/{debfiles,doc-base-files,init.d,menu-files}{,.desc}:
     + [NT] Remove deprecated and unused collections.  These were
@@ -93,9 +103,14 @@ lintian (2.5.32) UNRELEASED; urgency=medium
     + [NT] Refresh against unstable to pick up the rename of
       libaqbanking-dev.  Thanks to Micha Lenk for the reminder.
       (Closes: #787937)
+  * data/debhelper/filename-config-files:
+    + [NT] Add "links" file.
   * data/fields/archive-sections:
     + [NT] Pre-emptively support the "debugsym" section, which is
       expected to be used by debhelper for "ddebs".
+  * data/files/js-libraries:
+    + [NT] Apply patch from Jean-Michael Vourgère to detect
+      embedded versions of libjs-raphael.  (Closes: #788839)
   * data/files/privacy-breaker-websites:
     + [BR] Detect mascot as logos.
   * data/java/constants:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: