Hi,

The attached file is the diff for my flite 1.2-release-2.3 NMU. The
associated changelog entry is:

 flite (1.2-release-2.3) unstable; urgency=medium

   * Non-maintainer upload.
   * Fix bashism in debian/rules (Closes: #478377)
   * debian/control:
     - Use ${binary:Version} instead of ${Source-Version} relationship.
     - Bump Standards-Version to 3.8.0
   * Don't set DH_COMPAT, use debian/compat


Regards,

-- 
Chris Lamb, UK                                       [EMAIL PROTECTED]
                                                            GPG: 0x634F9A20
diff -Nru flite-1.2-release/debian/changelog flite-1.2-release/debian/changelog
--- flite-1.2-release/debian/changelog  2008-06-07 17:22:52.000000000 +0100
+++ flite-1.2-release/debian/changelog  2008-06-07 17:22:54.000000000 +0100
@@ -1,3 +1,14 @@
+flite (1.2-release-2.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix bashism in debian/rules (Closes: #478377)
+  * debian/control:
+    - Use ${binary:Version} instead of ${Source-Version} relationship.
+    - Bump Standards-Version to 3.8.0
+  * Don't set DH_COMPAT, use debian/compat
+
+ -- Chris Lamb <[EMAIL PROTECTED]>  Sat, 07 Jun 2008 17:04:45 +0100
+
 flite (1.2-release-2.2) unstable; urgency=low
 
   * Non-maintainer upload
diff -Nru flite-1.2-release/debian/compat flite-1.2-release/debian/compat
--- flite-1.2-release/debian/compat     1970-01-01 01:00:00.000000000 +0100
+++ flite-1.2-release/debian/compat     2008-06-07 17:22:54.000000000 +0100
@@ -0,0 +1 @@
+4
diff -Nru flite-1.2-release/debian/control flite-1.2-release/debian/control
--- flite-1.2-release/debian/control    2008-06-07 17:22:52.000000000 +0100
+++ flite-1.2-release/debian/control    2008-06-07 17:22:54.000000000 +0100
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Mario Lang <[EMAIL PROTECTED]>
 Build-Depends: debhelper (>> 4.0.0), texinfo, gs-common, texi2html, tetex-bin
-Standards-Version: 3.5.8
+Standards-Version: 3.8.0
 
 Package: flite
 Architecture: any
@@ -30,7 +30,7 @@
 Conflicts: flite-dev
 Section: devel
 Architecture: any
-Depends: libflite1 (>= ${Source-Version}), libc6-dev
+Depends: libflite1 (>= ${binary:Version}), libc6-dev
 Description: A small run-time speech synthesis engine - static libraries
  This extra package provides the flite static libraries
  and header files.
diff -Nru flite-1.2-release/debian/rules flite-1.2-release/debian/rules
--- flite-1.2-release/debian/rules      2008-06-07 17:22:52.000000000 +0100
+++ flite-1.2-release/debian/rules      2008-06-07 17:22:54.000000000 +0100
@@ -2,9 +2,6 @@
 
 #export DH_VERBOSE=1
 
-# This is the debhelper compatibility version to use.
-export DH_COMPAT=4
-
 # These are used for cross-compiling and for saving the configure script
 # from having to guess our platform (since we know it already)
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
@@ -38,10 +35,13 @@
        dh_testdir
        dh_testroot
        rm -f build-stamp
-       rm -f doc/flite.{aux,cp,dvi,fn,info,ky,log,pdf,pg,ps,toc,tp,vr}
+       for i in aux cp dvi fn info ky log pdf pg ps toc tp vr; do \
+               rm -f doc/flite.$$i; \
+       done
+
        rm -Rf doc/html
 
-       -$(MAKE) distclean
+       [ ! -f Makefile ] || $(MAKE) distclean
        -test -r /usr/share/misc/config.sub && \
          cp -f /usr/share/misc/config.sub config.sub
        -test -r /usr/share/misc/config.guess && \

Attachment: signature.asc
Description: PGP signature

Reply via email to