~ubuntu-branches/ubuntu/natty/bikeshed/natty

« back to all changes in this revision

Viewing changes to pbput

  • Committer: Bazaar Package Importer
  • Author(s): Dustin Kirkland, Benjamin Drung, Dustin Kirkland
  • Date: 2010-10-25 14:47:08 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20101025144708-jz2knb0i7e7lydwq
Tags: 1.5-0ubuntu1
[ Benjamin Drung ]
* Add a Makefile and simplify the packaging.
* debian/control:
  - Remove unused ${shlibs:Depends} from Depends.
  - Remove dependency on essential coreutils.
* Switch to dpkg-source 3.0 (quilt) format.
* 1.1: Fix hyphen-used-as-minus-sign (thanks to lintian).

[ Dustin Kirkland ]
* 1.1, debian/links: add NF documentation in the manpage
* pbput: drop umask code, unnecessary
* wifi-status: track kernel messages about wireless too
* 1.1 => col1.1, 1 => col1, Makefile: *much* to my chagrin,
  some users have objected to the use of the 1-character names
  of the 1..9 scripts/links;  I'm capitulating and renaming them
  to col1..col9
* release-build: clean up bzr garbage
* wifi-status: fix license, quote text
* Makefile, q => system-search: rename the tool

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
URL="http://pastebin.com"
22
22
 
23
23
# Create a secure tempfile
24
 
u=$(umask)
25
 
umask 177
26
24
TEMP=$(mktemp)
27
 
umask "$u"
28
25
trap "rm -f $TEMP 2>/dev/null || true" EXIT HUP INT QUIT TERM
29
26
 
30
27
case "$PROG" in