[Pkg-ocaml-maint-commits] [SCM] pkglab packaging branch, master, updated. debian/1.4.2-2-8-gd255bfa

Ralf Treinen treinen at free.fr
Sun Jun 21 18:02:19 UTC 2009


The following commit has been merged in the master branch:
commit 2229bda4621cae36d3d3dd7aa4ee2b526c097f01
Author: Ralf Treinen <treinen at free.fr>
Date:   Sun Jun 21 18:53:23 2009 +0200

    extend long description, call python explicitely on addsources.py

diff --git a/debian/changelog b/debian/changelog
index dae15c3..195ed83 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,12 @@ pkglab (1.4.2-3) unstable; urgency=low
   * Issue a warning in case a package is mentioned in the 
     -checkonly option but is not available (closes: #519859).
   * Fix clean target in distcheck/Makefile (add removal of *.cmi)
+  * edos-builddebcheck: call python on the script add-sources.py
+    instead of relying on executability of that script (closes: #534053)
+  * Add to the long description of the edos-distcheck package mention
+    of edos-pscheck and edos-builddebcheck.
 
- -- Ralf Treinen <treinen at debian.org>  Thu, 18 Jun 2009 22:40:35 +0200
+ -- Ralf Treinen <treinen at debian.org>  Sun, 21 Jun 2009 18:51:06 +0200
 
 pkglab (1.4.2-2) unstable; urgency=low
 
diff --git a/debian/contrib/edos-builddebcheck b/debian/contrib/edos-builddebcheck
index 0a65820..6941fd5 100755
--- a/debian/contrib/edos-builddebcheck
+++ b/debian/contrib/edos-builddebcheck
@@ -5,11 +5,6 @@
 # the terms of the GNU General Public License as published by the Free Software
 # Foundation, version 2 of the License.
 
-open(D,"dpkg-query -W python-debian|");
-die "The package 'python-debian' is necessary to run this program"
-    unless <D> =~ /^python-debian\s/;
-close D;
-
 $debug=0;
 
 # the prefix used to encode source packages
@@ -76,7 +71,7 @@ if ( $architecture eq "" ) {
     }
 }
 
-open(RESULT,"/usr/share/edos-distcheck/add-sources.py ".
+open(RESULT,"python /usr/share/edos-distcheck/add-sources.py ".
      "--prefix \"$sourceprefix\" < $packagefile $sourcesfile $architecture ".
      "| edos-debcheck $edosoptions|");
 
diff --git a/debian/control b/debian/control
index d8eb2cf..c23ed80 100644
--- a/debian/control
+++ b/debian/control
@@ -47,6 +47,8 @@ Provides: edos-debcheck, edos-rpmcheck
 Description: Checks whether dependencies of packages can be satisfied
  This software checks for every package of a distribution whether it
  is possible to satisfy its dependencies and conflicts within this
- distribution. It comes in two versions:
+ distribution. It comes in several versions:
  - edos-debcheck for Debian packages
- - edos-rpmcheck for rpm packages
\ No newline at end of file
+ - edos-rpmcheck for rpm packages
+ - edos-pscheck for pkg_summary package descriptions
+ - edos-builddebcheck for build-depenendencies of Debian packages.
\ No newline at end of file

-- 
pkglab packaging



More information about the Pkg-ocaml-maint-commits mailing list