[Fxpy-commits] FXPy/debian changelog,1.10,1.11 control,1.6,1.7 rules,1.4,1.5
Status: Inactive
Brought to you by:
lyle
From: Bastian K. <ca...@us...> - 2003-02-22 00:19:35
|
Update of /cvsroot/fxpy/FXPy/debian In directory sc8-pr-cvs1:/tmp/cvs-serv25556 Modified Files: changelog control rules Log Message: use DH_COMPAT=4 Index: changelog =================================================================== RCS file: /cvsroot/fxpy/FXPy/debian/changelog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- changelog 13 Jan 2003 02:02:15 -0000 1.10 +++ changelog 22 Feb 2003 00:19:32 -0000 1.11 @@ -1,3 +1,9 @@ +fxpy (1.0.32-0.1) unstable; urgency=low + + * use DH_COMPAT=4, adjust depends + + -- Bastian Kleineidam <ca...@de...> Sat, 22 Feb 2003 01:18:57 +0100 + fxpy (1.0.30-0.1) unstable; urgency=low * Rebuild with gcc 3.2 and FOX 1.0.30 Index: control =================================================================== RCS file: /cvsroot/fxpy/FXPy/debian/control,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- control 28 Nov 2002 01:13:35 -0000 1.6 +++ control 22 Feb 2003 00:19:32 -0000 1.7 @@ -2,7 +2,7 @@ Section: devel Priority: optional Maintainer: Bastian Kleineidam <ca...@de...> -Build-Depends: debhelper (>> 3.0.0), python2.1-dev, python2.2-dev, libfox1.0-dev +Build-Depends: debhelper (>= 4), python2.1-dev, python2.2-dev, libfox1.0-dev Standards-Version: 3.5.8.0 Package: fxpy-python2.1 Index: rules =================================================================== RCS file: /cvsroot/fxpy/FXPy/debian/rules,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- rules 1 Sep 2002 20:47:34 -0000 1.4 +++ rules 22 Feb 2003 00:19:32 -0000 1.5 @@ -11,7 +11,7 @@ #export DH_VERBOSE=1 # This is the debhelper compatability version to use. -export DH_COMPAT=3 +export DH_COMPAT=4 configure: configure-stamp configure-stamp: |