From 79fd5d909ae02d31a3745f7b12fe9a1d942b5cc9 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 30 Sep 2014 11:14:57 +0200 Subject: [PATCH] add debian jessie --- debian-8.0-standard-64/Makefile | 21 +++++++++++++++++++++ debian-8.0-standard-64/dab.conf | 13 +++++++++++++ debian-8.0-standard/Makefile | 21 +++++++++++++++++++++ debian-8.0-standard/dab.conf | 13 +++++++++++++ 4 files changed, 68 insertions(+) create mode 100644 debian-8.0-standard-64/Makefile create mode 100644 debian-8.0-standard-64/dab.conf create mode 100644 debian-8.0-standard/Makefile create mode 100644 debian-8.0-standard/dab.conf diff --git a/debian-8.0-standard-64/Makefile b/debian-8.0-standard-64/Makefile new file mode 100644 index 0000000..c1fa802 --- /dev/null +++ b/debian-8.0-standard-64/Makefile @@ -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 index 0000000..5338e42 --- /dev/null +++ b/debian-8.0-standard-64/dab.conf @@ -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 +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 index 0000000..c1fa802 --- /dev/null +++ b/debian-8.0-standard/Makefile @@ -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 index 0000000..63f844c --- /dev/null +++ b/debian-8.0-standard/dab.conf @@ -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 +Infopage: http://pve.proxmox.com/wiki/Debian_8.0_Standard +Description: Debian 8.0 (standard) + A small Debian Jessie system including all standard packages. -- 2.39.2