--- rootstock-0.1.1.orig/debian/changelog +++ rootstock-0.1.1/debian/changelog @@ -0,0 +1,11 @@ +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.1.orig/debian/copyright +++ rootstock-0.1.1/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.1.orig/debian/rootstock.install +++ rootstock-0.1.1/debian/rootstock.install @@ -0,0 +1 @@ +rootstock usr/bin --- rootstock-0.1.1.orig/debian/watch +++ rootstock-0.1.1/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 + +http://launchpad.net/project-rootstock/trunk/0.1/+download/rootstock-(.*)\.tar\.gz --- rootstock-0.1.1.orig/debian/rules +++ rootstock-0.1.1/debian/rules @@ -0,0 +1,86 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + + + + + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + + touch configure-stamp + + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + # nothing to do, we are a shellscript yet + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + # nothing to do, we are a shellscript yet + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + + # nothing to do, we are a shellscript yet + + +# Build architecture-independent files here. +binary-indep: install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples + dh_install +# dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_python +# dh_installinit +# dh_installcron +# dh_installinfo + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_perl +# dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- rootstock-0.1.1.orig/debian/control +++ rootstock-0.1.1/debian/control @@ -0,0 +1,19 @@ +Source: rootstock +Section: utils +Priority: extra +Maintainer: Oliver Grawert +Build-Depends: debhelper (>= 7) +Standards-Version: 3.8.3 +Homepage: https://launchpad.net/project-rootstock +Vcs-Bzr: lp:project-rootstock +Vcs-Browser: https://code.launchpad.net/~ogra/project-rootstock/trunk + +Package: rootstock +Architecture: all +Depends: 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 --- rootstock-0.1.1.orig/debian/compat +++ rootstock-0.1.1/debian/compat @@ -0,0 +1 @@ +7 --- rootstock-0.1.1.orig/debian/rootstock.manpages +++ rootstock-0.1.1/debian/rootstock.manpages @@ -0,0 +1 @@ +rootstock.1