caudium-commits AT caudium.net
Caudium CVS Commits list

CVS: pexts/debian pike7.6-pexts-admintools.files,NONE,1.1 pike7.6-pexts-bzip2.files,NONE,1.1 pike7.6-pexts-curses.files,NONE,1.1 pike7.6-pexts-geoip.files,NONE,1.1 pike7.6-pexts-mcrypt.files,NONE,1.1 pike7.6-pexts-mhash.files,NONE,1.1 pike7.6-pexts-newt.examples,NONE,1.1 pike7.6-pexts-newt.files,NONE,1.1 pike7.6-pexts-pcre.files,NONE,1.1 changelog,1.33,1.34 control,1.27,1.28 rules,1.26,1.27


chronological Thread 
  • From: Marek Habersack <grendel AT cvs.caudiumforge.net>
  • To: caudium-commits AT caudium.net
  • Subject: CVS: pexts/debian pike7.6-pexts-admintools.files,NONE,1.1 pike7.6-pexts-bzip2.files,NONE,1.1 pike7.6-pexts-curses.files,NONE,1.1 pike7.6-pexts-geoip.files,NONE,1.1 pike7.6-pexts-mcrypt.files,NONE,1.1 pike7.6-pexts-mhash.files,NONE,1.1 pike7.6-pexts-newt.examples,NONE,1.1 pike7.6-pexts-newt.files,NONE,1.1 pike7.6-pexts-pcre.files,NONE,1.1 changelog,1.33,1.34 control,1.27,1.28 rules,1.26,1.27
  • Date: Sun, 25 Jul 2004 03:17:57 +0200

Update of /cvs/caudium/pexts/debian
In directory cvs.caudiumforge.net:/tmp/cvs-serv28149

Modified Files:
        changelog control rules 
Added Files:
        pike7.6-pexts-admintools.files pike7.6-pexts-bzip2.files 
        pike7.6-pexts-curses.files pike7.6-pexts-geoip.files 
        pike7.6-pexts-mcrypt.files pike7.6-pexts-mhash.files 
        pike7.6-pexts-newt.examples pike7.6-pexts-newt.files 
        pike7.6-pexts-pcre.files 
Log Message:
Added compilation of the Pike 7.6 packages

--- NEW FILE ---
usr/lib/pike/7.4*/lib/modules/AdminTools.so

--- NEW FILE ---
usr/lib/pike/7.4*/lib/modules/bzip2.so

--- NEW FILE ---
usr/lib/pike/7.4*/lib/modules/Curses.so

--- NEW FILE ---
usr/lib/pike/7.4*/lib/modules/GeoIP.so

--- NEW FILE ---
usr/lib/pike/7.4*/lib/modules/mcrypt.so

--- NEW FILE ---
usr/lib/pike/7.4*/lib/modules/Mhash.so

--- NEW FILE ---
src/_Newt/test.pike

--- NEW FILE ---
usr/lib/pike/7.4*/lib/modules/_Newt.so
usr/lib/pike/7.4*/lib/modules/Newt.pmod/*

--- NEW FILE ---
usr/lib/pike/7.4*/lib/modules/PCRE.so

Index: changelog
===================================================================
RCS file: /cvs/caudium/pexts/debian/changelog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- changelog   4 Nov 2003 22:39:41 -0000       1.33
+++ changelog   25 Jul 2004 01:17:54 -0000      1.34
@@ -1,3 +1,11 @@
+pexts (0.2.0-1) unstable; urgency=low
+
+  * The latest upstream release
+  * Build packages for Pike 7.6 as well
+  * Updated the standards version. No changes.
+
+ -- Marek Habersack 
<grendel AT debian.org>
  Sun, 25 Jul 2004 03:08:30 +0200
+
 pexts (0.1.1-5) unstable; urgency=high
 
   * Recompiled to catch up with the dependencies

Index: control
===================================================================
RCS file: /cvs/caudium/pexts/debian/control,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- control     4 Nov 2003 22:39:41 -0000       1.27
+++ control     25 Jul 2004 01:17:54 -0000      1.28
@@ -2,8 +2,8 @@
 Section: interpreters
 Priority: optional
 Maintainer: Marek Habersack 
