commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r9561 - trunk/gnue-common/packaging/debian


From: reinhard
Subject: [gnue] r9561 - trunk/gnue-common/packaging/debian
Date: Tue, 8 May 2007 18:51:42 -0500 (CDT)

Author: reinhard
Date: 2007-05-08 18:51:41 -0500 (Tue, 08 May 2007)
New Revision: 9561

Removed:
   trunk/gnue-common/packaging/debian/README.cvs
Modified:
   trunk/gnue-common/packaging/debian/control
   trunk/gnue-common/packaging/debian/rules
Log:
Messed around in packaging/debian directory in preparation of automatic .deb
generation at release time.


Deleted: trunk/gnue-common/packaging/debian/README.cvs
===================================================================
--- trunk/gnue-common/packaging/debian/README.cvs       2007-05-08 19:45:24 UTC 
(rev 9560)
+++ trunk/gnue-common/packaging/debian/README.cvs       2007-05-08 23:51:41 UTC 
(rev 9561)
@@ -1,15 +0,0 @@
-Instructions for creating .debs from cvs
-========================================
-
-These instructions assume you have devscripts installed.
-
-From the root of gnue-common:
-
-ln -s packaging/debian debian
-dch -v VERSIONNUM
-     (VERSIONNUM should be in the form 0.5.1.20030930-1)
-sudo apt-get build-dep gnue-common
-debuild
-
-Jeff Bailey
-September 30th, 2003

Modified: trunk/gnue-common/packaging/debian/control
===================================================================
--- trunk/gnue-common/packaging/debian/control  2007-05-08 19:45:24 UTC (rev 
9560)
+++ trunk/gnue-common/packaging/debian/control  2007-05-08 23:51:41 UTC (rev 
9561)
@@ -2,14 +2,14 @@
 Section: interpreters
 Priority: optional
 Maintainer: Andrew Mitchell <address@hidden>
-Build-Depends-Indep: debhelper (>= 4.1.25), python, python-dev, cdbs (>= 0.4.9)
+Build-Depends-Indep: debhelper (>= 4.1.25), cdbs (>= 0.4.9), python-all-dev, 
python-support (>= 0.5.3)
 Standards-Version: 3.6.1
 
 Package: gnue-common
 Architecture: all
-Depends: ${python:Depends}, python2.3-egenix-mxdatetime
-Recommends: gnue-reports, gnue-forms-wxgtk, python2.3-psycopg | 
python-pygresql, python2.3-mysqldb
-Suggests: gnue-designer
+Depends: ${python:Depends}, python-egenix-mxdatetime
+Recommends: python-pysqlite2 | python-sqlite | python-psycopg2 | 
python-psycopg | python-pygresql | python-pgsql | python-mysqldb | 
python-kinterbasdb | python-maxdb
+Suggests: gnue-forms, gnue-reports, gnue-appserver
 Description: GNU Enterprise Common Library for use with the GNUe tools
  GNUe-Common provides a set of images and classes that GNUe-Forms, 
  GNUe-Reports, GNUe-Appserver and GNUe-Designer and others are dependent

Modified: trunk/gnue-common/packaging/debian/rules
===================================================================
--- trunk/gnue-common/packaging/debian/rules    2007-05-08 19:45:24 UTC (rev 
9560)
+++ trunk/gnue-common/packaging/debian/rules    2007-05-08 23:51:41 UTC (rev 
9561)
@@ -9,11 +9,3 @@
 include /usr/share/cdbs/1/class/python-distutils.mk
 
 DEB_PYTHON_INSTALL_ARGS_ALL += --prefix=/usr --install-lib=/usr/lib/gnue/python
-
-DEB_INSTALL_PYTHON_gnue-common = /usr/lib/gnue/python
-
-binary-post-install/gnue-common::
-       chmod 0755 
debian/gnue-common/usr/lib/gnue/python/gnue/common/printing/pdftable/sample.py
-
-clean::
-       find . -name \*pyc -exec rm '{}' \;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]