diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..c6244b4 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +babelbox (0~0) UNRELEASED; urgency=low + + * Initial release. (Closes: #XXXXXX) + + -- Didier Raboud Tue, 03 Jul 2012 22:20:10 -0600 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..45a4fb7 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +8 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..1af90e8 --- /dev/null +++ b/debian/control @@ -0,0 +1,15 @@ +Source: babelbox +Section: utils +Priority: extra +Maintainer: Debian Install System Team +Uploaders: Luca Capello , Didier Raboud +Build-Depends: + debhelper (>= 8), +Standards-Version: 3.9.3 +Vcs-Browser: http://git.debian.org/?p=d-i/babelbox.git +Vcs-Git: git://git.debian.org/d-i/babelbox.git + +Package: babelbox +Architecture: any +Depends: ${misc:Depends}, debian-installer-netboot-${misc:arch} +Description: BabelBox diff --git a/debian/install b/debian/install new file mode 100644 index 0000000..29d97bf --- /dev/null +++ b/debian/install @@ -0,0 +1,8 @@ +00del_partition /usr/share/babelbox/ +choose-mirror.postinst /usr/share/babelbox/ +cronscript /usr/share/babelbox/ +preseed_early /usr/share/babelbox/ +preseed_late /usr/share/babelbox/ +babelbox-grub /usr/share/babelbox/ +langlist /usr/share/babelbox/ +preseed.cfg /usr/share/babelbox/ diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..9cb40f3 --- /dev/null +++ b/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +DEB_HOST_ARCH ?= $(dpkg-architecture -qDEB_HOST_ARCH) + +%: + dh $@ + +override_dh_gencontrol: + dh_gencontrol -- -Vmisc:arch="${DEB_HOST_ARCH}" diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native)