Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Didier Raboud
2daf1080a0 Initial raw packaging. 2012-07-04 09:30:22 -06:00
6 changed files with 39 additions and 0 deletions

5
debian/changelog vendored Normal file
View file

@ -0,0 +1,5 @@
babelbox (0~0) UNRELEASED; urgency=low
* Initial release. (Closes: #XXXXXX)
-- Didier Raboud <odyx@debian.org> Tue, 03 Jul 2012 22:20:10 -0600

1
debian/compat vendored Normal file
View file

@ -0,0 +1 @@
8

15
debian/control vendored Normal file
View file

@ -0,0 +1,15 @@
Source: babelbox
Section: utils
Priority: extra
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Uploaders: Luca Capello <luca@pca.it>, Didier Raboud <odyx@debian.org>
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

8
debian/install vendored Normal file
View file

@ -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/

9
debian/rules vendored Executable file
View file

@ -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}"

1
debian/source/format vendored Normal file
View file

@ -0,0 +1 @@
3.0 (native)