summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile21
-rw-r--r--debian/changelog2
-rw-r--r--scripts/debian/potato (renamed from potato)0
-rw-r--r--scripts/debian/sarge (renamed from sarge)0
-rw-r--r--scripts/debian/sarge.buildd (renamed from sarge.buildd)0
-rw-r--r--scripts/debian/sarge.fakechroot (renamed from sarge.fakechroot)0
-rw-r--r--scripts/debian/sid (renamed from sid)0
-rw-r--r--scripts/debian/woody (renamed from woody)0
-rw-r--r--scripts/debian/woody.buildd (renamed from woody.buildd)0
-rw-r--r--scripts/ubuntu/breezy (renamed from breezy)0
-rw-r--r--scripts/ubuntu/dapper (renamed from dapper)0
-rw-r--r--scripts/ubuntu/edgy (renamed from edgy)0
-rw-r--r--scripts/ubuntu/edgy.fakechroot (renamed from edgy.fakechroot)0
-rw-r--r--scripts/ubuntu/feisty (renamed from feisty)0
-rw-r--r--scripts/ubuntu/feisty.fakechroot (renamed from feisty.fakechroot)0
-rw-r--r--scripts/ubuntu/gutsy (renamed from gutsy)0
-rw-r--r--scripts/ubuntu/gutsy.fakechroot (renamed from gutsy.fakechroot)0
-rw-r--r--scripts/ubuntu/hoary (renamed from hoary)0
-rw-r--r--scripts/ubuntu/hoary.buildd (renamed from hoary.buildd)0
-rw-r--r--scripts/ubuntu/warty (renamed from warty)0
-rw-r--r--scripts/ubuntu/warty.buildd (renamed from warty.buildd)0
21 files changed, 4 insertions, 19 deletions
diff --git a/Makefile b/Makefile
index b925697..e907ffe 100644
--- a/Makefile
+++ b/Makefile
@@ -26,25 +26,8 @@ install:
mkdir -p $(DSDIR)/scripts
mkdir -p $(DESTDIR)/usr/sbin
mkdir -p $(DESTDIR)/usr/share/man/man8
- install -o root -g root -m 0644 potato $(DSDIR)/scripts/
- install -o root -g root -m 0644 woody $(DSDIR)/scripts/
- install -o root -g root -m 0644 woody.buildd $(DSDIR)/scripts/
- install -o root -g root -m 0644 sarge $(DSDIR)/scripts/
- install -o root -g root -m 0644 sarge.buildd $(DSDIR)/scripts/
- install -o root -g root -m 0644 sarge.fakechroot $(DSDIR)/scripts/
- install -o root -g root -m 0644 sid $(DSDIR)/scripts/
- install -o root -g root -m 0644 warty $(DSDIR)/scripts/
- install -o root -g root -m 0644 warty.buildd $(DSDIR)/scripts/
- install -o root -g root -m 0644 hoary $(DSDIR)/scripts/
- install -o root -g root -m 0644 hoary.buildd $(DSDIR)/scripts/
- install -o root -g root -m 0644 breezy $(DSDIR)/scripts/
- install -o root -g root -m 0644 dapper $(DSDIR)/scripts/
- install -o root -g root -m 0644 edgy $(DSDIR)/scripts/
- install -o root -g root -m 0644 edgy.fakechroot $(DSDIR)/scripts/
- install -o root -g root -m 0644 feisty $(DSDIR)/scripts/
- install -o root -g root -m 0644 feisty.fakechroot $(DSDIR)/scripts/
- install -o root -g root -m 0644 gutsy $(DSDIR)/scripts/
- install -o root -g root -m 0644 gutsy.fakechroot $(DSDIR)/scripts/
+ install -o root -g root -m 0644 scripts/debian/* $(DSDIR)/scripts/
+ install -o root -g root -m 0644 scripts/ubuntu/* $(DSDIR)/scripts/
install -o root -g root -m 0644 functions $(DSDIR)/
# no special script for etch anymore
diff --git a/debian/changelog b/debian/changelog
index 17f12ef..fce1a2f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -32,6 +32,8 @@ debootstrap (0.4.0) UNRELEASED; urgency=low
around the problem (thanks, Steven McCoy;
https://launchpad.net/bugs/65003).
* Fix formatting error in debootstrap(8) (.R is not a macro).
+ * Reorganise scripts into scripts/debian/ and scripts/ubuntu/ directories
+ in the source tree to declutter the top level.
-- Joey Hess <joeyh@debian.org> Sat, 16 Jun 2007 13:09:59 -0400
diff --git a/potato b/scripts/debian/potato
index f579ee2..f579ee2 100644
--- a/potato
+++ b/scripts/debian/potato
diff --git a/sarge b/scripts/debian/sarge
index e6d77e3..e6d77e3 100644
--- a/sarge
+++ b/scripts/debian/sarge
diff --git a/sarge.buildd b/scripts/debian/sarge.buildd
index ead74ca..ead74ca 100644
--- a/sarge.buildd
+++ b/scripts/debian/sarge.buildd
diff --git a/sarge.fakechroot b/scripts/debian/sarge.fakechroot
index 1001253..1001253 100644
--- a/sarge.fakechroot
+++ b/scripts/debian/sarge.fakechroot
diff --git a/sid b/scripts/debian/sid
index 76cca38..76cca38 100644
--- a/sid
+++ b/scripts/debian/sid
diff --git a/woody b/scripts/debian/woody
index 49da1f8..49da1f8 100644
--- a/woody
+++ b/scripts/debian/woody
diff --git a/woody.buildd b/scripts/debian/woody.buildd
index 21867de..21867de 100644
--- a/woody.buildd
+++ b/scripts/debian/woody.buildd
diff --git a/breezy b/scripts/ubuntu/breezy
index d0955da..d0955da 100644
--- a/breezy
+++ b/scripts/ubuntu/breezy
diff --git a/dapper b/scripts/ubuntu/dapper
index 75ea7f6..75ea7f6 100644
--- a/dapper
+++ b/scripts/ubuntu/dapper
diff --git a/edgy b/scripts/ubuntu/edgy
index eb5efa1..eb5efa1 100644
--- a/edgy
+++ b/scripts/ubuntu/edgy
diff --git a/edgy.fakechroot b/scripts/ubuntu/edgy.fakechroot
index 0dea4af..0dea4af 100644
--- a/edgy.fakechroot
+++ b/scripts/ubuntu/edgy.fakechroot
diff --git a/feisty b/scripts/ubuntu/feisty
index eb5efa1..eb5efa1 100644
--- a/feisty
+++ b/scripts/ubuntu/feisty
diff --git a/feisty.fakechroot b/scripts/ubuntu/feisty.fakechroot
index 932cfa7..932cfa7 100644
--- a/feisty.fakechroot
+++ b/scripts/ubuntu/feisty.fakechroot
diff --git a/gutsy b/scripts/ubuntu/gutsy
index 8177272..8177272 100644
--- a/gutsy
+++ b/scripts/ubuntu/gutsy
diff --git a/gutsy.fakechroot b/scripts/ubuntu/gutsy.fakechroot
index 826ff69..826ff69 100644
--- a/gutsy.fakechroot
+++ b/scripts/ubuntu/gutsy.fakechroot
diff --git a/hoary b/scripts/ubuntu/hoary
index e6207d5..e6207d5 100644
--- a/hoary
+++ b/scripts/ubuntu/hoary
diff --git a/hoary.buildd b/scripts/ubuntu/hoary.buildd
index 90937b6..90937b6 100644
--- a/hoary.buildd
+++ b/scripts/ubuntu/hoary.buildd
diff --git a/warty b/scripts/ubuntu/warty
index 6842589..6842589 100644
--- a/warty
+++ b/scripts/ubuntu/warty
diff --git a/warty.buildd b/scripts/ubuntu/warty.buildd
index 9019d8d..9019d8d 100644
--- a/warty.buildd
+++ b/scripts/ubuntu/warty.buildd