Hi folks,

I've made a few small packaging changes against the current SVN,
attached below.  These just sync up the packaging with what's
currently in Debian.  Please could you consider applying them?

(There are some other bits I've kept specific to the Debian packaging,
namely the c2a C++ library ABI transition, which won't be applicable
to your releases, and which I'll also be dropping with the next
release.)


Kind regards, and many thanks for all your hard work!

Roger

-- 
Roger Leigh
                Printing on GNU/Linux?  http://gutenprint.sourceforge.net/
                Debian GNU/Linux        http://www.debian.org/
                GPG Public Key: 0x25BFB848.  Please sign and encrypt your mail.
Index: debian/control.in
===================================================================
--- debian/control.in	(revision 998)
+++ debian/control.in	(working copy)
@@ -2,13 +2,13 @@
 Section: libs
 Priority: optional
 Maintainer: Roger Leigh <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 3.0.0), postgresql-dev (>= 7.4.2-1), chrpath
-Standards-Version: 3.6.1
+Build-Depends: debhelper (>> 4.0.0), libpq-dev (>= 8.0.3), chrpath
+Standards-Version: 3.6.2
 
 Package: libpqxx-dev
 Section: libdevel
 Architecture: any
-Depends: postgresql-dev (>= 7.4.2-1), libpqxx#LIBRARY_VERSION# (= ${Source-Version}), pkg-config
+Depends: libpq-dev (>= 8.0.3), libpqxx#LIBRARY_VERSION# (= ${Source-Version}), pkg-config
 Description: C++ library to connect to PostgreSQL (development files)
  Header files for linking against libpqxx. This package obsoletes
  the libpqpp-dev package.
Index: debian/changelog
===================================================================
--- debian/changelog	(revision 998)
+++ debian/changelog	(working copy)
@@ -1,3 +1,19 @@
+libpqxx (2.6.4-1) unstable; urgency=medium
+
+  [ Jeroen T. Vermeulen ]
+  * New upstream release.
+
+  [ Roger Leigh ]
+  * debian/control.in:
+    - Build-Depend upon debhelper v4, and libpq-dev rather than
+      postgresql-dev.
+    - libpqxx-dev: Depend upon libpq-dev rather than postgresql-dev.
+  * debian/libpqxx-dev.docs: Include README-UPGRADE.
+  * debian/rules:
+    - Use debhelper v4 compatibility mode.
+
+ -- Roger Leigh <[EMAIL PROTECTED]>  Sat, 11 Feb 2006 14:14:05 +0000
+
 libpqxx (2.6.3-1) unstable; urgency=medium
 
   * New upstream release.
Index: debian/libpqxx-dev.docs
===================================================================
--- debian/libpqxx-dev.docs	(revision 998)
+++ debian/libpqxx-dev.docs	(working copy)
@@ -1,3 +1,4 @@
 NEWS
 README
+README-UPGRADE
 TODO
Index: debian/rules
===================================================================
--- debian/rules	(revision 998)
+++ debian/rules	(working copy)
@@ -6,7 +6,7 @@
 #export DH_VERBOSE=1
 
 # This is the debhelper compatibility version to use.
-export DH_COMPAT=3
+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)

Attachment: pgpCIEyYclw2W.pgp
Description: PGP signature

_______________________________________________
Libpqxx-general mailing list
[email protected]
http://gborg.postgresql.org/mailman/listinfo/libpqxx-general

Reply via email to