[SCM] KBoincSpy packaging branch, master, updated. debian/0.9.1-6-6-ge9b947a

Frank S. Thomas fst at debian.org
Sun Jun 21 17:56:05 UTC 2009


The following commit has been merged in the master branch:
commit f41e29a11ceede6b194886b91c469f796cdb5804
Author: Frank S. Thomas <fst at debian.org>
Date:   Sun Jun 21 19:01:36 2009 +0200

    Adjusted paths of libtool files and bumped S-V.
    
    * debian/control: Bumped Standards-Version from 3.8.1 to 3.8.2, no changes
      required.
    * debian/rules: Adjusted file paths of libtool.m4 and ltmain.sh for the new
      libtool. (closes: #533979)

diff --git a/debian/changelog b/debian/changelog
index e38f985..28bc715 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,15 @@
 kboincspy (0.9.1-7) UNRELEASED; urgency=low
 
-  * debian/control: Bumped debhelper build dependency from (>= 7) to
-    (>= 7.0.50) because the override_dh_* targets we are using in debian/rules
-    were introduced in this version.
+  * debian/control:
+    - Bumped debhelper build dependency from (>= 7) to (>= 7.0.50) because the
+      override_dh_* targets we are using in debian/rules were introduced in
+      this version.
+    - Bumped Standards-Version from 3.8.1 to 3.8.2, no changes required.
   * Use quilt's new debhelper addon to further simplify debian/rules. This
     required to bump the build-dependency on quilt to (>= 0.46-7).
   * Adapted debian/copyright to DEP5.
+  * debian/rules: Adjusted file paths of libtool.m4 and ltmain.sh for the new
+    libtool. (closes: #533979)
 
  -- Frank S. Thomas <fst at debian.org>  Sat, 28 Mar 2009 12:38:31 +0100
 
diff --git a/debian/control b/debian/control
index c0ba54f..0d7b6e7 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7), autotools-dev,
  libtool, autoconf (>= 2.52), automake1.9, kdelibs4-dev (>= 4:3.3.0),
  libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, docbook2x,
  docbook-xml
-Standards-Version: 3.8.1
+Standards-Version: 3.8.2
 Homepage: http://kboincspy.sourceforge.net/
 Vcs-Git: git://git.debian.org/git/pkg-boinc/kboincspy.git
 Vcs-Browser: http://git.debian.org/?p=pkg-boinc/kboincspy.git
diff --git a/debian/rules b/debian/rules
index 933d5d8..fd76936 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,8 +44,8 @@ autoreconf-stamp:
 	-rm src/panels/seti/performance/kbssetiperformancecontent.h
 	-rm src/panels/seti/progress/kbssetiprogresscontent.h
 	
-	cp -f /usr/share/libtool/libtool.m4 admin/libtool.m4.in
-	cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh
+	cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
+	cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
 	cp -f /usr/share/misc/config.guess admin/config.guess
 	cp -f /usr/share/misc/config.sub admin/config.sub
 	

-- 
KBoincSpy packaging



More information about the pkg-boinc-commits mailing list