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
David Goodwin d4d47e02cc .deb packaging: move php-imap from being a dependency to a suggestion - see https://github.com/postfixadmin/postfixadmin/issues/251 5 years ago
..
apache change to public/ in apache alias 6 years ago
lighttpd update debian things, fix patch, move backup.php to public, fix lighttpd config 6 years ago
patches refresh debian patch 6 years ago
source Again some Debian stuff: 13 years ago
README.Debian Merge in Debian's /debian so we also support Apache 2.4 and PHP7 in our debs.... see: http://http.debian.net/debian/pool/main/p/postfixadmin/postfixadmin_2.3.7-2.debian.tar.xz and https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=821643 8 years ago
README.source list-virtual.php: 14 years ago
README.txt update debian/README.txt to include debian/rules prep step 8 years ago
TODO Updating trunk also to current Debian packaging... 12 years ago
changelog update debian changelog (v3.2) 6 years ago
compat debian/control: fix some debian-isms after review from mez@sourceguru.net 15 years ago
control .deb packaging: move php-imap from being a dependency to a suggestion - see https://github.com/postfixadmin/postfixadmin/issues/251 5 years ago
copyright Migrated my .deb changes into SVN. Feedback welcome... 15 years ago
postfixadmin.apache2 Merge in Debian's /debian so we also support Apache 2.4 and PHP7 in our debs.... see: http://http.debian.net/debian/pool/main/p/postfixadmin/postfixadmin_2.3.7-2.debian.tar.xz and https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=821643 8 years ago
postfixadmin.config Merge in Debian's /debian so we also support Apache 2.4 and PHP7 in our debs.... see: http://http.debian.net/debian/pool/main/p/postfixadmin/postfixadmin_2.3.7-2.debian.tar.xz and https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=821643 8 years ago
postfixadmin.dirs update debian dirs etc to cope iwth smarty->lib/smarty 6 years ago
postfixadmin.docs Some more lintian fixes: 13 years ago
postfixadmin.examples list-virtual.php: 14 years ago
postfixadmin.install update debian dirs etc to cope iwth smarty->lib/smarty 6 years ago
postfixadmin.links attempt at fixing various .deb issues - link templates_c to /var/cache/postfixadmin; add postfixadmin-cli to deb and symlink into /usr/bin 7 years ago
postfixadmin.maintscript Merge in Debian's /debian so we also support Apache 2.4 and PHP7 in our debs.... see: http://http.debian.net/debian/pool/main/p/postfixadmin/postfixadmin_2.3.7-2.debian.tar.xz and https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=821643 8 years ago
postfixadmin.postinst update debian things to perhaps cope with public/ 6 years ago
postfixadmin.postrm Merge in Debian's /debian so we also support Apache 2.4 and PHP7 in our debs.... see: http://http.debian.net/debian/pool/main/p/postfixadmin/postfixadmin_2.3.7-2.debian.tar.xz and https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=821643 8 years ago
postfixadmin.prerm attempt at fixing various .deb issues - link templates_c to /var/cache/postfixadmin; add postfixadmin-cli to deb and symlink into /usr/bin 7 years ago
rules attempt at fixing various .deb issues - link templates_c to /var/cache/postfixadmin; add postfixadmin-cli to deb and symlink into /usr/bin 7 years ago
stamp-patched Merge in Debian's /debian so we also support Apache 2.4 and PHP7 in our debs.... see: http://http.debian.net/debian/pool/main/p/postfixadmin/postfixadmin_2.3.7-2.debian.tar.xz and https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=821643 8 years ago
watch Updating trunk also to current Debian packaging... 12 years ago

README.txt

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. debian/rules prep

3. dpkg-buildpackage -rfakeroot 

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

5. Profit.