Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | import 0.125+nmu3 | Mattia Rizzolo | 2015-06-17 |
| | |||
* | oops, typo in filename. | Junichi Uekawa | 2013-03-26 |
| | |||
* | install various-compiler-support script. | Junichi Uekawa | 2013-03-26 |
| | |||
* | remove debuild.sh from makefile too. | Junichi Uekawa | 2012-06-04 |
| | |||
* | update comments. | Junichi Uekawa | 2012-03-31 |
| | |||
* | Remove obsolete example files which were used in regression testsuite for ↵ | Junichi Uekawa | 2011-12-24 |
| | | | | workarounds. (closes: #633055) | ||
* | Bug#606699: pbuilder NMU | Emilio Pozuelo Monfort | 2011-06-24 |
| | | | | | | | | | | Hi, I talked to Junichi and he told me it was fine if I NMU'ed pbuilder to fix these bugs. This is the debdiff for my NMU. Regards, Emilio | ||
* | Run subdirs' "all" target | Loïc Minier | 2010-01-30 |
| | |||
* | pbuilder-selftest: run tests after install | Loïc Minier | 2010-01-30 |
| | |||
* | Install pbuilder-apt-config | Loïc Minier | 2010-01-30 |
| | |||
* | clean subdirs | Loïc Minier | 2010-01-30 |
| | |||
* | Install testsuite | Loïc Minier | 2010-01-30 |
| | |||
* | Check manpages | Loïc Minier | 2010-01-30 |
| | |||
* | Make examples/lvmpbuilder/lib/* scripts | Loïc Minier | 2010-01-30 |
| | | | | Make examples/lvmpbuilder/lib/* scripts instead of data files. | ||
* | Check more files with bash -n | Loïc Minier | 2010-01-30 |
| | |||
* | Factor common dir commands in a macro | Loïc Minier | 2010-01-30 |
| | |||
* | Convert other files' install to make vars | Loïc Minier | 2010-01-30 |
| | |||
* | Use make vars to install examples subdirs too | Loïc Minier | 2010-01-30 |
| | |||
* | List scripts to install in make vars | Loïc Minier | 2010-01-30 |
| | | | | | Lisc scripts to install in make vars to avoid duplication and to easily list them as needing a bash -n test. | ||
* | Use directory vars in Makefile | Loïc Minier | 2010-01-30 |
| | |||
* | Allow two make install in a row | Loïc Minier | 2010-01-30 |
| | |||
* | Use $(MAKE) -C instead of cd; make and use $@ | Loïc Minier | 2010-01-30 |
| | |||
* | Cleanup check rules | Loïc Minier | 2010-01-30 |
| | |||
* | Drop useless $(INSTALL_DIRECTORY) | Loïc Minier | 2010-01-30 |
| | |||
* | Allow overriding install command | Loïc Minier | 2010-01-30 |
| | |||
* | Test shell syntax of testsuite as well | Loïc Minier | 2010-01-30 |
| | |||
* | Stop intalling ccache sample config | Loïc Minier | 2010-01-04 |
| | |||
* | Make pbuilder-satisfydepends a symlink; #448098 | Loïc Minier | 2010-01-02 |
| | | | | | Make /usr/lib/pbuilder/pbuilder-satisfydepends a symlink to pbuilder-satisfydepends-aptitude instead of a copy; closes: #448098. | ||
* | Add comments to check target | Loïc Minier | 2009-12-27 |
| | |||
* | install D80no-man-db-rebuild to example directory. | Junichi Uekawa | 2009-12-23 |
| | |||
* | add all: target in Makefile | Peter Pentchev | 2009-06-23 |
| | |||
* | A Hook to add Non-free distribution to sources.list. | Junichi Uekawa | 2009-01-12 |
| | | | | | This is useful when you have to use non-free and don't really want to rebuild the tarball. | ||
* | run the unit-tests in makefile make check | Junichi Uekawa | 2008-08-11 |
| | |||
* | lvmpbuilder is not complete in the binary packages (closes: #475363) | Sylvain Beucler | 2008-05-08 |
| | | | | | The target directory was not created, and files were copied to a file lvmpbuilder/lib. | ||
* | Merge git://git.debian.org/git/users/eddyp-guest/pbuilder into eddy | Junichi Uekawa | 2008-03-06 |
|\ | |||
| * | Merge branch 'master' of git://git.debian.org/git/pbuilder/pbuilder | Eddy Petrișor | 2008-02-29 |
| |\ | | | | | | | | | | | | | | | | | | | Conflicts: Makefile debian/changelog | ||
| * | | No longer install /etc/pbuilderrc | Eddy Petrisor | 2008-02-29 |
| | | | | | | | | | | | | Instead put that file in the examples directory. | ||
* | | | remove linda and use lintian, linda is now gone. | Junichi Uekawa | 2008-03-06 |
| |/ |/| | |||
* | | python-apt/gdebi based pbuilder-satisfydepends-gdebi (closes: #453388) | Junichi Uekawa | 2007-12-26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From: Michael Vogt <mvo@ubuntu.com> In Ubuntu, we've applied the attached patch to achieve the following: * Makefile: - Addded pbuilder-satisfydepends-gdebi * pbuilder-buildpackage-funcs: - always pass --chroot to the pbuilder-satisfydepends (needed for pbuilder-satisfydepends-gdebi) * pbuilder-satisfydepends-gdebi: - added alternative b-d resolver pbuilder-satisfydepends-gdebi is a build-dependencies resolver based on gdebi (that in turn uses python-apt/libapt). It is fast and does not need to build a dummy package. It should behave exactly like apt-get build-dep $pkg It used to be more interessting because of the speed gain when pbuilder-satisfydepends-classic was the default. You probably want to add a recommends or suggests for gdebi too (if you like the patch method). Modified by dancerj: --chroot is given before --chrootexec so that cowdancer can continue to work. | ||
* | | * add bash_completion. | Junichi Uekawa | 2007-10-15 |
| | | |||
* | | * rename pbuilder-satisfydepends to pbuilder-satisfydepends-classic, and | Junichi Uekawa | 2007-08-28 |
| | | | | | | | | | | | | install pbuilder-satisfydepends-aptitude as the deafault pbuilder-satisfydepends * install aptitude per default in chroot. | ||
* | | * update lvmpbuilder, thanks to Kapil Hari Paranjape (closes: #389884) | Junichi Uekawa | 2007-08-20 |
| | | |||
* | | * add example configuration file for ccache. | Junichi Uekawa | 2007-07-22 |
|/ | |||
* | * Bug fix: "pbuilder: Some sample (device-mapper) cow build scripts", | Junichi Uekawa | 2007-06-23 |
| | | | | | thanks to Kapil Hari Paranjape (Closes: #389884). Include lvmpbuilder sample implementation. | ||
* | * Documentation, examples/pbuilder-test/: add sample scripts for | Junichi Uekawa | 2007-06-23 |
| | | | | pbuilder-test, and add reference to it. | ||
* | * add example rebuild script from Bastian Venthur | Junichi Uekawa | 2007-06-07 |
| | | | | (http://people.debian.org/~venthur/stuff/2007-06-rebuild/) | ||
* | add GNU screen support as C11screen; build failure will start GNU screen | Junichi Uekawa | 2007-05-27 |
| | |||
* | install pbuilder-satisfydepends-checkparams | Junichi Uekawa | 2007-04-03 |
| | |||
* | install pbuilder-satisfydepends-funcs | Junichi Uekawa | 2007-04-03 |
| | |||
* | * Install pbuilder-satisfydepends-aptitude. | Loïc Minier | 2007-04-01 |
| |