[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:07 UTC 2009


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

    Use libtoolize instead of copying ltmain.sh byhand.

diff --git a/debian/changelog b/debian/changelog
index 28bc715..7a38c71 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,8 +8,8 @@ kboincspy (0.9.1-7) UNRELEASED; urgency=low
   * 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)
+  * debian/rules: Adjusted file path of libtool.m4 for the new libtool and
+    use libtoolize to update ltmain.sh. (closes: #533979)
 
  -- Frank S. Thomas <fst at debian.org>  Sat, 28 Mar 2009 12:38:31 +0100
 
diff --git a/debian/rules b/debian/rules
index fd76936..b1687fc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,9 +45,9 @@ autoreconf-stamp:
 	-rm src/panels/seti/progress/kbssetiprogresscontent.h
 	
 	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
+	libtoolize -cf
 	
 	$(MAKE) -f admin/Makefile.common
 	touch $@

-- 
KBoincSpy packaging



More information about the pkg-boinc-commits mailing list