You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
10 years ago
..
patches Merged debian/* stuff from trunk to postfixadmin-2.3 branch 13 years ago
po Migrated my .deb changes into SVN. Feedback welcome... 15 years ago
source Merged debian/* stuff from trunk to postfixadmin-2.3 branch 13 years ago
README.Debian Support for lenny packages added. 15 years ago
README.source Backport of various fixes from trunk to the 2.3 branch 14 years ago
TODO Migrated my .deb changes into SVN. Feedback welcome... 15 years ago
apache.conf Migrated my .deb changes into SVN. Feedback welcome... 15 years ago
changelog CHANGELOG.TXT, debian/changelog: 10 years ago
compat debian/control: fix some debian-isms after review from mez@sourceguru.net 15 years ago
confd-link.sh Support for lenny packages added. 15 years ago
control Merged debian/* stuff from trunk to postfixadmin-2.3 branch 13 years ago
copyright Migrated my .deb changes into SVN. Feedback welcome... 15 years ago
lighttpd.conf Migrated my .deb changes into SVN. Feedback welcome... 15 years ago
postfixadmin.config Migrated my .deb changes into SVN. Feedback welcome... 15 years ago
postfixadmin.dirs debian/control: fix some debian-isms after review from mez@sourceguru.net 15 years ago
postfixadmin.docs Merged debian/* stuff from trunk to postfixadmin-2.3 branch 13 years ago
postfixadmin.examples Backport of various fixes from trunk to the 2.3 branch 14 years ago
postfixadmin.install Backport of various fixes from trunk to the 2.3 branch 14 years ago
postfixadmin.links Migrated my .deb changes into SVN. Feedback welcome... 15 years ago
postfixadmin.postinst Merged debian/* stuff from trunk to postfixadmin-2.3 branch 13 years ago
postfixadmin.postrm Merged debian/* stuff from trunk to postfixadmin-2.3 branch 13 years ago
postfixadmin.prerm Support for lenny packages added. 15 years ago
rules fix these to aid future building 13 years ago
templates Migrated my .deb changes into SVN. Feedback welcome... 15 years ago
watch Merged debian/* stuff from trunk to postfixadmin-2.3 branch 13 years ago

README.source

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.