From 1d3b5b27e554c347f844d34994ef654a401a81c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Rodr=C3=ADguez?= Date: Sat, 15 Sep 2012 03:00:17 +0200 Subject: [PATCH] Added toutatis debootstrap link, set component=main on apt, python-apt, tasksel --- helpers/DATA/debootstrap/toutatis | 1 + helpers/make-apt | 1 + helpers/make-python-apt | 1 + helpers/make-tasksel | 1 + 4 files changed, 4 insertions(+) create mode 120000 helpers/DATA/debootstrap/toutatis diff --git a/helpers/DATA/debootstrap/toutatis b/helpers/DATA/debootstrap/toutatis new file mode 120000 index 0000000..fe1d521 --- /dev/null +++ b/helpers/DATA/debootstrap/toutatis @@ -0,0 +1 @@ +trisquel \ No newline at end of file diff --git a/helpers/make-apt b/helpers/make-apt index 986bf7e..dbc97fa 100644 --- a/helpers/make-apt +++ b/helpers/make-apt @@ -18,6 +18,7 @@ # VERSION=1 +COMPONENT=main . ./config diff --git a/helpers/make-python-apt b/helpers/make-python-apt index c60e0a0..ff287e7 100644 --- a/helpers/make-python-apt +++ b/helpers/make-python-apt @@ -18,6 +18,7 @@ # VERSION=1 +COMPONENT=main . ./config diff --git a/helpers/make-tasksel b/helpers/make-tasksel index 7ac7b55..40f1a59 100644 --- a/helpers/make-tasksel +++ b/helpers/make-tasksel @@ -18,6 +18,7 @@ # VERSION=1 +COMPONENT=main . ./config