Skip to content

Commit a872660

Browse files
committed
Debian packaging for release
Includes fixing some lintian errors about scripts not being executable and spelling and dependencies.
1 parent e210de6 commit a872660

File tree

9 files changed

+61
-13
lines changed

9 files changed

+61
-13
lines changed

brickstrap-argv.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/bin/bash
2-
#
31
# This file is part of brickstrap.
42
#
53
# brickstrap - create a foreign architecture rootfs using kernel namespaces,

brickstrap-components.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/bin/bash
2-
#
31
# This file is part of brickstrap.
42
#
53
# brickstrap - create a foreign architecture rootfs using kernel namespaces,

brickstrap-image-drivers.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/bin/bash
2-
#
31
# This file is part of brickstrap.
42
#
53
# brickstrap - create a foreign architecture rootfs using kernel namespaces,

brickstrap-image.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/bin/bash
2-
#
31
# This file is part of brickstrap.
42
#
53
# brickstrap - create a foreign architecture rootfs using kernel namespaces,

brickstrap-utils.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/bin/bash
2-
#
31
# This file is part of brickstrap.
42
#
53
# brickstrap - create a foreign architecture rootfs using kernel namespaces,

debian/changelog

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,60 @@
1+
brickstrap (0.5.0) trusty; urgency=medium
2+
3+
[ Johan Ouwerkerk ]
4+
* Integrate component based path mechanism.
5+
* Integrate support for arbitrary architectures in brickstrap itself.
6+
* Allow for custom image partition schemes.
7+
8+
[ David Lechner ]
9+
* ev3dev-jessie: add hook for creating /etc/ev3dev-release
10+
* ev3dev-jessie: update url in apt sources/list to use httpredir
11+
* generic-jessie: Create new project.
12+
13+
[ Johan Ouwerkerk ]
14+
* Better handling of the 'awk' symlink during the package 'configure' step
15+
* Add work around for empty/missing /etc/shells.
16+
* Introduce a 'reports' directory
17+
18+
[ David Lechner ]
19+
* Improvments to bootroot image driver
20+
21+
[ Johan Ouwerkerk ]
22+
* Enable importing components using a custom 'include' file.
23+
24+
[ David Lechner ]
25+
* ev3dev-jessie: Manually list required packages for raspbian.
26+
* [ev3dev-jessie] Add ev3dev.txt configuration file.
27+
28+
[ David Lechner ]
29+
* [ev3dev-jessie] Add git to default packages.
30+
* ev3dev-jessie: add RPi 3 device-tree hook
31+
* ev3dev-jessie: merge some changes from upstream rpi config.txt
32+
* ev3dev-jessie: add section to config.txt for brickpi/rpi3
33+
* ev3dev-jessie: add pitfts to config.txt
34+
* ev3dev: Initial support for beaglebone/evb
35+
* ev3dev: no apt translations
36+
37+
[ Bartosz Meglicki ]
38+
* ev3dev: Add config.txt entry for BrickPi Input Port 5 I2C baudrate
39+
40+
[ David Lechner ]
41+
* Fix colors on Ubuntu 16.04
42+
* ev3dev-jessie: Add workaround for broken fuse.postinst script
43+
* Use brickstrap.conf.d to store results of merging components
44+
* ev3dev-jessie: add ev3dev-tools package
45+
* ev3dev-jessie: add python3-libpixyusb package
46+
* ev3dev-jessie: no longer need to blacklist ev3-systemd.preinst
47+
* ev3dev-jessie: Updates for changes in RPi kernel
48+
* ev3dev-jessie: add firmware-rpi package
49+
* ev3dev-jessie: add python3-pyudev package
50+
* ev3dev-jessie: add mini-uart option for Pi3
51+
* ev3dev-jessie: disable audio by default on RPi
52+
* ev3dev-jessie: brickpi-systemd package is renamed to rpi-systemd
53+
* ev3dev-jessie: fix rpi-base/device-tree hook
54+
* ev3dev-jessie: use a fixed ssh host key
55+
56+
-- David Lechner <[email protected]> Wed, 13 Jul 2016 17:25:05 -0500
57+
158
brickstrap (0.4.0) trusty; urgency=medium
259

360
[ David Lechner ]

debian/control

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ VCS-Browser: https://github.com/ev3dev-dpkg/brickstrap.git
99

1010
Package: brickstrap
1111
Architecture: all
12-
Depends: coreutils, qemu-user-static (>= 1.0), multistrap, libguestfs-tools, uidmap, perl, ${misc:Depends}
12+
Depends: qemu-user-static (>= 1.0), multistrap, libguestfs-tools, uidmap, perl,
13+
${perl:Depends}, ${misc:Depends}
1314
Description: multistrap wrapper to build rootfs for ev3dev
1415
This package allows one to build a foreign debian rootfs without the need of
15-
superuser priviliges using kernel namespaces, multistrap and qemu user mode
16+
superuser privileges using kernel namespaces, multistrap and qemu user mode
1617
emulation

debian/install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
brickstrap.sh usr/share/brickstrap/
1+
brickstrap*.sh usr/share/brickstrap/
22
user-unshare usr/share/brickstrap/
33
projects usr/share/brickstrap/

projects/ev3dev-jessie/base/root/var/lib/dpkg/info/fuse.postinst

100644100755
File mode changed.

0 commit comments

Comments
 (0)