commit-gnue
[Top][All Lists]
Advanced

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

gnue/phpforms Makefile TODO debian/changelog de...


From: Jan Ischebeck
Subject: gnue/phpforms Makefile TODO debian/changelog de...
Date: Fri, 04 Oct 2002 21:50:13 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Jan Ischebeck <address@hidden>  02/10/04 21:50:13

Modified files:
        phpforms       : Makefile TODO 
        phpforms/debian: changelog conffiles control dirs rules 
        phpforms/src   : settings.php 

Log message:
        renamed debian package to gnue-phpforms + minimal changes

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/phpforms/Makefile.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/phpforms/TODO.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/phpforms/debian/changelog.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/phpforms/debian/conffiles.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/phpforms/debian/control.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/phpforms/debian/dirs.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/phpforms/debian/rules.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/phpforms/src/settings.php.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: gnue/phpforms/Makefile
diff -c gnue/phpforms/Makefile:1.1 gnue/phpforms/Makefile:1.2
*** gnue/phpforms/Makefile:1.1  Fri Oct  4 20:27:07 2002
--- gnue/phpforms/Makefile      Fri Oct  4 21:50:13 2002
***************
*** 3,12 ****
  
  
  install:
!       for f in $(SRC); do cp src/$$f $(DESTDIR)/usr/share/phpforms ; done
!       for f in $(ETC); do cp src/$$f $(DESTDIR)/etc/phpforms ; done
!       cp samples/*.sql $(DESTDIR)/usr/share/doc/phpforms/samples
!       cp samples/*.gfd $(DESTDIR)/usr/share/doc/phpforms/samples
!       cp samples/*.html $(DESTDIR)/usr/share/doc/phpforms/samples
!       cp samples/README $(DESTDIR)/usr/share/doc/phpforms/samples
  
--- 3,12 ----
  
  
  install:
!       for f in $(SRC); do cp src/$$f $(DESTDIR)/usr/share/gnue/phpforms ; done
!       for f in $(ETC); do cp src/$$f $(DESTDIR)/etc/gnue/phpforms ; done
!       cp samples/*.sql $(DESTDIR)/usr/share/doc/gnue-phpforms/samples
!       cp samples/*.gfd $(DESTDIR)/usr/share/doc/gnue-phpforms/samples
!       cp samples/*.html $(DESTDIR)/usr/share/doc/gnue-phpforms/samples
!       cp samples/README $(DESTDIR)/usr/share/doc/gnue-phpforms/samples
  
Index: gnue/phpforms/TODO
diff -c gnue/phpforms/TODO:1.3 gnue/phpforms/TODO:1.4
*** gnue/phpforms/TODO:1.3      Tue Jul 16 20:14:08 2002
--- gnue/phpforms/TODO  Fri Oct  4 21:50:13 2002
***************
*** 8,10 ****
--- 8,16 ----
    actual block (f.e. with javascript)
  - add an ldap backend
  - implement javascript triggers
+ 
+ Debian Packaging:
+ 
+ - check/configure php4 (and apache)
+ - check for pear and configure includepath
+ - check for xmlrpc.inc, package xmlrpc.inc
Index: gnue/phpforms/debian/changelog
diff -c gnue/phpforms/debian/changelog:1.1 gnue/phpforms/debian/changelog:1.2
*** gnue/phpforms/debian/changelog:1.1  Fri Oct  4 20:27:07 2002
--- gnue/phpforms/debian/changelog      Fri Oct  4 21:50:13 2002
***************
*** 1,4 ****
! phpforms (0.0.1-1) unstable; urgency=low
  
    * Initial Release.
  
--- 1,4 ----
! gnue-phpforms (0.0.1-1) unstable; urgency=low
  
    * Initial Release.
  
Index: gnue/phpforms/debian/conffiles
diff -c gnue/phpforms/debian/conffiles:1.1 gnue/phpforms/debian/conffiles:1.2
*** gnue/phpforms/debian/conffiles:1.1  Fri Oct  4 20:27:07 2002
--- gnue/phpforms/debian/conffiles      Fri Oct  4 21:50:13 2002
***************
*** 1,2 ****
! /etc/phpforms/connection.php
! /etc/phpforms/settings.php
--- 1,2 ----
! /etc/gnue/phpforms/connection.php
! /etc/gnue/phpforms/settings.php
Index: gnue/phpforms/debian/control
diff -c gnue/phpforms/debian/control:1.1 gnue/phpforms/debian/control:1.2
*** gnue/phpforms/debian/control:1.1    Fri Oct  4 20:27:07 2002
--- gnue/phpforms/debian/control        Fri Oct  4 21:50:13 2002
***************
*** 1,11 ****
! Source: phpforms
  Section: web
  Priority: optional
  Maintainer: Jan Ischebeck <address@hidden>
  Build-Depends: debhelper (>> 3.0.0)
  Standards-Version: 3.5.2
  
! Package: phpforms
  Architecture: any
  Depends: apache | apache-ssl | apache-perl, php4, wwwconfig-common
  Suggests: gnue-appserver
--- 1,11 ----
! Source: gnue-phpforms
  Section: web
  Priority: optional
  Maintainer: Jan Ischebeck <address@hidden>
  Build-Depends: debhelper (>> 3.0.0)
  Standards-Version: 3.5.2
  
! Package: gnue-phpforms
  Architecture: any
  Depends: apache | apache-ssl | apache-perl, php4, wwwconfig-common
  Suggests: gnue-appserver
Index: gnue/phpforms/debian/dirs
diff -c gnue/phpforms/debian/dirs:1.1 gnue/phpforms/debian/dirs:1.2
*** gnue/phpforms/debian/dirs:1.1       Fri Oct  4 20:27:07 2002
--- gnue/phpforms/debian/dirs   Fri Oct  4 21:50:13 2002
***************
*** 1,4 ****
! usr/share/phpforms/
! usr/share/doc/phpforms/samples/
! etc/phpforms/
  
--- 1,4 ----
! usr/share/gnue/phpforms/
! usr/share/doc/gnue-phpforms/samples/
! etc/gnue/phpforms/
  
Index: gnue/phpforms/debian/rules
diff -c gnue/phpforms/debian/rules:1.1 gnue/phpforms/debian/rules:1.2
*** gnue/phpforms/debian/rules:1.1      Fri Oct  4 20:27:07 2002
--- gnue/phpforms/debian/rules  Fri Oct  4 21:50:13 2002
***************
*** 33,39 ****
        dh_clean -k
        dh_installdirs
  
!       $(MAKE) install DESTDIR=$(CURDIR)/debian/phpforms
  
  
  # Build architecture-independent files here.
--- 33,39 ----
        dh_clean -k
        dh_installdirs
  
!       $(MAKE) install DESTDIR=$(CURDIR)/debian/gnue-phpforms
  
  
  # Build architecture-independent files here.
***************
*** 49,55 ****
        dh_installexamples
        dh_undocumented
        dh_installchangelogs 
!       dh_link usr/share/phpforms var/www/phpforms etc/phpforms/connection.php 
usr/share/phpforms/connection.php etc/phpforms/settings.php 
usr/share/phpforms/settings.php
        dh_strip
        dh_compress
        dh_fixperms
--- 49,55 ----
        dh_installexamples
        dh_undocumented
        dh_installchangelogs 
!       dh_link usr/share/gnue/phpforms var/www/phpforms 
etc/gnue/phpforms/connection.php usr/share/gnue/phpforms/connection.php 
etc/gnue/phpforms/settings.php usr/share/gnue/phpforms/settings.php 
usr/share/doc/gnue-phpforms/samples usr/share/gnue/phpforms/samples
        dh_strip
        dh_compress
        dh_fixperms
Index: gnue/phpforms/src/settings.php
diff -c gnue/phpforms/src/settings.php:1.2 gnue/phpforms/src/settings.php:1.3
*** gnue/phpforms/src/settings.php:1.2  Wed Jul 17 18:41:39 2002
--- gnue/phpforms/src/settings.php      Fri Oct  4 21:50:13 2002
***************
*** 130,138 ****
  
   ******************************* */
  
! $localforms=array("demo"  => "intro.gfd",
!                   "demo2" => "state_maint.gfd",
!                   "demo3" => "contact.gfd");
  
  
  /********************************
--- 130,138 ----
  
   ******************************* */
  
! $localforms=array("demo"  => "samples/intro.gfd",
!                   "demo2" => "samples/state_maint.gfd",
!                   "demo3" => "samples/contact.gfd");
  
  
  /********************************
***************
*** 171,174 ****
  // $username="gnue";
  // $password="gnue";
  
! ?>
\ No newline at end of file
--- 171,174 ----
  // $username="gnue";
  // $password="gnue";
  
! ?>




reply via email to

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