don't fail to waitAfterConfig if the build system adds no auto_configure rule
[auto-debuild.git] / auto_debuild.py
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