aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAge
* update comments.Junichi Uekawa2012-03-31
* Remove obsolete example files which were used in regression testsuite for wor...Junichi Uekawa2011-12-24
* Bug#606699: pbuilder NMU•••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 Emilio Pozuelo Monfort2011-06-24
* 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/* scripts•••Make examples/lvmpbuilder/lib/* scripts instead of data files. Loïc Minier2010-01-30
* 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 vars•••Lisc scripts to install in make vars to avoid duplication and to easily list them as needing a bash -n test. Loïc Minier2010-01-30
* 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; #448098•••Make /usr/lib/pbuilder/pbuilder-satisfydepends a symlink to pbuilder-satisfydepends-aptitude instead of a copy; closes: #448098. Loïc Minier2010-01-02
* 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.•••This is useful when you have to use non-free and don't really want to rebuild the tarball. Junichi Uekawa2009-01-12
* run the unit-tests in makefile make checkJunichi Uekawa2008-08-11
* lvmpbuilder is not complete in the binary packages (closes: #475363)•••The target directory was not created, and files were copied to a file lvmpbuilder/lib. Sylvain Beucler2008-05-08
* 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/pbuilder•••Conflicts: Makefile debian/changelog Eddy Petrișor2008-02-29
| |\
| * | No longer install /etc/pbuilderrc•••Instead put that file in the examples directory. Eddy Petrisor2008-02-29
* | | remove linda and use lintian, linda is now gone.Junichi Uekawa2008-03-06
| |/ |/|
* | python-apt/gdebi based pbuilder-satisfydepends-gdebi (closes: #453388)•••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. Junichi Uekawa2007-12-26
* | * add bash_completion.Junichi Uekawa2007-10-15
* | * rename pbuilder-satisfydepends to pbuilder-satisfydepends-classic, and••• install pbuilder-satisfydepends-aptitude as the deafault pbuilder-satisfydepends * install aptitude per default in chroot. Junichi Uekawa2007-08-28
* | * update lvmpbuilder, thanks to Kapil Hari Paranjape (closes: #389884)Junichi Uekawa2007-08-20
* | * add example configuration file for ccache.Junichi Uekawa2007-07-22
|/
* * Bug fix: "pbuilder: Some sample (device-mapper) cow build scripts",••• thanks to Kapil Hari Paranjape (Closes: #389884). Include lvmpbuilder sample implementation. Junichi Uekawa2007-06-23
* * Documentation, examples/pbuilder-test/: add sample scripts for••• pbuilder-test, and add reference to it. Junichi Uekawa2007-06-23
* * add example rebuild script from Bastian Venthur••• (http://people.debian.org/~venthur/stuff/2007-06-rebuild/) Junichi Uekawa2007-06-07
* add GNU screen support as C11screen; build failure will start GNU screenJunichi Uekawa2007-05-27
* install pbuilder-satisfydepends-checkparamsJunichi Uekawa2007-04-03
* install pbuilder-satisfydepends-funcsJunichi Uekawa2007-04-03
* * Install pbuilder-satisfydepends-aptitude.Loïc Minier2007-04-01
* * pbuilder-satisfydepends-experimental, Makefile: alternate•••implementation of pbuilder-satisfydepends which supports pulling build-deps with a version on the apt-get command-line; this is derived from pbuilder-satisfydepends with the following changes: - Add and use new package_versions() and candidate_version() helpers; the former returns all versions of a package available via APT, the later APT's candidate version. - For versionned build-deps, when building the "apt-get install" command, try APT's candidate version or all available versions available from APT in ascending order (the reverse order of apt-cache's output); checkbuilddep_versiondeps() isn't used for this part of the process anymore, but it is still used to honor build-conflicts. - Recover from APT errors caused by unsufficient dependencies ("libfoo-dev Depends: bar but baz is to be installed") and missing dependencies libfoo-dev Depends: bar but it is not going to be installed", or simply "libfoo-dev Depends: bar"); this permits simply listing build-deps when uploading to experimental; achieved by moving the version matching logic in the new versioneddep_to_aptcmd() helper. * pbuilderrc, pbuilderrc.5: document the availability of the alternate implementation. lool2006-11-06
* implement hookdir for workaround of initscripts and cdebootstrap bug.•••add G hooks for pbuilder create. dancer2006-01-29
* use readlink -f instead of -e.•••add q-funk's script. dancer2005-12-21
* update workaround for libc to work around bugs in initscripts.dancer2005-12-21