<grendel AT debian.org>
-Standards-Version: 3.5.10.0
-Build-Depends: debhelper (>> 4.1.16), pike7.2 (>> 7.2.546), pike7.4-core (>> 
7.4.31), pike7.4-dev (>> 7.4.31), libnewt-dev, libmhash-dev, libpam0g-dev, 
libbz2-dev, libncurses5-dev, autoconf (>> 2.53), automake, libtool, 
libpcre3-dev, libmcrypt-dev, libgeoip-dev
+Standards-Version: 3.6.1
+Build-Depends: debhelper (>> 4.1.16), pike7.2 (>> 7.2.580), pike7.4-core (>> 
7.4.117), pike7.4-dev (>> 7.4.117), pike7.6-core (>> 7.6.11), pike7.6-dev (>> 
7.6.11), libnewt-dev, libmhash-dev, libpam0g-dev, libbz2-dev, 
libncurses5-dev, autoconf (>> 2.53), automake, libtool, libpcre3-dev, 
libmcrypt-dev, libgeoip-dev
 
 Package: pike7.2-pexts-admintools
 Architecture: any
@@ -25,6 +25,16 @@
  This module implements a glue for the more advanced Unix
  system interfaces which aren't supported by the core Pike modules.
 
+Package: pike7.6-pexts-admintools
+Architecture: any
+Depends: ${shlibs:Depends}, pike7.6 (>= ${pikever76}-1) | pike7.6 (<= 
${pikever76}-99)
+Description: Pike AdminTools module
+ Pexts is a collection of Pike extension modules designed
+ to fill the gaps that are in the standard Pike distribution.
+ .
+ This module implements a glue for the more advanced Unix
+ system interfaces which aren't supported by the core Pike modules.
+
 Package: pike7.2-pexts-curses
 Architecture: any
 Depends: ${shlibs:Depends}, pike7.2 (>= ${pikever72}-1) | pike7.2 (<= 
${pikever72}-99)
@@ -45,6 +55,16 @@
  This module implements a glue for the (N)Curses portable
  terminal access library.
 
+Package: pike7.6-pexts-curses
+Architecture: any
+Depends: ${shlibs:Depends}, pike7.6 (>= ${pikever76}-1) | pike7.6 (<= 
${pikever76}-99)
+Description: Pike (N)Curses module
+ Pexts is a collection of Pike extension modules designed
+ to fill the gaps that are in the standard Pike distribution.
+ .
+ This module implements a glue for the (N)Curses portable
+ terminal access library.
+
 Package: pike7.2-pexts-mhash
 Architecture: any
 Depends: ${shlibs:Depends}, pike7.2 (>= ${pikever72}-1) | pike7.2 (<= 
${pikever72}-99)
@@ -65,6 +85,16 @@
  This module implements a glue for the Mhash library of strong
  hashes.
 
+Package: pike7.6-pexts-mhash
+Architecture: any
+Depends: ${shlibs:Depends}, pike7.6 (>= ${pikever76}-1) | pike7.6 (<= 
${pikever76}-99)
+Description: Pike Mhash module
+ Pexts is a collection of Pike extension modules designed
+ to fill the gaps that are in the standard Pike distribution.
+ .
+ This module implements a glue for the Mhash library of strong
+ hashes.
+
 Package: pike7.2-pexts-newt
 Architecture: any
 Depends: ${shlibs:Depends}, pike7.2 (>= ${pikever72}-1) | pike7.2 (<= 
${pikever72}-99)
@@ -85,6 +115,16 @@
  This module implements a glue for the Newt user interface
  library.
 
+Package: pike7.6-pexts-newt
+Architecture: any
+Depends: ${shlibs:Depends}, pike7.6 (>= ${pikever76}-1) | pike7.6 (<= 
${pikever76}-99)
+Description: Pike Newt module
+ Pexts is a collection of Pike extension modules designed
+ to fill the gaps that are in the standard Pike distribution.
+ .
+ This module implements a glue for the Newt user interface
+ library.
+
 Package: pike7.2-pexts-pcre
 Architecture: any
 Depends: ${shlibs:Depends}, pike7.2 (>= ${pikever72}-1) | pike7.2 (<= 
${pikever72}-99)
@@ -105,6 +145,16 @@
  This module implements a glue for the PCRE - perl compatible
  regular expression library.
 
