summaryrefslogtreecommitdiffstats
path: root/debian/rules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add Tanglu supportMatthias Klumpp2015-11-111-0/+2
| | | | | | | v2: Amended to avoid including staging, which is only an incomplete suite, and not meant to be debootstrap'd. Signed-off-by: Cyril Brulebois <kibi@debian.org>
* Specify gzip compression for debootstrap to mitigate the need for xz on ↵Cyril Brulebois2014-11-231-0/+5
| | | | | | | | non-Debian platforms (see: #770217). Keep xz for debootstrap-udeb though. Thanks, Joey Hess!
* less namespaced substvarColin Watson2011-05-201-1/+1
|
* Recommend ubuntu-keyring rather than debian-archive-keyring on ↵Colin Watson2011-05-201-0/+9
| | | | Ubuntu-derived systems.
* remove unnecessary rm -rJoey Hess2010-02-181-1/+1
| | | | | | (from the foot shot prevention department) r62300
* Remove binary-basedebs target from debian/rules.Joey Hess2010-02-181-23/+0
| | | | | | | | This target has been broken in multiple ways since 2007. While I accidentially partially fixed it with the above changes, this is evidence it's dead code that can be safely removed. r62299
* Convert rules file to use dh with overrides.Joey Hess2010-02-181-57/+24
| | | | r62298
* remove stable/testing/unstable symlinks from udebJoey Hess2010-02-181-1/+4
| | | | | | to save space, since these should be unused in d-i r62296
* Upgrade to debhelper v7. (Override rules get pretty hairy for thisColin Watson2009-08-111-9/+5
| | | | | | package, so I haven't switched to dh(1).) r60091
* remove duplicate binary-indep rule with no commandsColin Watson2009-01-141-3/+0
| | | | r57259
* * Use ftp.us.debian.org rather than ftp.debian.orgColin Watson2008-01-151-1/+1
| | | | | | (http://lists.debian.org/debian-devel-announce/2007/12/msg00002.html). r50880
* * Change /usr/lib/debootstrap to /usr/share/debootstrap for both debootstrap ↵Frans Pop2007-11-141-12/+11
| | | | | | | | | | | | | and base-installer as befits an Architecture: all package * Fix various inconsistencies and minor errors in build scripts: - let debhelper create needed directories and don't duplicate that in the Makefile - let debhelper install the manpage, which automatically keeps it out of the udeb * Fix dpkg-genchanges warning 'missing Priority for source files' * Update Standards-Version to 3.7.2. No changes needed r50134
* Make debootstrap-udeb 'Architecture: all'Frans Pop2007-11-131-19/+10
| | | | | | For this to be possible, the utility pkgdetails is moved from debootstrap to base-installer r50114
* * No longer include full devices tarball in udeb.Frans Pop2007-11-121-2/+2
| | | | | | Requires base-installer 1.85. r50105
* in fact, don't ignore 'make clean' errors at all, since the Makefile is ↵Colin Watson2007-10-211-1/+1
| | | | | | always present r49846
* * Don't ignore 'make clean' errors other than missing Makefiles.Colin Watson2007-10-211-1/+1
| | | | r49845
* * Drop support for woody from the udeb too.Colin Watson2007-06-191-0/+1
| | | | r47549
* * Add support for Ubuntu dapper (Closes: #342838), edgy, feisty, andColin Watson2007-06-191-0/+6
| | | | | | gutsy. Exclude everything but gutsy from the udeb. r47546
* * Drop support for sarge from the udeb.Joey Hess2007-06-161-0/+1
| | | | r47262
* initial commit of debootstrap from sid (0.3.3.3)Anthony Towns2007-06-161-0/+91
r47260