Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
|
2daf1080a0 |
6 changed files with 39 additions and 0 deletions
5
debian/changelog
vendored
Normal file
5
debian/changelog
vendored
Normal 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
1
debian/compat
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
8
|
15
debian/control
vendored
Normal file
15
debian/control
vendored
Normal 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
8
debian/install
vendored
Normal 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
9
debian/rules
vendored
Executable 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
1
debian/source/format
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
3.0 (native)
|
Loading…
Add table
Reference in a new issue