0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00
postfixadmin/debian
David Goodwin 4b4461c48a update - remove admin reference
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1666 a1433add-5e2c-0410-b055-b7f2511e0802
2014-05-02 16:47:18 +00:00
..
patches config.inc.php: 2012-05-28 18:07:33 +00:00
po Updating trunk also to current Debian packaging... 2012-04-26 19:57:20 +00:00
source Again some Debian stuff: 2011-12-18 20:41:40 +00:00
apache.conf Migrated my .deb changes into SVN. Feedback welcome... 2009-05-09 22:11:32 +00:00
changelog Updating trunk also to current Debian packaging... 2012-04-26 19:57:20 +00:00
compat debian/control: fix some debian-isms after review from mez@sourceguru.net 2009-03-21 16:32:50 +00:00
control Updating trunk also to current Debian packaging... 2012-04-26 19:57:20 +00:00
copyright Migrated my .deb changes into SVN. Feedback welcome... 2009-05-09 22:11:32 +00:00
lighttpd.conf Migrated my .deb changes into SVN. Feedback welcome... 2009-05-09 22:11:32 +00:00
postfixadmin.config Migrated my .deb changes into SVN. Feedback welcome... 2009-05-09 22:11:32 +00:00
postfixadmin.dirs debian/control: fix some debian-isms after review from mez@sourceguru.net 2009-03-21 16:32:50 +00:00
postfixadmin.docs Some more lintian fixes: 2011-12-24 13:18:14 +00:00
postfixadmin.examples list-virtual.php: 2010-09-26 23:14:42 +00:00
postfixadmin.install update - remove admin reference 2014-05-02 16:47:18 +00:00
postfixadmin.links Migrated my .deb changes into SVN. Feedback welcome... 2009-05-09 22:11:32 +00:00
postfixadmin.postinst - added missing files/dirs (smarty, *.js etc.) into the package 2011-12-18 21:30:21 +00:00
postfixadmin.postrm postfixadmin.postrm: 2011-12-27 18:39:59 +00:00
postfixadmin.prerm Support for lenny packages added. 2009-06-04 21:24:26 +00:00
README.Debian README.Debian: 2012-10-03 16:48:32 +00:00
README.source list-virtual.php: 2010-09-26 23:14:42 +00:00
README.txt updating with build deps 2010-10-17 12:17:48 +00:00
rules Updating trunk also to current Debian packaging... 2012-04-26 19:57:20 +00:00
templates Migrated my .deb changes into SVN. Feedback welcome... 2009-05-09 22:11:32 +00:00
TODO Updating trunk also to current Debian packaging... 2012-04-26 19:57:20 +00:00
watch Updating trunk also to current Debian packaging... 2012-04-26 19:57:20 +00:00

Random instructions for help:

This 'debian' directory is used by dpkg-buildpackage when creating a .deb.

You'll need to install :

   apt-get install dpkg-dev quilt debhelper

Then from within the trunk directory (or whatever forms the root of the 
postfixadmin project), do the following :

1. Update debian/changelog; include your email address in the last change 
                (this is used to determine a gpg key to use)

2. dpkg-buildpackage -rfakeroot 

3. Look in ../ at the shiny .deb / .tar.gz

4. Profit.