+Package: pike7.6-pexts-pcre
+Architecture: any
+Depends: ${shlibs:Depends}, pike7.6 (>= ${pikever76}-1) | pike7.6 (<= 
${pikever76}-99)
+Description: Pike PCRE module
+ Pexts is a collection of Pike extension modules designed
+ to fill the gaps that are in the standard Pike distribution.
+ .
+ This module implements a glue for the PCRE - perl compatible
+ regular expression library.
+
 Package: pike7.2-pexts-bzip2
 Architecture: any
 Depends: ${shlibs:Depends}, pike7.2 (>= ${pikever72}-1) | pike7.2 (<= 
${pikever72}-99)
@@ -125,6 +175,16 @@
  This module implements a glue for the bzip2 compression
  library.
 
+Package: pike7.6-pexts-bzip2
+Architecture: any
+Depends: ${shlibs:Depends}, pike7.6 (>= ${pikever76}-1) | pike7.6 (<= 
${pikever76}-99)
+Description: Pike bzip2 module
+ Pexts is a collection of Pike extension modules designed
+ to fill the gaps that are in the standard Pike distribution.
+ .
+ This module implements a glue for the bzip2 compression
+ library.
+
 Package: pike7.2-pexts-geoip
 Architecture: any
 Depends: ${shlibs:Depends}, pike7.2 (>= ${pikever72}-1) | pike7.2 (<= 
${pikever72}-99)
@@ -145,6 +205,16 @@
  This module implements a glue for the GeoIP IP to country
  code lookup library.
 
+Package: pike7.6-pexts-geoip
+Architecture: any
+Depends: ${shlibs:Depends}, pike7.6 (>= ${pikever76}-1) | pike7.6 (<= 
${pikever76}-99)
+Description: Pike GeoIP module
+ Pexts is a collection of Pike extension modules designed
+ to fill the gaps that are in the standard Pike distribution.
+ .
+ This module implements a glue for the GeoIP IP to country
+ code lookup library.
+
 Package: pike7.2-pexts-mcrypt
 Architecture: any
 Depends: ${shlibs:Depends}, pike7.2 (>= ${pikever72}-1) | pike7.2 (<= 
${pikever72}-99)
@@ -158,6 +228,16 @@
 Package: pike7.4-pexts-mcrypt
 Architecture: any
 Depends: ${shlibs:Depends}, pike7.4 (>= ${pikever74}-1) | pike7.4 (<= 
${pikever74}-99)
+Description: Pike mcrypt module
+ Pexts is a collection of Pike extension modules designed
+ to fill the gaps that are in the standard Pike distribution.
+ .
+ This module implements a glue for the mcrypt library of strong
+ hashes.
+
+Package: pike7.6-pexts-mcrypt
+Architecture: any
+Depends: ${shlibs:Depends}, pike7.6 (>= ${pikever76}-1) | pike7.6 (<= 
${pikever76}-99)
 Description: Pike mcrypt module
  Pexts is a collection of Pike extension modules designed
  to fill the gaps that are in the standard Pike distribution.

Index: rules
===================================================================
RCS file: /cvs/caudium/pexts/debian/rules,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- rules       26 May 2003 01:57:43 -0000      1.26
+++ rules       25 Jul 2004 01:17:54 -0000      1.27
@@ -18,10 +18,12 @@
 PIKE=/usr/bin/pike$(PVER)
 PIKE72=/usr/bin/pike7.2
 PIKE74=/usr/bin/pike7.4
