tags 648028 + pending
tags 647792 + pending
thanks

Hi,

I've uploaded a NMU for
#647792 - Build-depends on obsolete libabiword-2.8-dev
#648028 - Uses deprecated libgucharmap2-dev

The changelog reads:

 pyabiword (0.8.0-8.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Drop unused Build-Depends on libgucharmap2-dev. Closes: #648028
   * Build-Depend on libabiword-2.9-dev instead of libabiword-2.8-dev.
     Closes: #647792
   * Update configure.ac to check for abiword-2.9.
   * Use dh-autreconf to update the build system.

The complete debdiff is attached.

Please let me know if I should the delay the NMU further or cancel it
for other reasons.

Cheers,
Michael
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
diff -Nru pyabiword-0.8.0/debian/changelog pyabiword-0.8.0/debian/changelog
--- pyabiword-0.8.0/debian/changelog	2011-08-25 14:03:24.000000000 +0200
+++ pyabiword-0.8.0/debian/changelog	2011-11-08 22:33:57.000000000 +0100
@@ -1,3 +1,14 @@
+pyabiword (0.8.0-8.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Drop unused Build-Depends on libgucharmap2-dev. Closes: #648028
+  * Build-Depend on libabiword-2.9-dev instead of libabiword-2.8-dev.
+    Closes: #647792
+  * Update configure.ac to check for abiword-2.9.
+  * Use dh-autreconf to update the build system.
+
+ -- Michael Biebl <bi...@debian.org>  Tue, 08 Nov 2011 22:27:39 +0100
+
 pyabiword (0.8.0-8) unstable; urgency=low
 
   * Use Python helper python2 (not python-support).
diff -Nru pyabiword-0.8.0/debian/control pyabiword-0.8.0/debian/control
--- pyabiword-0.8.0/debian/control	2011-08-25 14:02:29.000000000 +0200
+++ pyabiword-0.8.0/debian/control	2011-11-08 22:27:32.000000000 +0100
@@ -10,7 +10,8 @@
  python (>= 2.6.5),
  cdbs (>= 0.4.90~),
  python-all-dev,
- libabiword-2.8-dev (>= 2.8.1-1.0),
+ dh-autoreconf,
+ libabiword-2.9-dev (>= 2.9.0),
  python-gtk2-dev,
  libfribidi-dev (>= 0.10.4),
  libglib2.0-dev (>= 2.6.0),
@@ -18,7 +19,6 @@
  libwv-dev (>= 1.2.0),
  libenchant-dev (>= 1.2.0),
  libgoffice-0.8-dev,
- libgucharmap2-dev,
  libcairo-dev,
  libpango1.0-dev,
  libgtk2.0-dev (>= 2.12.0),
diff -Nru pyabiword-0.8.0/debian/patches/01-abiword-2.9.patch pyabiword-0.8.0/debian/patches/01-abiword-2.9.patch
--- pyabiword-0.8.0/debian/patches/01-abiword-2.9.patch	1970-01-01 01:00:00.000000000 +0100
+++ pyabiword-0.8.0/debian/patches/01-abiword-2.9.patch	2011-11-08 22:27:32.000000000 +0100
@@ -0,0 +1,13 @@
+Index: pyabiword-0.8.0/configure.in
+===================================================================
+--- pyabiword-0.8.0.orig/configure.in	2011-11-08 15:33:28.279267476 +0100
++++ pyabiword-0.8.0/configure.in	2011-11-08 15:34:00.750859252 +0100
+@@ -17,7 +17,7 @@
+ AM_PROG_LIBTOOL
+ AC_C_CONST
+ 
+-abi_pkg='abiword-2.8 >= 2.8.0'
++abi_pkg='abiword-2.9 >= 2.9.0'
+ PKG_CHECK_MODULES(ABIWORD, "$abi_pkg")
+ AC_SUBST(ABIWORD_CFLAGS)
+ AC_SUBST(ABIWORD_LIBS)
diff -Nru pyabiword-0.8.0/debian/patches/series pyabiword-0.8.0/debian/patches/series
--- pyabiword-0.8.0/debian/patches/series	1970-01-01 01:00:00.000000000 +0100
+++ pyabiword-0.8.0/debian/patches/series	2011-11-08 22:27:32.000000000 +0100
@@ -0,0 +1 @@
+01-abiword-2.9.patch
diff -Nru pyabiword-0.8.0/debian/rules pyabiword-0.8.0/debian/rules
--- pyabiword-0.8.0/debian/rules	2011-08-25 14:02:29.000000000 +0200
+++ pyabiword-0.8.0/debian/rules	2011-11-08 22:27:32.000000000 +0100
@@ -20,18 +20,21 @@
 include /usr/share/cdbs/1/rules/upstream-tarball.mk
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/class/python-autotools.mk
 
+DEB_DH_AUTORECONF_ARGS = autoreconf -- -vfi -I.
+
 DEB_UPSTREAM_URL = http://www.abisource.com/downloads/pyabiword/$(DEB_UPSTREAM_VERSION)
 DEB_UPSTREAM_TARBALL_MD5 = 826ea3e4cdcdd11906ce8739d07e6c26
 
 DEB_INSTALL_EXAMPLES_python-abiword = examples/*
 
 # Needed by upstream build process
-CDBS_BUILD_DEPENDS += , libabiword-2.8-dev (>= 2.8.1-1.0), python-gtk2-dev
+CDBS_BUILD_DEPENDS += , dh-autoreconf, libabiword-2.9-dev (>= 2.9.0), python-gtk2-dev
 
 # workaround for missing build-dependencies of libabiword-2.8-dev
-CDBS_BUILD_DEPENDS += , libfribidi-dev (>= 0.10.4), libglib2.0-dev (>= 2.6.0), libgsf-1-dev (>= 1.12), libwv-dev (>= 1.2.0), libenchant-dev (>= 1.2.0), libgoffice-0.8-dev, libgucharmap2-dev, libcairo-dev, libpango1.0-dev, libgtk2.0-dev (>= 2.12.0), librsvg2-dev (>= 2.16.0)
+CDBS_BUILD_DEPENDS += , libfribidi-dev (>= 0.10.4), libglib2.0-dev (>= 2.6.0), libgsf-1-dev (>= 1.12), libwv-dev (>= 1.2.0), libenchant-dev (>= 1.2.0), libgoffice-0.8-dev, libcairo-dev, libpango1.0-dev, libgtk2.0-dev (>= 2.12.0), librsvg2-dev (>= 2.16.0)
 
 # Avoid .la files - see http://wiki.debian.org/ReleaseGoals/LAFileRemoval
 common-binary-post-install-arch::

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to