phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: messenger/debian changelog,NONE,1.1 copyright,NO


From: Luca - De Whiskey's - De Vitis <address@hidden>
Subject: [Phpgroupware-cvs] CVS: messenger/debian changelog,NONE,1.1 copyright,NONE,1.1 rules,NONE,1.1 control,NONE,1.1
Date: Mon, 22 Jul 2002 03:17:57 -0400

Update of /cvsroot/phpgroupware/messenger/debian
In directory subversions:/tmp/cvs-serv15299/./messenger/debian

Added Files:
        changelog copyright rules control 
Log Message:
- Definitely splitted the Debian source package, adding the needed files to
  each module.


--- NEW FILE ---
phpgroupware-messenger (0.9.14-0.RC3.3) unstable; urgency=low

  * New release.
        - Source is now splitted into modules.

 -- Luca - De Whiskey's - De Vitis <address@hidden>  Mon, 21 May 2001 15:00:56 
+0200

--- NEW FILE ---
This package was debianized by Luca - De Whiskey's - De Vitis <address@hidden> 
on
Sat, 29 Jun 2002 17:13:40 +0200

It was downloaded from the CVS repository at subversion.gnu.org. Try:
prompt$ CVSROOT=:pserver:address@hidden:/cvsroot/phpgroupware
prompt$ CVS_RSH=ssh
prompt$ cvs login
prompt$ cvs get all packages

Upstream Author(s):
Please, see credits.txt, the README file or visit http://apps.phpgroupware.org/

Copyright:
A copy of the GNU General Public License, version 2, can be found in
/usr/share/common-licenses/GPL .

--- NEW FILE ---
#!/usr/bin/make -f
# Sample debian/rules that uses debhelper. 
# GNU copyright 1997 by Joey Hess.
#
# This version is for a hypothetical package that builds an
# architecture-dependant package, as well as an architecture-independent
# package.

# Uncomment this to turn on verbose mode. 
#export DH_VERBOSE=1


# This is the debhelper compatability version to use.
export DH_COMPAT=3

APP = messenger
PACKAGE = debian/phpgroupware-$(APP)/usr/share/phpgroupware/$(APP)
PACKAGEDOC = debian/phpgroupware-$(APP)/usr/share/doc/phpgroupware-$(APP)

COPYRIGHT = -iname copyright\* -or -iname license
CHANGELOG = -iname change\*
INSTALL = -iname install
FINDOPT = -type f -not \( -path \*CVS\* -or -path \*debian\* -or -name 
.cvsignore \)
SPECIAL = -size 0 -or $(INSTALL) -or $(CHANGELOG) -or $(COPYRIGHT) -or -name 
\*.sgml
STAMPS = -name configure-stamp -or -name build-stamp
APPFILES = -not \( -path \*doc\* -or -path \. -or -name '*.pl' -or -name '*.py' 
-or $(STAMPS) \)
DOCFILES = -not \( $(SPECIAL) \)

configure: configure-stamp
configure-stamp:
        dh_testdir
        # No configuration needed.
        touch configure-stamp

build: configure-stamp build-stamp
build-stamp:
        dh_testdir
        # Here should go the commands necessary to build the sgml 
documentation...
        touch build-stamp

clean:
        dh_testdir
        rm -f build-stamp configure-stamp
        rm -f debian/.builded
        rm -f debian/files
        # Here should go the commands to clean the builded sgml documents.
        dh_clean

install: build
        dh_testdir

        # Install $(APP) files in $(PACKAGE)
        find $(FINDOPT) $(APPFILES) \
                -exec install -D --mode=644 {} $(PACKAGE)/{} \;
        
        # Install $(APP) doc files in $(PACKAGEDOC)
        cd doc ;\
                find $(FINDOPT) $(DOCFILES) \
                        -exec install -D --mode=644 {} ../$(PACKAGEDOC)/{} \;
        
binary-indep: build install
        dh_testdir
        dh_testroot
        dh_installdocs
        dh_installchangelogs
        dh_compress
        dh_fixperms
        dh_installdeb
        dh_gencontrol
        dh_md5sums
        dh_builddeb | tee debian/.builded

binary: binary-indep
.PHONY: build clean binary-indep binary-arch binary install configure

--- NEW FILE ---
Source: phpgroupware-messenger
Section: web
Priority: optional
Maintainer: Luca - De Whiskey's - De Vitis <address@hidden>
Build-Depends: debhelper (>> 3.0.0)
Standards-Version: 3.5.2

Package: phpgroupware-messenger
Section: web
Architecture: all
Depends: phpgroupware (>= ${Source-Version}), php3-pgsql | php3-cgi-pgsql | 
php4-pgsql | php3-mysql | php3-cgi-mysql | php4-mysql
Description: The phpGroupWare messenger module
 This phpGroupWare application allows messages to be sent between phpGroupWare
 users. Features a message inbox, notification upon new messages, Reply-To,
 Forward-To, and more.





reply via email to

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