+PIKE76=/usr/bin/pike7.6
 PIKE_CHANGELOG=/usr/share/doc/pike$(PVER)/changelog.Debian.gz
 PIKE_VERSION=$(shell $(PIKE) -e 'string v; int rel;sscanf(version(), "Pike 
v%s release %d", v, rel); write(v+"."+rel);')
 PIKE_VERSION72=$(shell $(PIKE72) -e 'string v; int rel;sscanf(version(), 
"Pike v%s release %d", v, rel); write(v+"."+rel);')
 PIKE_VERSION74=$(shell $(PIKE74) -e 'string v; int rel;sscanf(version(), 
"Pike v%s release %d", v, rel); write(v+"."+rel);')
+PIKE_VERSION76=$(shell $(PIKE76) -e 'string v; int rel;sscanf(version(), 
"Pike v%s release %d", v, rel); write(v+"."+rel);')
 CVS_SNAPSHOT=$(shell if test -x configure; then echo no; else echo yes; fi)
 PIKE_DEBIAN_VER=$(shell gunzip -c $(PIKE_CHANGELOG) | head -1 | sed -e 
's/\(.*(\)\(.*\)\().*\)/\2/')
 
@@ -39,7 +41,7 @@
 
 export CFLAGS PVER
 
-configure: configure-stamp-72 configure-stamp-74
+configure: configure-stamp-72 configure-stamp-74 configure-stamp-76
 
 configure-stamp-72:
        $(MAKE) -fdebian/rules PVER=7.2 do-configure-common
@@ -49,6 +51,10 @@
        $(MAKE) -fdebian/rules PVER=7.4 do-configure-common
        touch $@
 
+configure-stamp-76:
+       $(MAKE) -fdebian/rules PVER=7.6 do-configure-common
+       touch $@
+
 apply-patches:
        if [ ! -f patched-stamp ]; then \
          for f in $(CURDIR)/debian/patches/*.diff; do \
@@ -91,7 +97,7 @@
                     --with-GeoIP \
                     --with-bzip2
 
-build: apply-patches build-stamp-72 build-stamp-74
+build: apply-patches build-stamp-72 build-stamp-74 build-stamp-76
 
 build-stamp-72: configure-stamp-72
        $(MAKE) -fdebian/rules PVER=7.2 do-build
@@ -105,6 +111,12 @@
        $(MAKE) -fdebian/rules PVER=7.4 inter-clean
        touch $@
 
+build-stamp-76: configure-stamp-76
+       $(MAKE) -fdebian/rules PVER=7.6 do-build
+       $(MAKE) -fdebian/rules PVER=7.6 inter-install
+       $(MAKE) -fdebian/rules PVER=7.6 inter-clean
+       touch $@
+
 do-build:
        dh_testdir
        # Add here commands to compile the package.
@@ -122,9 +134,10 @@
 
 clean: unapply-patches inter-clean
        dh_testdir
-       rm -f build-stamp-72 configure-stamp-72 build-stamp-74 
configure-stamp-74 patched-stamp
+       rm -f build-stamp-72 configure-stamp-72 build-stamp-74 
configure-stamp-74 \
+             build-stamp-76 configure-stamp-76 patched-stamp
        rm -f configure config.h.in config.log configure.ac
-       rm -rf debian/pike7.2 debian/pike7.4 debian/pike
+       rm -rf debian/pike7.2 debian/pike7.4 debian/pike7.6 debian/pike
 
 inter-install:
        dh_testdir
@@ -203,7 +216,7 @@
 #      dh_makeshlibs
 #      dh_perl
        dh_shlibdeps
-       dh_gencontrol -u"-Vpikever72=$(PIKE_VERSION72) 
-Vpikever74=$(PIKE_VERSION74)"
+       dh_gencontrol -u"-Vpikever72=$(PIKE_VERSION72) 
-Vpikever74=$(PIKE_VERSION74)" -Vpikever76=$(PIKE_VERSION76)"
        dh_md5sums
        dh_builddeb
 



  • CVS: pexts/debian pike7.6-pexts-admintools.files,NONE,1.1 pike7.6-pexts-bzip2.files,NONE,1.1 pike7.6-pexts-curses.files,NONE,1.1 pike7.6-pexts-geoip.files,NONE,1.1 pike7.6-pexts-mcrypt.files,NONE,1.1 pike7.6-pexts-mhash.files,NONE,1.1 pike7.6-pexts-newt.examples,NONE,1.1 pike7.6-pexts-newt.files,NONE,1.1 pike7.6-pexts-pcre.files,NONE,1.1 changelog,1.33,1.34 control,1.27,1.28 rules,1.26,1.27, Marek Habersack

Archive powered by MhonArc 2.6.10.

§