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

[SCM] Debian package checker branch, master, updated. 2.4.3-128-gfe4f9a3



The following commit has been merged in the master branch:
commit fe4f9a3a5871c37e3db51b0282db404f747cf15f
Author: Niels Thykier <niels@thykier.net>
Date:   Sun Jan 16 18:56:17 2011 +0100

    Clarified version in desc of native-package-with-dash-version
    
      * checks/cruft{,.desc}
        + [NT] Clarified that dpkg-source looks for <package>_<upstreamversion>
          and not <package>_<version> in the description of
          native-package-with-dash-version.  Thanks to Daniel Thomas for the
          report.  (Closes: #594254)

diff --git a/checks/cruft.desc b/checks/cruft.desc
index cca37b2..4174390 100644
--- a/checks/cruft.desc
+++ b/checks/cruft.desc
@@ -15,10 +15,11 @@ Info: Native packaging should only be used if a piece of software was
  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 --git a/debian/changelog b/debian/changelog
index 1cb7efc..760bd58 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,10 @@ lintian (2.4.4) UNRELEASED; urgency=low
       It incorrectly assumed that -i worked for native packages.
       (Closes: #609153)
     + [NT] Moved the list of autotools packages into data/cruft/autotools.
+    + [NT] Clarified that dpkg-source looks for <package>_<upstreamversion>
+      and not <package>_<version> in the description of
+      native-package-with-dash-version.  Thanks to Daniel Thomas for the
+      report.  (Closes: #594254)
   * checks/debhelper{,.desc}:
     + [NT] Fix dependency check for dh_nativejava, default-jdk has never
       provided dh_nativejava.  (Closes: #606506)

-- 
Debian package checker


Reply to: