[Parted-commits] GNU Parted Official Repository: Changes to 'debian/master'

Otavio Salvador otavio at alioth.debian.org
Mon May 21 22:47:18 UTC 2007


 debian/changelog |    3 +--
 debian/rules     |    6 +++---
 2 files changed, 4 insertions(+), 5 deletions(-)

New commits:
commit 1df294b9907cddc2df21f8075a5b3eabda9d5355
Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Mon May 21 16:55:12 2007 -0300

    Readd autoreconf call since we'd need it on future

diff --git a/debian/changelog b/debian/changelog
index 03af02d..3e80098 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,8 +18,6 @@ parted (1.8.7-1) UNRELEASED; urgency=low
   * debian/rules:
     - configure called with --enable-device-mapper to include
       device-mapper support in;
-    - use bootstrap instead of autoreconf to bootstrap the source after
-      apply the patches;
     - build gnulib when building udeb and debugging packages otherwise
       they'd fail;
     - change soname version;
diff --git a/debian/rules b/debian/rules
index 96b1c8c..a2c8f86 100755
--- a/debian/rules
+++ b/debian/rules
@@ -153,7 +153,7 @@ packaging-files: $(GENFILES)
 
 autotools-update: autotools-update-stamp
 autotools-update-stamp: patch-stamp
-	sh bootstrap --skip-po
+	autoreconf
 	touch $@
 
 build-deb/config.status: autotools-update-stamp

commit 20292f78afdbdc4a25372c6f10be2f6fc113a801
Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Mon May 21 16:38:50 2007 -0300

    Change SONAME to 7

diff --git a/debian/changelog b/debian/changelog
index 9dd6bf6..03af02d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,7 @@ parted (1.8.7-1) UNRELEASED; urgency=low
       apply the patches;
     - build gnulib when building udeb and debugging packages otherwise
       they'd fail;
+    - change soname version;
   * debian/control: add libdevmapper-dev build-dependency;
   * debian/watch: use the GNU ftp since the HTTP address was giving
     timeout;
diff --git a/debian/rules b/debian/rules
index c3a24b7..96b1c8c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,11 +39,11 @@ LIBPKGVER = 1.8
 
 # The first version of the package to build with the current LIBPKGVER
 # This should be changed to the current version when LIBPKGVER is changed ...
-DEPVER = 1.8.0~rc2-1
+DEPVER = 1.8.7-1
 
 # This is the library's soname. The build will fail if this is wrong, since
 # if the soname has changed we need to update stuff ...
-LIBSONAME = 0
+LIBSONAME = 7
 
 # This is for the version for the shared library
 SHAREDLIBPKGVER = $(LIBPKGVER)-$(LIBSONAME)



More information about the Parted-commits mailing list