--- rootstock-0.1.99.3.orig/debian/rootstock.manpages +++ rootstock-0.1.99.3/debian/rootstock.manpages @@ -0,0 +1 @@ +rootstock.1 --- rootstock-0.1.99.3.orig/debian/changelog +++ rootstock-0.1.99.3/debian/changelog @@ -0,0 +1,137 @@ +rootstock (0.1.99.3-0ubuntu1) lucid; urgency=low + + * upstream bugfix release for lucid + - fix handling of http_proxy and apt proxy setting (LP: #455622) + - make qemu image writable if --keepimage is used (LP: #527159) + - change ownership of the .img file to $SUDO_USER instead of opening + permissions (LP: #540822) + - make a note that from ubuntu karmic on the qemu package is called + qemu-kvm-extras if erroring on missing execute permissions (LP: #538965) + - merge patch from Sam Tyger for + (LP: #556304) (build hangs at Extracting zlib1g in some environments) + - merge patch from Robert Nelson to generate + initramfs from external kernel debs + - change qemu VM command to use no cache for the emulated harddisk + which potentially improves the situation with Bug #532733 + + -- Oliver Grawert Fri, 16 Apr 2010 00:11:46 +0200 + +rootstock (0.1.99.2-0ubuntu3) lucid; urgency=low + + * fix packaging error, rename Vcs-* to XS-Upstream-Vcs-* since this is the + upstream repo, not the packaging one (no debian/ and ubuntu-dev folks + don't have access). + + -- Loïc Minier Mon, 08 Mar 2010 14:49:29 +0100 + +rootstock (0.1.99.2-0ubuntu2) lucid; urgency=low + + * fix packaging error, qemu-kvm-extras is not an alternative to + qemu-arm-extras-static + + -- Oliver Grawert Mon, 08 Mar 2010 14:27:37 +0100 + +rootstock (0.1.99.2-0ubuntu1) lucid; urgency=low + + * New upstream bugfix release + - use ext3 for qemu images if --keepimage is used (LP: #437619) + - use proper apt caret syntax for tasks + - set proper application icons for gtk windows + - make rootstock-gtk build in (LP: #532342) $TMPDIR or fall back to /tmp + - rework strings of error and success dialogs + - make output directory selectable (LP: #532342) + - split progress handling into its various stages in GUI + - handle term signal in trap code in rootstock script + - enable archive kernel for lucid builds in rootstock script and use it for + all distro releases + - determine UUID of image and write to fstab inside the rootfs if + --keepimage is used + - do not use a swapfile by default (changes --noswap to --do-swap) + - move .desktop file to System->Settings category (LP: #532343) + - disable profile load/save UI entries, the feature is not there yet + + -- Oliver Grawert Fri, 05 Mar 2010 10:31:56 +0100 + +rootstock (0.1.99.1-0ubuntu1) lucid; urgency=low + + * upstream bugfix release (on the way to 0.2.0) + - include the .desktop file fixes upstream + - use a label in the progresswindow to output text, not the progressbar + - fix umounting code in the rootstock script + - make subprocess handling of teh gui nonblocking so UI stays fully + responsive while building + - adjust subprocess retun code handling in the gui + - adjust build success handling in the gui + + -- Oliver Grawert Fri, 19 Feb 2010 16:55:59 +0100 + +rootstock (0.1.99-0ubuntu2) lucid; urgency=low + + * fix su-to-root call in .desktop file + + -- Oliver Grawert Wed, 17 Feb 2010 22:17:51 +0100 + +rootstock (0.1.99-0ubuntu1) lucid; urgency=low + + * new upstream release (pre 0.2.0) + - includes fixes for the following bugs (LP: #461668) + (LP: #437634), (LP: #515787) + - adds a new binary package for the gtk UI + - support for --manifest files + - support for caching packages to do subsequent offline builds + - adds --extra-mirror option + - prepared for using the ubuntu archive versatile kernel + - optional --script support was added for adding oem scripts + - defaults to installing oem-config in all rootfses now for user, timezone, + keyboard and language configuration on first boot + - the gtk UI has support for tasksel package selection + + -- Oliver Grawert Wed, 17 Feb 2010 21:48:44 +0100 + +rootstock (0.1.3-0ubuntu3) lucid; urgency=low + + * Fix errors in debian/watch (LP: #517524) + + -- Angel Abad Fri, 05 Feb 2010 13:23:04 +0100 + +rootstock (0.1.3-0ubuntu2) lucid; urgency=low + + * Depend on qemu-kvm-extras-static | qemu-kvm-extras instead of + qemu-kvm-extras and qemu-arm-static. + * Add ${misc:Depends}. + * Priority is optional. + * Since the rules were broken anyway + (binary-arch-rules-but-pkg-is-arch-indep) move to dh. + + -- Loïc Minier Sat, 06 Feb 2010 10:27:02 +0100 + +rootstock (0.1.3-0ubuntu1) karmic; urgency=low + + * Upstream fix + - make sure debootstrap --second-stage runs in systems where + qemu-arm-static is not installed/does not exist (LP: #435221) + + -- Oliver Grawert Wed, 23 Sep 2009 16:43:00 +0200 + +rootstock (0.1.2-0ubuntu1) karmic; urgency=low + + * New Upstream bugfixes + - adjust for new upstart behavior in karmic + - speed up debootstrap run if qemu-arm-static is installed + - add fix to create /etc/network/interfaces in cases where it does not exist + (LP: #431917), thanks to sebjoub + * add dependency on qemu-arm-static + + -- Oliver Grawert Wed, 23 Sep 2009 09:59:05 +0200 + +rootstock (0.1.1-0ubuntu2) karmic; urgency=low + + * given we are only a shellscript we indeed want to be Architecture: all + + -- Oliver Grawert Wed, 26 Aug 2009 13:56:02 +0200 + +rootstock (0.1.1-0ubuntu1) karmic; urgency=low + + * Initial release + + -- Oliver Grawert Wed, 26 Aug 2009 12:36:34 +0200 --- rootstock-0.1.99.3.orig/debian/compat +++ rootstock-0.1.99.3/debian/compat @@ -0,0 +1 @@ +7 --- rootstock-0.1.99.3.orig/debian/watch +++ rootstock-0.1.99.3/debian/watch @@ -0,0 +1,9 @@ +# Example watch control file for uscan +# Rename this file to "watch" and then you can run the "uscan" command +# to check for upstream updates and more. +# See uscan(1) for format + +# Compulsory line, this is a version 3 file +version=3 + +https://launchpad.net/project-rootstock/+download http://launchpad.net/project-rootstock/trunk/.*/\+download/rootstock-(.*).tar.gz --- rootstock-0.1.99.3.orig/debian/rootstock.install +++ rootstock-0.1.99.3/debian/rootstock.install @@ -0,0 +1 @@ +rootstock usr/bin --- rootstock-0.1.99.3.orig/debian/rootstock-gtk.install +++ rootstock-0.1.99.3/debian/rootstock-gtk.install @@ -0,0 +1,4 @@ +gui/bin/rootstock-gtk usr/bin +gui/lib/rootstock-tasksel usr/lib/rootstock +gui/share/rootstock.desktop usr/share/applications +images/rootstock_64.png usr/share/pixmaps --- rootstock-0.1.99.3.orig/debian/rules +++ rootstock-0.1.99.3/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + +%: + dh $@ + --- rootstock-0.1.99.3.orig/debian/copyright +++ rootstock-0.1.99.3/debian/copyright @@ -0,0 +1,41 @@ +This package was debianized by: + + Oliver Grawert on Wed, 26 Aug 2009 12:36:34 +0200 + +It was downloaded from: + + https://launchpad.net/project-rootstock/trunk/ + +Upstream Author: + + Oliver Grawert + +Copyright: + + + +License: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'. + +The Debian packaging is: + + Copyright (C) 2009 Oliver Grawert + +and is licensed under the GPL version 2, +see `/usr/share/common-licenses/GPL-2'. --- rootstock-0.1.99.3.orig/debian/control +++ rootstock-0.1.99.3/debian/control @@ -0,0 +1,30 @@ +Source: rootstock +Section: utils +Priority: optional +Maintainer: Oliver Grawert +Build-Depends: debhelper (>= 7) +Standards-Version: 3.8.4 +Homepage: https://launchpad.net/project-rootstock +XS-Upstream-Vcs-Bzr: lp:project-rootstock +XS-Upstream-Vcs-Browser: https://code.launchpad.net/~ogra/project-rootstock/trunk + +Package: rootstock +Architecture: all +Depends: ${misc:Depends}, + qemu-kvm-extras-static, + qemu-kvm-extras, + debootstrap (>= 1.0.10ubuntu3) +Description: shellscript to create armel rootfs tarballs using a VM + This script creates a tgz file of an armel rootfs you can untar in + a partition for your target hardware (beagleboard, EVM or freescale + board were tested with this yet) + . + See https://wiki.ubuntu.com/ARM/RootfsFromScratch for more details + +Package: rootstock-gtk +Architecture: all +Depends: ${misc:Depends}, rootstock ( >= 0.1.99), gksu, python, python-gtk2 +Description: graphical frontend to the rootstock rootfs builder tool + This package contains a graphical UI to build rootstock root filesystems + for armel systems. The interface has only a limited set of options compared + to the commandline script.