0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00
postfixadmin/debian
Christian Boltz ea2103f594 CHANGELOG.TXT, debian/changelog:
- 2.3.7 release


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/branches/postfixadmin-2.3@1651 a1433add-5e2c-0410-b055-b7f2511e0802
2014-02-20 21:35:01 +00:00
..
patches Merged debian/* stuff from trunk to postfixadmin-2.3 branch 2012-01-15 11:52:31 +00:00
po Migrated my .deb changes into SVN. Feedback welcome... 2009-05-09 22:11:32 +00:00
source Merged debian/* stuff from trunk to postfixadmin-2.3 branch 2012-01-15 11:52:31 +00:00
apache.conf Migrated my .deb changes into SVN. Feedback welcome... 2009-05-09 22:11:32 +00:00
changelog CHANGELOG.TXT, debian/changelog: 2014-02-20 21:35:01 +00:00
compat debian/control: fix some debian-isms after review from mez@sourceguru.net 2009-03-21 16:32:50 +00:00
confd-link.sh Support for lenny packages added. 2009-06-04 21:24:26 +00:00
control Merged debian/* stuff from trunk to postfixadmin-2.3 branch 2012-01-15 11:52:31 +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 Merged debian/* stuff from trunk to postfixadmin-2.3 branch 2012-01-15 11:52:31 +00:00
postfixadmin.examples Backport of various fixes from trunk to the 2.3 branch 2010-12-15 23:41:40 +00:00
postfixadmin.install Backport of various fixes from trunk to the 2.3 branch 2010-12-15 23:41:40 +00:00
postfixadmin.links Migrated my .deb changes into SVN. Feedback welcome... 2009-05-09 22:11:32 +00:00
postfixadmin.postinst Merged debian/* stuff from trunk to postfixadmin-2.3 branch 2012-01-15 11:52:31 +00:00
postfixadmin.postrm Merged debian/* stuff from trunk to postfixadmin-2.3 branch 2012-01-15 11:52:31 +00:00
postfixadmin.prerm Support for lenny packages added. 2009-06-04 21:24:26 +00:00
README.Debian Support for lenny packages added. 2009-06-04 21:24:26 +00:00
README.source Backport of various fixes from trunk to the 2.3 branch 2010-12-15 23:41:40 +00:00
rules fix these to aid future building 2012-01-25 22:39:45 +00:00
templates Migrated my .deb changes into SVN. Feedback welcome... 2009-05-09 22:11:32 +00:00
TODO Migrated my .deb changes into SVN. Feedback welcome... 2009-05-09 22:11:32 +00:00
watch Merged debian/* stuff from trunk to postfixadmin-2.3 branch 2012-01-15 11:52:31 +00:00

This package is using the quilt framework.
All patches are located in debian/patches.

Adding a new patch: quilt new <date-patch_name>
This will create a new file debian/patches/patch/date-patch_name.
Please use the current date (e.g. 20100221 - YYYYMMDD) as prefix!

Editing a file to include it into the patch: quilt edit <filename>
This will open your $EDITOR.

To write your changes into the new patchfile: quilt refresh.

quilt push:
Apply patch(es) from the series file.  Without options, the next
patch in the series file is applied.  When a number is specified,
apply the specified number of patches.  When a patch name is
specified, apply all patches up to and including the specified patch.
Patch names may include the patches/ prefix, which means that
filename completion can be used.

quilt pop:
Remove patch(es) from the stack of applied patches.  Without options,
the topmost patch is removed.  When a number is specified, remove the
specified number of patches.  When a patch name is specified, remove
patches until the specified patch end up on top of the stack.
Patch names may include the patches/ prefix, which means that
filename completion can be used.