| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-11-18 | Really disabled NIS+ (FTBFS) | Igor Pashev | 1 | -3/+0 | |
| 2014-11-17 | Make sure gnu install is used instead of local install.sh which does not ↵ | Igor Pashev | 1 | -1/+1 | |
| support -d | |||||
| 2014-09-15 | Build with --disable-nisplus | Igor Pashev | 1 | -0/+4 | |
| 2014-05-23 | cleanup more cruft | Andreas Beckmann | 1 | -15/+3 | |
| 2014-05-23 | avoid forking subshells | Andreas Beckmann | 1 | -5/+4 | |
| 2014-05-23 | no longer install directly to PKG_DIR | Andreas Beckmann | 1 | -25/+0 | |
| 2014-05-23 | rename manpages inside debian/tmp | Andreas Beckmann | 1 | -13/+13 | |
| 2014-05-23 | install rmail via debian/tmp and dh_install | Andreas Beckmann | 1 | -4/+0 | |
| 2014-05-23 | install everything else into debian/tmp, too | Andreas Beckmann | 1 | -3/+2 | |
| 2014-05-23 | install libmilter1.0.1 via debian/tmp and dh_install | Andreas Beckmann | 1 | -5/+1 | |
| 2014-05-23 | use the sendmail build system to build libmilter.so.* | Andreas Beckmann | 1 | -8/+0 | |
| 2014-05-23 | install libmilter-dev via debian/tmp and dh_install | Andreas Beckmann | 1 | -6/+3 | |
| 2014-05-23 | use the sendmail build system to install the static libraries | Andreas Beckmann | 1 | -8/+2 | |
| 2014-05-23 | /usr/include/libmilter/mf{api,def}.h are already installed by the build system | Andreas Beckmann | 1 | -6/+0 | |
| 2014-05-23 | install sensible-mda via debian/tmp and dh_install | Andreas Beckmann | 1 | -4/+2 | |
| 2014-05-23 | prepare for using debian/tmp and dh_install | Andreas Beckmann | 1 | -1/+2 | |
| 2014-05-22 | convert libmilter into a 'M-A: same' package | Andreas Beckmann | 1 | -1/+2 | |
| 2014-05-22 | improve debian/control handling | Andreas Beckmann | 1 | -4/+4 | |
| move control.m4.in to a more sane location abort a build if debian/control gets updated | |||||
| 2014-05-22 | do not regenerate d/changelog | Andreas Beckmann | 1 | -2/+0 | |
| I have no clue what this was supposed to be good for ... | |||||
| 2014-05-22 | drop a few legacy targets | Andreas Beckmann | 1 | -41/+1 | |
| 2014-05-22 | fixup non-FHS paths in documentation before install | Andreas Beckmann | 1 | -18/+16 | |
| cannot do this during build to avoid inserting unsubstituted @sysconfdir@ | |||||
| 2014-05-22 | unwrap & align common-install-indep for better readability | Andreas Beckmann | 1 | -28/+15 | |
| 2014-05-21 | unconditionally build+install libmilter | Andreas Beckmann | 1 | -6/+0 | |
| old releases that may lack libmilter are no longer supported | |||||
| 2014-05-21 | create docdirs during install | Andreas Beckmann | 1 | -0/+3 | |
| 2014-05-21 | drop ancient, non-functional, and potentially harmful refresh-debian target | Andreas Beckmann | 1 | -45/+0 | |
| 2014-02-16 | let dh_link handle the symlink creation | Andreas Beckmann | 1 | -21/+0 | |
| 2014-02-15 | generate+clean *.cdbs-config_list | Andreas Beckmann | 1 | -0/+1 | |
| 2013-10-22 | keep all the debug symbols in the -dbg package | Andreas Beckmann | 1 | -7/+0 | |
| 2013-10-22 | let dh_lintian install the overrides | Andreas Beckmann | 1 | -20/+0 | |
| 2013-10-22 | simplify managing of the bug control files | Andreas Beckmann | 1 | -7/+0 | |
| This reverts most of commit a4de324a2a6e3e84d7f544cf310cf80edfbd1307. | |||||
| 2013-10-21 | support passing automake arguments for the refresh-debian-configure target | Andreas Beckmann | 1 | -1/+3 | |
| 2013-10-21 | work around automake to ensure the Makefile.in are regenerated | Andreas Beckmann | 1 | -1/+6 | |
| 2013-09-13 | enable all hardening flags | Simon Ruderich | 1 | -10/+13 | |
| 2013-09-13 | do not ship duplicate sendmail.8 manpage | Andreas Beckmann | 1 | -0/+1 | |
| 2012-10-02 | rename debian/README.Debian.$PACKAGE -> debian/$PACKAGE.README.Debian | Andreas Beckmann | 1 | -4/+0 | |
| 2012-10-02 | install bug-control, bug-script in all packages | Andreas Beckmann | 1 | -0/+8 | |
| 2012-10-01 | undo /usr/share/doc/$PACKAGE -> /usr/share/doc/sendmail symlinks | Tobias Hansen | 1 | -1/+1 | |
| Directories in /usr/share/doc can only be symlinks for packages depending on the package they link to. (Policy 12.5) This source package builds six sets of packages that can all be installed independently (libmilter1.0.1, rmail, sendmail-base, sendmail-cf, sendmail-doc, sensible-mda and respective dependencies). So using symlinks at all is not practicable. Attached is a debdiff that makes all /usr/share/doc/package directories real directories with the mandatory files (they were already shipped in all packages, so there were files in /usr/share/doc/sendmail that were overwritten by each package). Additional documentation is put into /usr/share/doc/sendmail-doc and libmilter gets its own README.Debian into /usr/share/doc/libmilter-dev. Note that 'debian/rules configure' is called during build and rewrites a lot of stuff in debian/. I don't know why all the generated files that are rewritten anyway are present in the package, but this minimal patch only changes the sources of the maintainer scripts. http://bugs.debian.org/681147 | |||||
| 2012-10-01 | debian/rules: add refresh-debian-configure target | Andreas Beckmann | 1 | -0/+16 | |
| for easy regenerating debian/configure | |||||
| 2012-10-01 | debian/rules clean: run maintainer-clean | Andreas Beckmann | 1 | -7/+1 | |
| * stop shipping a lot of generated files in debian/ in the source package * do not preserve debian/build/autoconf.mk, it's regenerated as well | |||||
| 2012-10-01 | Imported Debian patch 8.14.3-8debian/8.14.3-8 | Richard A Nelson (Rick) | 1 | -1/+1 | |
| 2012-10-01 | Imported Debian patch 8.14.3-7debian/8.14.3-7 | Richard A Nelson (Rick) | 1 | -3/+2 | |
| 2012-10-01 | Imported Debian patch 8.14.3-2debian/8.14.3-2 | Richard A Nelson (Rick) | 1 | -1/+1 | |
| 2012-10-01 | Imported Debian patch 8.14.3-1debian/8.14.3-1 | Richard A Nelson (Rick) | 1 | -1/+1 | |
| 2012-10-01 | Imported Debian patch 8.14.2-5debian/8.14.2-5 | Richard A Nelson (Rick) | 1 | -2/+2 | |
| 2012-10-01 | Imported Debian patch 8.14.2-4debian/8.14.2-4 | Richard A Nelson (Rick) | 1 | -3/+1 | |
| 2012-10-01 | Imported Debian patch 8.14.1-11debian/8.14.1-11 | Richard A Nelson (Rick) | 1 | -1/+8 | |
| 2012-10-01 | Imported Debian patch 8.14.1-9debian/8.14.1-9 | Richard A Nelson (Rick) | 1 | -6/+9 | |
| 2012-10-01 | Imported Debian patch 8.14.1-6debian/8.14.1-6 | Richard A Nelson (Rick) | 1 | -945/+300 | |
| 2012-10-01 | Imported Debian patch 8.14.1-4debian/8.14.1-4 | Richard A Nelson (Rick) | 1 | -3/+17 | |
| 2012-10-01 | Imported Debian patch 8.14.1-1debian/8.14.1-1 | Richard A Nelson (Rick) | 1 | -6/+20 | |
