[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: vmailmgr/debian changelog,NONE,1.1 copyright,NON
From: |
Luca - De Whiskey's - De Vitis <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: vmailmgr/debian changelog,NONE,1.1 copyright,NONE,1.1 rules,NONE,1.1 control,NONE,1.1 |
Date: |
Mon, 22 Jul 2002 03:17:59 -0400 |
Update of /cvsroot/phpgroupware/vmailmgr/debian
In directory subversions:/tmp/cvs-serv15299/./vmailmgr/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-vmailmgr (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 = vmailmgr
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-vmailmgr
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-vmailmgr
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 vmailmgr module.
This addon app simply tries to keep vmailmgr and phpgw accounts in sync. You
just create accounts in phpGW and this will also create the account in
vmailmgr. Likewide for deleting accounts and changing passwords.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: vmailmgr/debian changelog,NONE,1.1 copyright,NONE,1.1 rules,NONE,1.1 control,NONE,1.1,
Luca - De Whiskey's - De Vitis <address@hidden> <=
- Prev by Date:
[Phpgroupware-cvs] CVS: tts/debian changelog,NONE,1.1 copyright,NONE,1.1 rules,NONE,1.1 control,NONE,1.1
- Next by Date:
[Phpgroupware-cvs] CVS: phpwebhosting/debian changelog,NONE,1.1 copyright,NONE,1.1 rules,NONE,1.1 control,NONE,1.1
- Previous by thread:
[Phpgroupware-cvs] CVS: tts/debian changelog,NONE,1.1 copyright,NONE,1.1 rules,NONE,1.1 control,NONE,1.1
- Next by thread:
[Phpgroupware-cvs] CVS: phpwebhosting/debian changelog,NONE,1.1 copyright,NONE,1.1 rules,NONE,1.1 control,NONE,1.1
- Index(es):