aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* move all tests under a t/ directoryMattia Rizzolo2015-10-13
|
* makefile: stop installing all the tests (so, pbuilder-selftest is not anymore)Mattia Rizzolo2015-09-29
| | | | | | Users are not supposed to be interested in running tests that much... Anyway, I plan to refactor the way tests are handled, making them more scalable and easy to hack on.
* makefile: actually install that new hook script, forgot to do in its own commitMattia Rizzolo2015-09-24
| | | | Gbp-Dch: Ignore
* pbuilder-buildpackage-functs: allow .dsc to lack a newline between the ↵Mattia Rizzolo2015-06-25
| | | | | | | | Files: line and the signature. Also add a couple of tests for this Closes: #741617
* Makefile: stop providing empty /usr/share/doc/pbuilder/examples/workaroundMattia Rizzolo2015-06-23
|
* Install bash-completion under /usr/share/ instead of /etcAndreas Henriksson2015-06-22
| | | | | | - fixes lintian warning package-install-into-obsolete-dir Git-Dch: Full
* do real cleanup, don't hide temporary files under .gitignore, rather teach ↵Mattia Rizzolo2015-06-17
| | | | makefiles' clean targets how to deal with them properly
* import 0.125+nmu3Mattia Rizzolo2015-06-17
|
* oops, typo in filename.Junichi Uekawa2013-03-26
|
* install various-compiler-support script.Junichi Uekawa2013-03-26
|
* remove debuild.sh from makefile too.Junichi Uekawa2012-06-04
|
* update comments.Junichi Uekawa2012-03-31
|
* Remove obsolete example files which were used in regression testsuite for ↵Junichi Uekawa2011-12-24
| | | | workarounds. (closes: #633055)
* Bug#606699: pbuilder NMUEmilio Pozuelo Monfort2011-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" targetLoïc Minier2010-01-30
|
* pbuilder-selftest: run tests after installLoïc Minier2010-01-30
|
* Install pbuilder-apt-configLoïc Minier2010-01-30
|
* clean subdirsLoïc Minier2010-01-30
|
* Install testsuiteLoïc Minier2010-01-30
|
* Check manpagesLoïc Minier2010-01-30
|
* Make examples/lvmpbuilder/lib/* scriptsLoïc Minier2010-01-30
| | | | Make examples/lvmpbuilder/lib/* scripts instead of data files.
* Check more files with bash -nLoïc Minier2010-01-30
|
* Factor common dir commands in a macroLoïc Minier2010-01-30
|
* Convert other files' install to make varsLoïc Minier2010-01-30
|
* Use make vars to install examples subdirs tooLoïc Minier2010-01-30
|
* List scripts to install in make varsLoïc Minier2010-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 MakefileLoïc Minier2010-01-30
|
* Allow two make install in a rowLoïc Minier2010-01-30
|
* Use $(MAKE) -C instead of cd; make and use $@Loïc Minier2010-01-30
|
* Cleanup check rulesLoïc Minier2010-01-30
|
* Drop useless $(INSTALL_DIRECTORY)Loïc Minier2010-01-30
|
* Allow overriding install commandLoïc Minier2010-01-30
|
* Test shell syntax of testsuite as wellLoïc Minier2010-01-30
|
* Stop intalling ccache sample configLoïc Minier2010-01-04
|
* Make pbuilder-satisfydepends a symlink; #448098Loïc Minier2010-01-02
| | | | | Make /usr/lib/pbuilder/pbuilder-satisfydepends a symlink to pbuilder-satisfydepends-aptitude instead of a copy; closes: #448098.
* Add comments to check targetLoïc Minier2009-12-27
|
* install D80no-man-db-rebuild to example directory.Junichi Uekawa2009-12-23
|
* add all: target in MakefilePeter Pentchev2009-06-23
|
* A Hook to add Non-free distribution to sources.list.Junichi Uekawa2009-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 checkJunichi Uekawa2008-08-11
|
* lvmpbuilder is not complete in the binary packages (closes: #475363)Sylvain Beucler2008-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 eddyJunichi Uekawa2008-03-06
|\
| * Merge branch 'master' of git://git.debian.org/git/pbuilder/pbuilderEddy Petrișor2008-02-29
| |\ | | | | | | | | | | | | | | | | | | Conflicts: Makefile debian/changelog
| * | No longer install /etc/pbuilderrcEddy Petrisor2008-02-29
| | | | | | | | | | | | Instead put that file in the examples directory.
* | | remove linda and use lintian, linda is now gone.Junichi Uekawa2008-03-06
| |/ |/|
* | python-apt/gdebi based pbuilder-satisfydepends-gdebi (closes: #453388)Junichi Uekawa2007-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 Uekawa2007-10-15
| |
* | * rename pbuilder-satisfydepends to pbuilder-satisfydepends-classic, andJunichi Uekawa2007-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 Uekawa2007-08-20
| |
* | * add example configuration file for ccache.Junichi Uekawa2007-07-22
|/