debian package patch - Mailing list pgadmin-hackers

From Raphaël Enrici
Subject debian package patch
Date
Msg-id 3F578BCA.9010709@club-internet.fr
Whole thread Raw
List pgadmin-hackers
Dear friends,

can one of you add this patch to CVS ? This is the patch applied to beta
2 package.

Contents:
- Fix architecture from i386 to any as suggested by Giuseppe Sacco when
beta 1 was released.
- Add desktop menu support
- Fix build dependencies to wxWindows 2.5 20030831
- Includes package modifications from Beta 1

Cheers,

Raphaël
diff -ru ./pkg/debian.orig/changelog ./pkg/debian/changelog
--- ./pkg/debian.orig/changelog    Thu Aug  7 09:25:45 2003
+++ ./pkg/debian/changelog    Tue Sep  2 20:08:41 2003
@@ -1,3 +1,26 @@
+pgadmin3 (0.9.2-0.0) unstable; urgency=low
+
+  * Second BETA Release.
+  * Build against 20030831 wxWindows2.5 snapshot
+  * Added menu files for a better desktop integration
+
+ -- Raphael Enrici <pgadmin-hackers@postgresql.org>  Tue,  2 Sep 2003 17:22:25 +0000
+
+pgadmin3 (0.9.0-0.2) unstable; urgency=low
+
+  * Changed Architecture from i386 to any in control file. Thanks to
+    Giuseppe Sacco.
+  * Build against 20030722 wxWindows2.5 snapshot instead of 20030707
+
+ -- Raphael Enrici <pgadmin-hackers@postgresql.org>  Mon, 11 Aug 2003 22:35:33 +0000
+
+pgadmin3 (0.9.0-0.1) unstable; urgency=low
+
+  * First pgAdmin3 beta release!
+  * Fixed debian version scheme
+
+ -- Raphael Enrici <pgadmin-hackers@postgresql.org>  Thu,  7 Aug 2003 00:50:06 +0000
+
 pgadmin3 (0.9.0-0.0) unstable; urgency=low

   * First beta release of pgAdmin3
diff -ru ./pkg/debian.orig/control ./pkg/debian/control
--- ./pkg/debian.orig/control    Thu Aug  7 09:25:45 2003
+++ ./pkg/debian/control    Tue Sep  2 19:22:22 2003
@@ -2,11 +2,11 @@
 Section: misc
 Priority: optional
 Maintainer: pgAdmin project <pgadmin-hackers@postgresql.org>
-Build-Depends: debhelper (>> 3.0.0), postgresql-dev, pgadmin3-libwxgtk2ud2.5-dev (>= 2.5.0-20030707.1),
pgadmin3-libwxgtk2ud2.5-contrib(>= 2.5.0-20030707.1) 
+Build-Depends: debhelper (>> 3.0.0), postgresql-dev, pgadmin3-libwxgtk2ud2.5-dev (>= 2.5.0-0.0+cvs20030831.1),
pgadmin3-libwxgtk2ud2.5-contrib(>= 2.5.0-0.0+cvs20030831.1) 
 Standards-Version: 3.5.2

 Package: pgadmin3
-Architecture: i386
+Architecture: any
 Depends: ${shlibs:Depends}
 Description: Graphical client for PostgreSQL.
  pgAdmin3 is the graphical administration interface of PostgreSQL.
diff -ru ./pkg/debian.orig/dirs ./pkg/debian/dirs
--- ./pkg/debian.orig/dirs    Sat Jul 12 21:02:59 2003
+++ ./pkg/debian/dirs    Tue Sep  2 20:04:01 2003
@@ -1,2 +1,3 @@
 usr/bin
 usr/sbin
+usr/share/pixmaps
diff -ru ./pkg/debian.orig/rules ./pkg/debian/rules
--- ./pkg/debian.orig/rules    Sun Jul 20 18:57:46 2003
+++ ./pkg/debian/rules    Tue Sep  2 20:07:32 2003
@@ -89,6 +89,9 @@

     # Add here commands to install the package into debian/pgadmin3.
     $(MAKE) install prefix=$(CURDIR)/debian/pgadmin3/usr
+    cp $(CURDIR)/src/include/images/elephant48.xpm $(CURDIR)/debian/pgadmin3/usr/share/pixmaps/pgadmin3.xpm
+    chmod 644 $(CURDIR)/debian/pgadmin3/usr/share/pixmaps/pgadmin3.xpm
+    touch TODO.txt    # To avoid error while building package if this file does not exist


 # Build architecture-independent files here.

pgadmin-hackers by date:

Previous
From: "Dave Page"
Date:
Subject: Re: I love pgAdmin
Next
From: "Dave Page"
Date:
Subject: Re: debian package patch