0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00
postfixadmin/debian
2018-01-25 20:32:15 +00:00
..
apache 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 2016-05-22 18:50:03 +00:00
lighttpd 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 2016-05-22 18:50:03 +00:00
patches improve config file loading when installed from a debian package 2017-09-19 13:24:13 +01:00
source Again some Debian stuff: 2011-12-18 20:41:40 +00:00
changelog fix debian changelog 2017-06-25 16:35:32 +01:00
compat debian/control: fix some debian-isms after review from mez@sourceguru.net 2009-03-21 16:32:50 +00:00
control resync debian/control with debian stretch 2017-08-30 08:33:29 +01:00
copyright Migrated my .deb changes into SVN. Feedback welcome... 2009-05-09 22:11:32 +00:00
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 2016-05-22 18:50:03 +00:00
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 2016-05-22 18:50:03 +00:00
postfixadmin.dirs update debian things to perhaps cope with public/ 2018-01-25 20:32:15 +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 debian things to perhaps cope with public/ 2018-01-25 20:32:15 +00:00
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 2017-09-07 15:00:52 +01:00
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 2016-05-22 18:50:03 +00:00
postfixadmin.postinst update debian things to perhaps cope with public/ 2018-01-25 20:32:15 +00:00
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 2016-05-22 18:50:03 +00:00
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 2017-09-07 15:00:52 +01:00
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 2016-05-22 18:50:03 +00:00
README.source list-virtual.php: 2010-09-26 23:14:42 +00:00
README.txt update debian/README.txt to include debian/rules prep step 2016-05-22 19:26:27 +00:00
rules attempt at fixing various .deb issues - link templates_c to /var/cache/postfixadmin; add postfixadmin-cli to deb and symlink into /usr/bin 2017-09-07 15:00:52 +01:00
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 2016-05-22 18:50:03 +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. debian/rules prep

3. dpkg-buildpackage -rfakeroot 

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

5. Profit.