]> git.proxmox.com Git - dab-pve-appliances.git/commitdiff
add debian jessie
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 30 Sep 2014 09:14:57 +0000 (11:14 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 30 Sep 2014 09:14:57 +0000 (11:14 +0200)
debian-8.0-standard-64/Makefile [new file with mode: 0644]
debian-8.0-standard-64/dab.conf [new file with mode: 0644]
debian-8.0-standard/Makefile [new file with mode: 0644]
debian-8.0-standard/dab.conf [new file with mode: 0644]

diff --git a/debian-8.0-standard-64/Makefile b/debian-8.0-standard-64/Makefile
new file mode 100644 (file)
index 0000000..c1fa802
--- /dev/null
@@ -0,0 +1,21 @@
+
+
+BASEDIR:=$(shell dab basedir)
+
+all: info/init_ok
+       dab bootstrap
+       dab finalize
+
+info/init_ok: dab.conf
+       dab init
+       touch $@
+
+.PHONY: clean
+clean:
+       dab clean
+       rm -f *~
+
+.PHONY: dist-clean
+dist-clean:
+       dab dist-clean
+       rm -f *~
diff --git a/debian-8.0-standard-64/dab.conf b/debian-8.0-standard-64/dab.conf
new file mode 100644 (file)
index 0000000..5338e42
--- /dev/null
@@ -0,0 +1,13 @@
+Suite: jessie
+CacheDir: ../cache
+#Source: http://ftp.debian.org/debian SUITE main contrib
+#Source: http://ftp.debian.org/debian SUITE-updates main contrib
+#Source: http://security.debian.org SUITE/updates main contrib 
+Architecture: amd64
+Name: debian-8.0-standard
+Version: 8.0-1
+Section: system
+Maintainer: Proxmox Support Team <support@proxmox.com>
+Infopage: http://pve.proxmox.com/wiki/Debian_8.0_Standard
+Description: Debian 8.0 (standard)
+ A small Debian Jessie system including all standard packages.
diff --git a/debian-8.0-standard/Makefile b/debian-8.0-standard/Makefile
new file mode 100644 (file)
index 0000000..c1fa802
--- /dev/null
@@ -0,0 +1,21 @@
+
+
+BASEDIR:=$(shell dab basedir)
+
+all: info/init_ok
+       dab bootstrap
+       dab finalize
+
+info/init_ok: dab.conf
+       dab init
+       touch $@
+
+.PHONY: clean
+clean:
+       dab clean
+       rm -f *~
+
+.PHONY: dist-clean
+dist-clean:
+       dab dist-clean
+       rm -f *~
diff --git a/debian-8.0-standard/dab.conf b/debian-8.0-standard/dab.conf
new file mode 100644 (file)
index 0000000..63f844c
--- /dev/null
@@ -0,0 +1,13 @@
+Suite: jessie
+CacheDir: ../cache
+#Source: http://ftp.debian.org/debian SUITE main contrib
+#Source: http://ftp.debian.org/debian SUITE-updates main contrib
+#Source: http://security.debian.org SUITE/updates main contrib 
+Architecture: i386
+Name: debian-8.0-standard
+Version: 8.0-1
+Section: system
+Maintainer: Proxmox Support Team <support@proxmox.com>
+Infopage: http://pve.proxmox.com/wiki/Debian_8.0_Standard
+Description: Debian 8.0 (standard)
+ A small Debian Jessie system including all standard packages.