Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions debian/README.Debian
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
u-boot for Debian
-----------------

Only build this package using debian/rules binary.

-- Marco Schuster <m.schuster91@googlemail.com> Sun, 29 Nov 2015 19:52:59 +0000
8 changes: 8 additions & 0 deletions debian/README.source
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
u-boot for Debian
-----------------

This is the latest u-boot, compiled and packaged into a special package for
Raspberry Pi, supporting both Pi1 and Pi2 with a single package.

-- Marco Schuster <m.schuster91@googlemail.com> Sun, 29 Nov 2015 19:52:59 +0000

16 changes: 16 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
u-boot (2016.01-rpi2-5) testing; urgency=medium

[ Marco Schuster ]
* Non-maintainer upload.
* fix build
* add postrm
* add kernel/postinst hook
* proper dch

-- Marco Schuster <m.schuster91@googlemail.com> Sun, 29 Nov 2015 23:40:27 +0000

u-boot (2016.01-rpi2-1) unstable; urgency=low

* Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>

-- Marco Schuster <m.schuster91@googlemail.com> Sun, 29 Nov 2015 19:52:59 +0000
1 change: 1 addition & 0 deletions debian/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9
20 changes: 20 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Source: u-boot
Section: main
Priority: optional
Maintainer: Marco Schuster <m.schuster91@googlemail.com>
Build-Depends: debhelper (>= 9), bc, device-tree-compiler, dpkg-dev (>= 1.17.0)
Standards-Version: 3.9.6
Homepage: http://www.denx.de/wiki/U-Boot/
Vcs-Git: git://anonscm.debian.org/collab-maint/u-boot.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/u-boot.git;a=summary

Package: u-boot
Architecture: armhf
Depends: ${misc:Depends}
Description: A boot loader for embedded systems
Das U-Boot is a cross-platform bootloader for embedded systems,
used as the default boot loader by several board vendors. It is
intended to be easy to port and to debug, and runs on many
supported architectures, including PPC, ARM, MIPS, x86, m68k,
NIOS, and Microblaze.
${uboot:platforms}
Loading