[Pkg-voip-commits] r4410 - gnugk/trunk/debian

kilian at alioth.debian.org kilian at alioth.debian.org
Thu Sep 6 09:25:37 UTC 2007


Author: kilian
Date: 2007-09-06 09:25:37 +0000 (Thu, 06 Sep 2007)
New Revision: 4410

Modified:
   gnugk/trunk/debian/changelog
   gnugk/trunk/debian/control
   gnugk/trunk/debian/postinst
Log:
* Update build-depends on firebird2.0-dev [amd64 i386 powerpc sparc
  kfreebsd-amd64 kfreebsd-i386] (Closes: #440855)
* Fix postinst script to cope with configure. Adjust naming in error to
  "postinst" reflecting move in 2:2.2.5-3.1. (Closes: #440810)

Modified: gnugk/trunk/debian/changelog
===================================================================
--- gnugk/trunk/debian/changelog	2007-09-06 09:19:17 UTC (rev 4409)
+++ gnugk/trunk/debian/changelog	2007-09-06 09:25:37 UTC (rev 4410)
@@ -2,8 +2,12 @@
 
   * NOT RELEASED YET
   * Fix debian/watch.
+  * Update build-depends on firebird2.0-dev [amd64 i386 powerpc sparc
+    kfreebsd-amd64 kfreebsd-i386] (Closes: #440855)
+  * Fix postinst script to cope with configure. Adjust naming in error to
+    "postinst" reflecting move in 2:2.2.5-3.1. (Closes: #440810)
 
- -- Kilian Krause <kilian at debian.org>  Sat, 11 Aug 2007 15:27:11 +0200
+ -- Kilian Krause <kilian at debian.org>  Thu,  6 Sep 2007 11:21:48 +0200
 
 gnugk (2:2.2.6-1) unstable; urgency=low
 

Modified: gnugk/trunk/debian/control
===================================================================
--- gnugk/trunk/debian/control	2007-09-06 09:19:17 UTC (rev 4409)
+++ gnugk/trunk/debian/control	2007-09-06 09:25:37 UTC (rev 4410)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
 Uploaders: Kilian Krause <kilian at debian.org>, Jose Carlos Garcia Sogo <jsogo at debian.org>, Mark Purcell <msp at debian.org>, Santiago Garcia Mantinan <manty at debian.org>
-Build-Depends: debhelper (>> 4.0.0), libopenh323-dev (>= 1.18.0.dfsg-3), libspeex-dev, libsdl1.2-dev, libldap2-dev, libpq-dev, libmysql++-dev, dpatch, help2man, linuxdoc-tools, firebird2-dev [amd64 i386]
+Build-Depends: debhelper (>> 4.0.0), libopenh323-dev (>= 1.18.0.dfsg-3), libspeex-dev, libsdl1.2-dev, libldap2-dev, libpq-dev, libmysql++-dev, dpatch, help2man, linuxdoc-tools, firebird2-dev [amd64 i386 powerpc sparc kfreebsd-amd64 kfreebsd-i386]
 Build-Conflicts: linux-kernel-headers (<< 2.5.999-test7-bk-14)
 Standards-Version: 3.6.2
 XS-Vcs-Svn: svn://svn.debian.org/pkg-voip/

Modified: gnugk/trunk/debian/postinst
===================================================================
--- gnugk/trunk/debian/postinst	2007-09-06 09:19:17 UTC (rev 4409)
+++ gnugk/trunk/debian/postinst	2007-09-06 09:25:37 UTC (rev 4410)
@@ -33,11 +33,11 @@
 
     ;;
 
-    abort-upgrade)
+    abort-upgrade|configure)
     ;;
 
     *)
-        echo "preinst called with unknown argument \`$1'" >&2
+        echo "postinst called with unknown argument \`$1'" >&2
         exit 1
     ;;
 esac




More information about the Pkg-voip-commits mailing list