[goffice] Updated debianisation



commit 245434901cbc87a585197602b44bd7b9bfd7d400
Author: J.H.M. Dassen (Ray) <jdassen debian org>
Date:   Sat Jun 18 13:56:28 2011 +0200

    Updated debianisation

 debian/changelog                                   |   11 ++++++++
 debian/libgoffice-0.8-8.symbols                    |    3 ++
 debian/libgoffice-0.8-8.symbols.longdouble         |    3 ++
 ...-0.8.15-1 => refresh-config-sub-guess-0.8.16-1} |   12 ++++----
 debian/patches/series                              |    2 +-
 debian/rules                                       |   25 ++++++++++++++++----
 6 files changed, 44 insertions(+), 12 deletions(-)
---
diff --git a/debian/changelog b/debian/changelog
index 7ae5336..b0018cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+goffice (0.8.16-1) unstable; urgency=low
+
+  * New upstream stable release. Changes include
+    * Fix GOFormat problem resulting in "-0". (Closes: #627675)
+  * [debian/libgoffice-0.8-8.symbols,
+    debian/libgoffice-0.8-8.symbols.longdouble] Update for new symbols.
+  * [debian/rules] Added "build-arch" and "build-indep" targets; distribute
+    declaration of phony targets.
+
+ -- J.H.M. Dassen (Ray) <jdassen debian org>  Sat, 18 Jun 2011 13:31:48 +0200
+
 goffice (0.8.15-1) unstable; urgency=low
 
   * New upstream stable release.
diff --git a/debian/libgoffice-0.8-8.symbols b/debian/libgoffice-0.8-8.symbols
index 3f443ef..8756a43 100644
--- a/debian/libgoffice-0.8-8.symbols
+++ b/debian/libgoffice-0.8-8.symbols
@@ -160,6 +160,7 @@ libgoffice-0.8.so.8 libgoffice-0.8-8 #MINVER#
  go_combo_text_set_text Base 0.8.8
  go_complex_add Base 0.8.8
  go_complex_angle Base 0.8.8
+ go_complex_angle_pi Base 0.8.16
  go_complex_conj Base 0.8.8
  go_complex_cos Base 0.8.8
  go_complex_div Base 0.8.8
@@ -167,6 +168,8 @@ libgoffice-0.8.so.8 libgoffice-0.8-8 #MINVER#
  go_complex_from_polar Base 0.8.8
  go_complex_from_string Base 0.8.8
  go_complex_init Base 0.8.8
+ go_complex_invalid Base 0.8.16
+ go_complex_invalid_p Base 0.8.16
  go_complex_ln Base 0.8.8
  go_complex_mod Base 0.8.8
  go_complex_mul Base 0.8.8
diff --git a/debian/libgoffice-0.8-8.symbols.longdouble b/debian/libgoffice-0.8-8.symbols.longdouble
index 780f431..643c69e 100644
--- a/debian/libgoffice-0.8-8.symbols.longdouble
+++ b/debian/libgoffice-0.8-8.symbols.longdouble
@@ -3,6 +3,7 @@
  go_ascii_strtold Base 0.8.8
  go_complex_addl Base 0.8.8
  go_complex_anglel Base 0.8.8
+ go_complex_angle_pil Base 0.8.16
  go_complex_conjl Base 0.8.8
  go_complex_cosl Base 0.8.8
  go_complex_divl Base 0.8.8
@@ -10,6 +11,8 @@
  go_complex_from_polarl Base 0.8.8
  go_complex_from_stringl Base 0.8.8
  go_complex_initl Base 0.8.8
+ go_complex_invalid_pl Base 0.8.16
+ go_complex_invalidl Base 0.8.16
  go_complex_lnl Base 0.8.8
  go_complex_modl Base 0.8.8
  go_complex_mull Base 0.8.8
diff --git a/debian/patches/refresh-config-sub-guess-0.8.15-1 b/debian/patches/refresh-config-sub-guess-0.8.16-1
similarity index 98%
rename from debian/patches/refresh-config-sub-guess-0.8.15-1
rename to debian/patches/refresh-config-sub-guess-0.8.16-1
index e7d95eb..498375f 100644
--- a/debian/patches/refresh-config-sub-guess-0.8.15-1
+++ b/debian/patches/refresh-config-sub-guess-0.8.16-1
@@ -1,6 +1,6 @@
-diff -ru goffice-0.8.15.old/config.guess goffice-0.8.15/config.guess
---- goffice-0.8.15.old/config.guess	2011-03-25 22:32:44.000000000 +0100
-+++ goffice-0.8.15/config.guess	2011-05-22 01:11:33.000000000 +0200
+diff -ru goffice-0.8.16.old/config.guess goffice-0.8.16/config.guess
+--- goffice-0.8.16.old/config.guess	2011-06-17 00:53:50.000000000 +0200
++++ goffice-0.8.16/config.guess	2011-06-17 20:52:44.000000000 +0200
 @@ -1,10 +1,10 @@
  #! /bin/sh
  # Attempt to guess a canonical system name.
@@ -772,9 +772,9 @@ diff -ru goffice-0.8.15.old/config.guess goffice-0.8.15/config.guess
  #endif
  #endif
  
-diff -ru goffice-0.8.15.old/config.sub goffice-0.8.15/config.sub
---- goffice-0.8.15.old/config.sub	2011-03-25 22:32:44.000000000 +0100
-+++ goffice-0.8.15/config.sub	2011-05-22 01:11:33.000000000 +0200
+diff -ru goffice-0.8.16.old/config.sub goffice-0.8.16/config.sub
+--- goffice-0.8.16.old/config.sub	2011-06-17 00:53:50.000000000 +0200
++++ goffice-0.8.16/config.sub	2011-06-17 20:52:44.000000000 +0200
 @@ -1,10 +1,10 @@
  #! /bin/sh
  # Configuration validation subroutine script.
diff --git a/debian/patches/series b/debian/patches/series
index 1ea44c3..7061b8d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-refresh-config-sub-guess-0.8.15-1
+refresh-config-sub-guess-0.8.16-1
diff --git a/debian/rules b/debian/rules
index 3ebbf95..c78a97d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -80,6 +80,7 @@ confflags +=    --enable-static --enable-gtk-doc
 DPKG_GENSYMBOLS_CHECK_LEVEL ?= 4
 export DPKG_GENSYMBOLS_CHECK_LEVEL
 
+.PHONY: source-updates
 source-updates:
 	# Update files/links generated by autotools
 	env srcdir=`pwd` NOCONFIGURE=1 sh autogen.sh
@@ -93,7 +94,9 @@ source-updates:
 	done
 	rm -rf autom4te.cache config-stamp
 
+.PHONY: configure
 configure: config-stamp
+
 config-stamp:
 	dh_testdir
 	dh_prep
@@ -113,14 +116,23 @@ config-stamp:
 
 	touch config-stamp
 
-build: build-stamp
-build-stamp:  config-stamp
+build-stamp: config-stamp
 	dh_testdir
 
 	$(MAKE) -C build
 
 	touch build-stamp
 
+.PHONY: build-arch
+build-arch: build-stamp
+
+.PHONY: build-indep
+build-indep: build-stamp
+
+.PHONY: build
+build: build-arch build-indep
+
+.PHONY: clean
 clean:
 	dh_testdir
 	dh_testroot
@@ -146,6 +158,7 @@ clean:
 
 	dh_clean 
 
+.PHONY: install
 install: build
 	dh_testdir
 	dh_testroot
@@ -168,6 +181,7 @@ install: build
 # affect _all_ packages. Anything that should only affect one package
 # should be put in another target (such as the install target) or be put
 # into conditional constructs.
+.PHONY: binary-common
 binary-common:
 	dh_testdir
 	dh_testroot
@@ -240,11 +254,13 @@ endif
 	dh_md5sums
 	dh_builddeb
 
-# Build architecture independant packages using the common target.
+# Build architecture independent packages using the common target.
+.PHONY: binary-indep
 binary-indep: build install
 	$(MAKE) -f debian/rules DH_OPTIONS=-i binary-common
 
 # Build architecture dependant packages using the common target.
+.PHONY: binary-arch
 binary-arch: build install
 	$(MAKE) -f debian/rules DH_OPTIONS=-s binary-common
 
@@ -253,6 +269,5 @@ binary-arch: build install
 #	make -f debian/rules binary-common DH_OPTIONS=-p$*
 #
 
+.PHONY: binary
 binary: binary-indep binary-arch
-
-.PHONY: source-updates configure build clean install binary-indep binary-arch binary



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