--- bikeshed-1.3.orig/debian/copyright +++ bikeshed-1.3/debian/copyright @@ -0,0 +1,37 @@ +This package was debianized by Dustin Kirkland +Mon, 27 Sep 2010 00:48:37 -0800 + +It was downloaded from: http://launchpad.net/bikeshed + +Upstream Authors: + Dustin Kirkland + Dustin Kirkland + Dustin Kirkland + +Copyright: + Copyright (C) 2003-2010 Dustin Kirkland + Copyright (C) 2010 Canonical Ltd. + + All rights reserved. + +License: + + This program 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 version 3 of the License. + + This program 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 program. If not, see . + + On Debian systems, the complete text of the GNU General Public + License, version 3, can be found in /usr/share/common-licenses/GPL-3. + +The Ubuntu packaging: + Copyright (C) 2010 Canonical Ltd. + Copyright (C) 2010 Dustin Kirkland + released under the GPL-3. --- bikeshed-1.3.orig/debian/install +++ bikeshed-1.3/debian/install @@ -0,0 +1,8 @@ +1 usr/bin +bch usr/bin +bzrp usr/bin +dman usr/bin +pbput usr/bin +release usr/bin +release-build usr/bin +wifi-status usr/bin --- bikeshed-1.3.orig/debian/rules +++ bikeshed-1.3/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +%: + dh $@ --- bikeshed-1.3.orig/debian/links +++ bikeshed-1.3/debian/links @@ -0,0 +1,18 @@ +usr/bin/1 usr/bin/2 +usr/bin/1 usr/bin/3 +usr/bin/1 usr/bin/4 +usr/bin/1 usr/bin/5 +usr/bin/1 usr/bin/6 +usr/bin/1 usr/bin/7 +usr/bin/1 usr/bin/8 +usr/bin/1 usr/bin/9 +usr/bin/pbput usr/bin/pbget +usr/man/man1/1.1.gz usr/man/man1/2.1.gz +usr/man/man1/1.1.gz usr/man/man1/3.1.gz +usr/man/man1/1.1.gz usr/man/man1/4.1.gz +usr/man/man1/1.1.gz usr/man/man1/5.1.gz +usr/man/man1/1.1.gz usr/man/man1/6.1.gz +usr/man/man1/1.1.gz usr/man/man1/7.1.gz +usr/man/man1/1.1.gz usr/man/man1/8.1.gz +usr/man/man1/1.1.gz usr/man/man1/9.1.gz +usr/man/man1/pbput.1.gz usr/man/man1/pbget.1.gz --- bikeshed-1.3.orig/debian/control +++ bikeshed-1.3/debian/control @@ -0,0 +1,19 @@ +Source: bikeshed +Section: misc +Priority: extra +Maintainer: Dustin Kirkland +Build-Depends: debhelper (>= 7) +Standards-Version: 3.9.1 +Homepage: http://launchpad.net/bikeshed + +Package: bikeshed +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: bzr, bzr-builddeb, coreutils, devscripts, dput, gnupg, lzma, pastebinit, sensible-utils +Description: random useful tools that do not yet have a permanent home + Bikeshed is a collection of random but useful tools and utilities that + either don't quite fit anywhere else, or have not yet been accepted + by a more appropriate project. + . + Think of this package as an "orphanage", where tools live until they + are adopted by loving, accepting parents. --- bikeshed-1.3.orig/debian/changelog +++ bikeshed-1.3/debian/changelog @@ -0,0 +1,49 @@ +bikeshed (1.3-0ubuntu1) natty; urgency=low + + * bzrp: handle args with spaces in them (thanks Marius Gedminas) + * dchb.1 => bch.1, dchb => bch, debian/install: + - rename dchb -> bch, update code/docs and install file + + -- Dustin Kirkland Mon, 18 Oct 2010 23:40:30 -0700 + +bikeshed (1.2-0ubuntu1) natty; urgency=low + + * bzrp: add a more sensible set of paging options for vi-compatible + pagers; still a to-do to support other pagers + * bzrdch.1', =>, 'dchb.1, bzrdch', =>, 'dchb, debian/install: rename + bzrdch -> dchb; the "dchb" string rolls off the fingertips a bit + more smoothly; really, this tool is an extension of dch; reflect + that in the name + + -- Dustin Kirkland Mon, 18 Oct 2010 23:40:24 -0700 + +bikeshed (1.1-0ubuntu1) natty; urgency=low + + * bzrdiff.1', =>, 'bzrp.1, bzrdiff', =>, 'bzrp, bzrlog, bzrlog.1, + debian/install, debian/manpages: eliminate the bzrlog, bzrdiff + utilities, instead, create a simpler, more generic 'bzrp' utility + + -- Dustin Kirkland Mon, 18 Oct 2010 21:53:24 -0700 + +bikeshed (1.0-0ubuntu1) natty; urgency=low + + * debian/*: initial packaging + * 1, debian/install, debian/links: add the 1..9 awk hacks + * debian/install, debian/manpages, dman, dman.1: add the dman utility, + for remote retrieval of manpages + * debian/install, debian/manpages, wifi-status, wifi-status.1: add the + wifi-status utility, for monitoring a wifi connection + * bzrdiff, bzrdiff.1, bzrlog, bzrlog.1, debian/install, debian/manpages: + add a couple of useful bzr hacks, that pipe output to a sensible pager + * bikeshed.odp, bikeshed.png, bikeshed_14.png, bikeshed_192.png, + bikeshed_64.png: add a simple, colorful icon + * debian/control, debian/install, debian/links, pbput, pbput.1: add a + utility for uploading and downloading arbitrary files to/from a pastebin + * bzrdch, bzrdch.1, debian/control, debian/install, debian/manpages: add + a utility that conveniently edits debian/changelog in a bzr tree, + seeding the entry with the current modified files + * debian/control, debian/install, debian/manpages, release, release.1, + release-build, release-build.1: add a set of handy scripts for upstream + release management within Ubuntu, bzr, and Launchpad + + -- Dustin Kirkland Fri, 15 Oct 2010 09:33:46 -0700 --- bikeshed-1.3.orig/debian/manpages +++ bikeshed-1.3/debian/manpages @@ -0,0 +1,7 @@ +1.1 +bzrp.1 +dman.1 +pbput.1 +release.1 +release-build.1 +wifi-status.1 --- bikeshed-1.3.orig/debian/compat +++ bikeshed-1.3/debian/compat @@ -0,0 +1 @@ +7