aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
Commit message (Collapse)AuthorAge
* update po during dh-cleanGianfranco Costamagna2015-10-09
|
* debian: move to use dh_install.Mattia Rizzolo2015-09-29
| | | | | | | | | | The way we previously used dh_movefiles is not safe to use with `dpkg-buildpackage -A`, end with a real source-only upload ended up in files belonging to pbuilder-uml in the pbuilder binary. This is suboptimal, given that we duplicate the list of what we install Closes: #800416
* debian/*: move to the debehelper 'dh' sequencerMattia Rizzolo2015-06-23
|
* Make debian/rules not ignore errors running "make clean"Matt Kraai2009-11-08
|
* Bump the debhelper compatibility level to 7: dh_prep instead of dh_clean -k.Peter Pentchev2009-06-23
|
* Bump Standards-Version to 3.8.1 by simply honoring the nocheck build option.Peter Pentchev2009-06-23
|
* Pass -s to dh_* instead of checking dpkg-architecture and using -aLoïc Minier2008-06-27
|
* Cleanup rulesLoïc Minier2008-06-27
|
* build depends on debconf nowEddy Petrisor2007-06-28
|
* a crude first version of the default mirror selection codeEddy Petrisor2007-06-28
|
* * pbuilder-doc.pdf: do not compress this file.Junichi Uekawa2007-06-19
|
* * build pbuilder-uml for amd64.Junichi Uekawa2007-06-01
|
* use debian/compat instead of DH_COMPATJunichi Uekawa2007-05-27
|
* remove amd64 from debian/rulesJunichi Uekawa2007-04-17
|
* update build rules to include amd64 for pbuilder-uml, although experimentalJunichi Uekawa2007-03-21
|
* user-mode-linux supportdancer2006-09-16
|
* * Bug fix: "/usr/share/doc/pbuilder/examples/B90linda missingdancer2005-12-04
| | | | | | --allow-unauthenticated option", thanks to qfunk (Closes: #340715). - fixed other scripts to use --allow-unauthenticated option rather than --force-yes. * debconf compatibility level 4
* +2005-03-04 Junichi Uekawa <dancer@debian.org>dancer2005-03-04
| | | | | | | | | | | | | | | | | | | + + * pbuilder: apply patch frp, Danilo to save aptcache on pbuilder login. + Apply similar change to pbuilder execute. + 271600 + + * pbuilder.8: + * pbuilder-checkparams: + * pbuilder-modules: support --aptcache option + thanks: Danilo Piazzalunga <danilopiazza@libero.it> + 295766 + + * Cleaned build dir for pbuilder-uml #297100 + + * pbuilder-modules (pbuilder-options): document save-after-login/exec + flag in --help output. #296672 +
* pbuilder-uml is removed temporarily from Debiandancer2004-10-19
|
* + * debian/rules: add check target for build.dancer2003-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | + + * Makefile (check): add check target to makefile, to see if there is + any syntax error. + + * pbuilder-updatebuildenv: support --preserve-buildplace + apply things from + Daniel Schepler <schepler@math.berkeley.edu> + + * pbuilder-satisfydepends: support --preserve-buildplace + support Format: field. + + * pbuilder-modules (pbuilder-options): support --preserve-buildplace + + * pbuilder-buildpackage (PACKAGENAME): support --preserve-buildplace + + * pbuilder-buildpackage-funcs: support --preserve-buildplace + + * pbuilder-createbuildenv (DEBOOTSTRAPSCRIPT): support --preserve-buildplace + + * pbuilder-checkparams (PRESERVE_BUILDPLACE): add PRESERVE_BUILDPLACE + + * pbuilder.8: update docs to add --preserve-buildplace +
* +dancer2003-02-10
| | | | | | | | | | | | | | | | | | | + * pdebuild: set pdebuild here as well. + + * pbuilder-checkparams (BASEBUILDPLACE): support the convention, and + do not exec < /dev/null in that case. + + * pdebuild-user-mode-linux (PBCURRENTCOMMANDLINEOPERATION): set to + pdebuild-user-mode-linux. + + * pbuilder-user-mode-linux.1: fix manual to have pbuilder-uml.conf.5 + + * Makefile (install): add pdebuild-user-mode-linux + + * pdebuild-user-mode-linux.1: Initial manual page. + + * pdebuild-user-mode-linux: try making a new script that + uses pbuilder-user-mode-linux for building instead of pbuilder.
* +2003-01-08 Junichi Uekawa <dancer@debian.org>dancer2003-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + + * pbuilder-user-mode-linux (UML_EXTRAOPT): --logfile option. + + * pbuilder-user-mode-linux.1: and document these new options. + + * pbuilder-user-mode-linux (OPERATION): --override-config option passed + through to pbuilder. + (EXTRAOPT): quote ${EXTRAOPT} which is probably meant to be passed + through. + (UML_EXTRAOPT): define as variable that is used to pass uml extra options. + and, of course, add these options: --binary-arch --override-config --timeout --http-proxy --configfile --hookdir --aptconfdir + + + * debian/rules (binary-arch): add manual page installation + + * pbuilder-uml.conf.5: new manual page + + * pbuilder-uml.conf (UML_MEM): Use 128MB memory per default, it would + be better to use that. + + * pbuilder-user-mode-linux: export HOME inside UML + Try and umount the device afterwards, so that it will be clean-mount + the next time. + thanks: Matt Zimmerman <mdz@debian.org> + (OPERATION): --uml-mem option. + + * pbuilder-checkparams: update copyright + + * pdebuild: update copyright info. + + * update copyright information to add 2003. + + * pbuilder-user-mode-linux: LOGNAME is set as soon as + entering UML. +
* update to prepare for releasedancer2003-01-02
|
* fix build rule to build uml for i386 only.dancer2002-10-24
|
* + * debian/rules (binary-indep): install pbuilder-user-mode-linux.1 manpage.dancer2002-09-19
|
* + * debian/pbuilder-user-mode-linux.files: create file. Move ↵dancer2002-09-16
| | | | | | | | | | pbuilder-user-mode-linux + + * debian/rules: move the thing from binary-arch to binary-indep + + * debian/control (Depends): update depends of debootstrap to 0.1.17.9 +
* + * debian/rules (binary-arch): add manpage installdancer2002-09-06
|
* changed manpage pbuilder.1 to pbuilder.8dancer2002-04-30
|
* A different way to implement the aforementioned feature.dancer2001-11-03
| | | | It should be really good. I hope.
* cleaning up the rules.dancer2001-09-26
|
* daily checkindancer2001-09-23
|
* fixed debian/control, and debian/rules for real buildsdancer2001-08-25
|
* build-deps are properly handleddancer2001-08-24
|
* Initial revisiondancer2001-08-23