Package: pgadmin3
Version: 1.4.3-2+b1
Severity: grave

Hi,

the pgadmin3 package has a versioned dependency on pgadmin3-data. After
the last binNMU (because of the pgsql transition) pgadmin3 isn't
installable anymore, because it depends on pgadmin3-data = 1.4.3-2+b1
but there is only 1.4.3-2 in the archive (arch all packages aren't
rebuilt automatically).

There is a nice wiki-page about binNMUs: http://wiki.debian.org/binNMU
According to that, you just have to change the
= ${Source-Version}
into
= ${source:Version}

I attach a patch, which should do all the needed work.

Regards
Evgeni

--
   ^^^    | Evgeni -SargentD- Golov ([EMAIL PROTECTED])
 d(O_o)b  | GPG/PGP-Key-ID: 0xAC15B50C
  >-|-<   | 0C04 F872 0963 ADC9 AA83 882B 24A0 1418 AC15 B50C
   / \    | http://www.die-welt.net - [EMAIL PROTECTED]

mod_python ist keine antwort. mod_python ist die frage und die antwort
ist nein (waldi, #debian.de)
--- debian/control.old	2007-04-18 08:36:21.000000000 +0200
+++ debian/control	2007-04-18 08:37:47.000000000 +0200
@@ -2,12 +2,12 @@
 Section: misc
 Priority: optional
 Maintainer: Raphael Enrici <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.1.0), libpq-dev (>= 7.3), devscripts, libwxgtk2.6-dev
+Build-Depends: debhelper (>= 4.1.0), libpq-dev (>= 7.3), devscripts, libwxgtk2.6-dev, dpkg-dev (>= 1.13.19)
 Standards-Version: 3.7.2
 
 Package: pgadmin3
 Architecture: any
-Depends: pgadmin3-data (= ${Source-Version}), ${shlibs:Depends}
+Depends: pgadmin3-data (= ${source:Version}), ${shlibs:Depends}
 Recommends: pgagent
 Description: graphical administration tool for PostgreSQL
  pgAdmin III is a database design and management application for use with 
@@ -28,7 +28,7 @@
 
 Package: pgadmin3-data
 Architecture: all
-Enhances: pgadmin3 (= ${Source-Version})
+Enhances: pgadmin3 (>= ${source:Version})
 Conflicts: pgadmin3 (<< 1.0.2-1)
 Replaces: pgadmin3 (<< 1.0.2-1)
 Description: graphical administration tool for PostgreSQL - documentation

Attachment: pgpv3lBnE7agv.pgp
Description: PGP signature

Reply via email to