--- getlibs-2.06.orig/debian/debhelper.log +++ getlibs-2.06/debian/debhelper.log @@ -0,0 +1,13 @@ +dh_prep +dh_installdirs +dh_installchangelogs +dh_installdocs +dh_installexamples +dh_installman +dh_link +dh_compress +dh_fixperms +dh_installdeb +dh_gencontrol +dh_md5sums +dh_builddeb --- getlibs-2.06.orig/debian/rules +++ getlibs-2.06/debian/rules @@ -0,0 +1,77 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# This file is public domain software, originally written by Joey Hess. +# +# This version is for packages that are architecture independent. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +build: build-stamp +build-stamp: + dh_testdir + + # Add here commands to compile the package. + #$(MAKE) + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + # Add here commands to clean up after the build process. + #$(MAKE) clean + #$(MAKE) distclean + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + + # Add here commands to install the package into debian/. + #$(MAKE) prefix=`pwd`/debian/`dh_listpackages`/usr install + install -D -m 755 getlibs debian/getlibs/usr/bin/getlibs + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples +# dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installcatalogs +# dh_installpam +# dh_installmime +# dh_installinit +# dh_installcron +# dh_installinfo +# dh_installwm +# dh_installudev +# dh_lintian +# dh_bugfiles +# dh_undocumented + dh_installman + dh_link + dh_compress + dh_fixperms +# dh_perl + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture-dependent files here. +binary-arch: build install +# We have nothing to do by default. + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- getlibs-2.06.orig/debian/changelog +++ getlibs-2.06/debian/changelog @@ -0,0 +1,11 @@ +getlibs (2.06-0ubuntu1~ppa2) karmic; urgency=low + + * corrected placement of the getlibs script + + -- Jamin W. Collins Wed, 03 Feb 2010 20:41:41 -0700 + +getlibs (2.06-0ubuntu1~ppa1) karmic; urgency=low + + * Initial release. + + -- Jamin W. Collins Wed, 20 Jan 2010 14:21:50 -0700 --- getlibs-2.06.orig/debian/copyright +++ getlibs-2.06/debian/copyright @@ -0,0 +1,31 @@ +getlibs was initially debianized by Jamin W. Collins + +It was downloaded from http://frozenfox.freehostia.com/cappy/getlibs + +Upstream Author: + + Cappy of ubuntuforums.org + +Copyright: + + 2007 Cappy + +License: + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. --- getlibs-2.06.orig/debian/compat +++ getlibs-2.06/debian/compat @@ -0,0 +1 @@ +5 --- getlibs-2.06.orig/debian/control +++ getlibs-2.06/debian/control @@ -0,0 +1,14 @@ +Source: getlibs +Section: admin +Priority: optional +Maintainer: Jamin W. Collins +Build-Depends: debhelper (>= 7) +Standards-Version: 3.8.3 + +Package: getlibs +Architecture: all +Description: installs 32-bit libraries + Downloads 32-bit libraries on 32-bit and 64-bit systems. + . + For use with Debian and Ubuntu. +Depends: lsb-release, util-linux (>= 2) --- getlibs-2.06.orig/debian/substvars +++ getlibs-2.06/debian/substvars @@ -0,0 +1 @@ +misc:Depends=