auto-debuild.git
2015-12-31 Ralf Jungonly ask once for all overwritten files master
2015-12-31 Ralf Jungrely on dh to auto-generate the dbgsym packages
2015-06-18 Ralf Jungdon't hard-code the path to the python interpreter
2014-12-30 Ralf Jungadd option to call autogen.sh
2014-05-10 Ralf JungFix compatibility with make 4
2013-10-27 Ralf Jungfix deleteDebianFolder in case the folder does not...
2013-09-20 Ralf JungUse subprocess.check_output
2013-09-18 Ralf JungFix determining the dpkg architecture
2013-09-18 Ralf JungAuto-determine the number of parallel jobs to use
2013-09-15 Ralf Jungensure the pipe is closed when we are done with the...
2013-09-15 Ralf Jungconvert script to Python 3
2013-09-02 Ralf Jungcontrol "waitAfterConfig" via command-line switch
2013-09-02 Ralf Jungmake using /tmp for the debian folder configurable...
2013-09-02 Ralf JungBuild autoconf projects out-of-tree; put debian/ folder...
2013-07-12 Ralf JungAdd support for SIP
2013-04-03 Ralf JungEnsure auto_install and auto_configure are always overr...
2013-04-03 Ralf JungFix --docdir in automake; remove python build system...
2013-01-19 Ralf JungFix building with no build system
2012-12-15 Ralf Jungadd support for binary shim packages
2012-12-15 Ralf Jungpass the rules file to the build system as argument...
2012-12-15 Ralf JungAdd simple makefile build system
2012-12-13 Ralf Jungdo not clean again after building
2012-11-18 Ralf JungMake auto-debuild GPLv2+
2012-11-18 Ralf JungMake alternatives useable again from config file
2012-10-12 Ralf JungAdd dummy ('none') build system for packages only conta...
2012-10-06 Ralf Jungexplain why there is no strip() call for the value
2012-10-05 Ralf JungFix a comment
2012-10-05 Ralf JungAllow calling the external functions with normal dicts
2012-10-05 Ralf Jungbetter error message in case of config file errors
2012-10-05 Ralf Junguse a little configfile-parser instead of running it...
2012-09-19 Ralf JungSet proper section and priority for debug package
2012-09-09 Ralf Jungdon't fail to waitAfterConfig if the build system adds...
2012-09-09 Ralf Jungallow specifying breaks, replaces
2012-09-06 Ralf JungAdd option to set multiarch flag
2012-08-18 Ralf Jungautomake packages do not need automake to compile
2012-08-17 Ralf JungBetter abstract build systems away; add support for...
2012-08-15 Ralf JungAdd support for providing alternatives
2012-08-12 Ralf Jungadd support for specifying conflicts
2012-08-12 Ralf Jungadd support for installing python 2 files
2012-08-07 Ralf JungPretty-print some error messages
2012-08-06 Ralf Jungchange default cmake build directory to 'build', after...
2012-08-03 Ralf JungFix for running in minimal chroot
2012-08-02 Ralf Jungsimplify calling safe_args; make the wait-for-confirmat...
2012-08-02 Ralf Jungadd option to wait after configuration
2012-08-01 Ralf JungRemove the niceness by default - that should be up...
2012-07-31 Ralf Jungfix usgae of host and build architecture; rename binary...
2012-07-29 Ralf JungSupport copying already installed files to another...
2012-07-29 Ralf Jungadd support for installing additional files
2012-07-29 Ralf JungDon't permanently create debian/ folder, and move auto...
2012-07-27 Ralf JungAdd support for removing some files from the package
2012-07-27 Ralf JungMake number of parallel jobs configurable
2012-07-27 Ralf JungFix escaped automake building
2012-07-27 Ralf JungFix automake directories
2012-07-27 Ralf JungProperly escape everything
2012-07-27 Ralf JungProperly escape folder names, add support for custom...
2012-07-27 Ralf JungCreate all necessary paths automatically
2012-07-27 Ralf JungFactor dependency writing into its own function and...
2012-07-18 Ralf Jungadd a function for configuration-building-installation
2012-07-18 Ralf Jungadd support for specifying a Pre-Depends for the binary...
2012-07-18 Ralf Junguse a better way to ensure the command substituion...
2012-07-18 Ralf Jungbuild automake packages into multiarch paths and make...
2012-07-18 Ralf Jungadd support for building in schroot
2012-07-18 Ralf Jungadd support for automake-based programs
2012-07-18 Ralf Jungproperly disable debug information if not debug package...
2012-07-18 Ralf Junginstall packages after creating them; add support for...
2012-07-17 Ralf Jungbuild a proper representation of the rules file beforde...
2012-07-17 Ralf Jungit properly creates packages!
2012-07-16 Ralf JungInitial commit: Creates some of the debian files