summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2013-04-23 21:50:31 +0000
committerIgor Pashev <pashev.igor@gmail.com>2013-04-23 21:50:31 +0000
commiteef4623da2af2b00053fdfba46dc2b61a98877f3 (patch)
treea89c6f197ca5bae074dcb5b4b8644e73d209557d
parent9742c4c912fcf16eb618bfc3bd7110ad87b18e24 (diff)
downloaddebootstrap-eef4623da2af2b00053fdfba46dc2b61a98877f3.tar.gz
debootstrap (1.0.48+dyson2) unstable; urgency=low
* Added testing/messier symlinks (both to bok) * Use dyson-archive-keyring
-rw-r--r--debian/changelog7
-rw-r--r--scripts/bok2
l---------scripts/messier1
l---------scripts/testing2
4 files changed, 10 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 9fb543c..4131520 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debootstrap (1.0.48+dyson2) unstable; urgency=low
+
+ * Added testing/messier symlinks (both to bok)
+ * Use dyson-archive-keyring
+
+ -- Igor Pashev <pashev.igor@gmail.com> Tue, 23 Apr 2013 21:44:36 +0000
+
debootstrap (1.0.48+dyson1) unstable; urgency=low
* Package for Dyson
diff --git a/scripts/bok b/scripts/bok
index a141165..231a919 100644
--- a/scripts/bok
+++ b/scripts/bok
@@ -2,7 +2,7 @@ mirror_style release
download_style apt
finddebs_style from-indices
variants - buildd fakechroot minbase scratchbox
-keyring /usr/share/keyrings/debian-archive-keyring.gpg
+keyring /usr/share/keyrings/dyson-archive-keyring.gpg
if doing_variant fakechroot; then
test "$FAKECHROOT" = "true" || error 1 FAKECHROOTREQ "This variant requires fakechroot environment to be started"
diff --git a/scripts/messier b/scripts/messier
new file mode 120000
index 0000000..3fca7c6
--- /dev/null
+++ b/scripts/messier
@@ -0,0 +1 @@
+bok \ No newline at end of file
diff --git a/scripts/testing b/scripts/testing
index 9a63c96..3de8248 120000
--- a/scripts/testing
+++ b/scripts/testing
@@ -1 +1 @@
-sid \ No newline at end of file
+messier \ No newline at end of file