[devscripts] 01/01: Remove spaces from shebang line.

Benjamin Drung bdrung at moszumanska.debian.org
Thu Nov 21 10:55:41 UTC 2013


This is an automated email from the git hooks/post-receive script.

bdrung pushed a commit to branch master
in repository devscripts.

commit 9e9f2112f7560ac67ed9714f4493280d675c5b4e
Author: Benjamin Drung <bdrung at debian.org>
Date:   Thu Nov 21 11:55:22 2013 +0100

    Remove spaces from shebang line.
---
 scripts/annotate-output.sh    |    2 +-
 scripts/archpath.sh           |    2 +-
 scripts/bts.pl                |    2 +-
 scripts/checkbashisms.pl      |    2 +-
 scripts/cowpoke.sh            |    4 ++--
 scripts/cvs-debi.sh           |    2 +-
 scripts/cvs-debrelease.sh     |    2 +-
 scripts/cvs-debuild.pl        |    2 +-
 scripts/debchange.pl          |    2 +-
 scripts/debclean.sh           |    2 +-
 scripts/debdiff.pl            |    2 +-
 scripts/debi.pl               |    2 +-
 scripts/debpkg.pl             |    2 +-
 scripts/debrelease.sh         |    2 +-
 scripts/debrsign.sh           |    2 +-
 scripts/debsign.sh            |    2 +-
 scripts/dep3changelog.pl      |    2 +-
 scripts/desktop2menu.pl       |    2 +-
 scripts/dpkg-depcheck.pl      |    2 +-
 scripts/dpkg-genbuilddeps.sh  |    2 +-
 scripts/dscverify.pl          |    2 +-
 scripts/grep-excuses.pl       |    2 +-
 scripts/mass-bug.pl           |    2 +-
 scripts/mergechanges.sh       |    2 +-
 scripts/nmudiff.sh            |    2 +-
 scripts/plotchangelog.pl      |    2 +-
 scripts/pts-subscribe.sh      |    2 +-
 scripts/tagpending.pl         |    2 +-
 scripts/uscan.pl              |    2 +-
 scripts/uupdate.sh            |    2 +-
 scripts/who-permits-upload.pl |    2 +-
 scripts/who-uploads.sh        |    2 +-
 scripts/whodepends.sh         |    2 +-
 scripts/wnpp-alert.sh         |    2 +-
 scripts/wnpp-check.sh         |    2 +-
 35 files changed, 36 insertions(+), 36 deletions(-)

diff --git a/scripts/annotate-output.sh b/scripts/annotate-output.sh
index 9da1ecf..1edc238 100755
--- a/scripts/annotate-output.sh
+++ b/scripts/annotate-output.sh
@@ -1,4 +1,4 @@
-#! /bin/bash
+#!/bin/bash
 # this script was downloaded from:
 # http://jeroen.a-eskwadraat.nl/sw/annotate
 # and is part of devscripts ###VERSION###
diff --git a/scripts/archpath.sh b/scripts/archpath.sh
index 54e8da3..4770c98 100755
--- a/scripts/archpath.sh
+++ b/scripts/archpath.sh
@@ -1,4 +1,4 @@
-#! /bin/bash -e
+#!/bin/bash -e
 
 # Output arch (tla/Bazaar) archive names, with support for branches
 
diff --git a/scripts/bts.pl b/scripts/bts.pl
index cc9bba8..ba4929f 100755
--- a/scripts/bts.pl
+++ b/scripts/bts.pl
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#!/usr/bin/perl -w
 
 # bts: This program provides a convenient interface to the Debian
 # Bug Tracking System.
diff --git a/scripts/checkbashisms.pl b/scripts/checkbashisms.pl
index 9e53808..81fbaba 100755
--- a/scripts/checkbashisms.pl
+++ b/scripts/checkbashisms.pl
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#!/usr/bin/perl -w
 
 # This script is essentially copied from /usr/share/lintian/checks/scripts,
 # which is:
diff --git a/scripts/cowpoke.sh b/scripts/cowpoke.sh
index 050362d..303d74d 100755
--- a/scripts/cowpoke.sh
+++ b/scripts/cowpoke.sh
@@ -1,4 +1,4 @@
-#! /bin/bash
+#!/bin/bash
 # Simple shell script for driving a remote cowbuilder via ssh
 #
 # Copyright(C) 2007, 2008, 2009, Ron <ron at debian.org>
@@ -216,7 +216,7 @@ DATE="$(date +%Y%m%d 2>/dev/null)"
 
 
 cat > "$REMOTE_SCRIPT" <<-EOF
-	#! /bin/bash
+	#!/bin/bash
 	# cowpoke generated remote worker script.
 	# Normally this should have been deleted already, you can safely remove it now.
 
diff --git a/scripts/cvs-debi.sh b/scripts/cvs-debi.sh
index 08ba45b..6c6a3bc 100755
--- a/scripts/cvs-debi.sh
+++ b/scripts/cvs-debi.sh
@@ -1,4 +1,4 @@
-#! /bin/bash -e
+#!/bin/bash -e
 
 # cvs-debi:  Install current version of deb package
 # cvs-debc:  List contents of current version of deb package
diff --git a/scripts/cvs-debrelease.sh b/scripts/cvs-debrelease.sh
index 63c3868..06b153e 100755
--- a/scripts/cvs-debrelease.sh
+++ b/scripts/cvs-debrelease.sh
@@ -1,4 +1,4 @@
-#! /bin/bash -e
+#!/bin/bash -e
 
 # cvs-debrelease: Call dupload/dput to upload package built with
 #                 cvs-buildpackage or cvs-debuild
diff --git a/scripts/cvs-debuild.pl b/scripts/cvs-debuild.pl
index 17f00d2..7657762 100755
--- a/scripts/cvs-debuild.pl
+++ b/scripts/cvs-debuild.pl
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#!/usr/bin/perl -w
 
 # A wrapper for cvs-buildpackage to use debuild, still giving access
 # to all of debuild's functionality.
diff --git a/scripts/debchange.pl b/scripts/debchange.pl
index 452bc1f..b1fb0aa 100755
--- a/scripts/debchange.pl
+++ b/scripts/debchange.pl
@@ -1,4 +1,4 @@
-#! /usr/bin/perl
+#!/usr/bin/perl
 
 # debchange: update the debian changelog using your favorite visual editor
 # For options, see the usage message below.
diff --git a/scripts/debclean.sh b/scripts/debclean.sh
index fa82018..f17a63b 100755
--- a/scripts/debclean.sh
+++ b/scripts/debclean.sh
@@ -1,4 +1,4 @@
-#! /bin/bash
+#!/bin/bash
 
 PROGNAME=`basename $0`
 MODIFIED_CONF_MSG='Default settings modified by devscripts configuration files:'
diff --git a/scripts/debdiff.pl b/scripts/debdiff.pl
index 57f7a77..6dde323 100755
--- a/scripts/debdiff.pl
+++ b/scripts/debdiff.pl
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#!/usr/bin/perl -w
 
 # Original shell script version:
 # Copyright 1998,1999 Yann Dirson <dirson at debian.org>
diff --git a/scripts/debi.pl b/scripts/debi.pl
index c2d44b2..de0afd9 100755
--- a/scripts/debi.pl
+++ b/scripts/debi.pl
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#!/usr/bin/perl -w
 
 # debi:  Install current version of deb package
 # debc:  List contents of current version of deb package
diff --git a/scripts/debpkg.pl b/scripts/debpkg.pl
index 8bf057b..b6c4996 100755
--- a/scripts/debpkg.pl
+++ b/scripts/debpkg.pl
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#!/usr/bin/perl -w
 
 # Perl version of Christoph Lameter's debpkg program.
 # Written by Julian Gilbey, December 1998.
diff --git a/scripts/debrelease.sh b/scripts/debrelease.sh
index 29a6002..d567dcb 100755
--- a/scripts/debrelease.sh
+++ b/scripts/debrelease.sh
@@ -1,4 +1,4 @@
-#! /bin/bash
+#!/bin/bash
 
 # debrelease: a devscripts wrapper around dupload/dput which calls
 #             dupload/dput with the correct .changes file as parameter.
diff --git a/scripts/debrsign.sh b/scripts/debrsign.sh
index 2073ec0..77a5e2a 100755
--- a/scripts/debrsign.sh
+++ b/scripts/debrsign.sh
@@ -1,4 +1,4 @@
-#! /bin/bash
+#!/bin/bash
 
 # This program is used to REMOTELY sign a .dsc and .changes file
 # pair in the form needed for a legal Debian upload.  It is based on
diff --git a/scripts/debsign.sh b/scripts/debsign.sh
index f2ebe65..672e1a8 100755
--- a/scripts/debsign.sh
+++ b/scripts/debsign.sh
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
 
 # This program is designed to GPG sign a .dsc and .changes file pair
 # in the form needed for a legal Debian upload.  It is based in part
diff --git a/scripts/dep3changelog.pl b/scripts/dep3changelog.pl
index 8f1fe5a..c1a1753 100755
--- a/scripts/dep3changelog.pl
+++ b/scripts/dep3changelog.pl
@@ -1,4 +1,4 @@
-#! /usr/bin/perl
+#!/usr/bin/perl
 
 # dep3changelog: extract a DEP3 patch header from the named file and
 # automatically update debian/changelog with a suitable entry
diff --git a/scripts/desktop2menu.pl b/scripts/desktop2menu.pl
index cb1b644..f97551d 100755
--- a/scripts/desktop2menu.pl
+++ b/scripts/desktop2menu.pl
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#!/usr/bin/perl -w
 
 # desktop2menu: This program generates a skeleton menu file from a
 # freedesktop.org desktop file
diff --git a/scripts/dpkg-depcheck.pl b/scripts/dpkg-depcheck.pl
index cbb0a25..6701790 100755
--- a/scripts/dpkg-depcheck.pl
+++ b/scripts/dpkg-depcheck.pl
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#!/usr/bin/perl -w
 
 # Copyright Bill Allombert <ballombe at debian.org> 2001.
 # Modifications copyright 2002-2005 Julian Gilbey <jdg at debian.org>
diff --git a/scripts/dpkg-genbuilddeps.sh b/scripts/dpkg-genbuilddeps.sh
index 858cade..9721830 100755
--- a/scripts/dpkg-genbuilddeps.sh
+++ b/scripts/dpkg-genbuilddeps.sh
@@ -1,4 +1,4 @@
-#! /bin/bash -e
+#!/bin/bash -e
 
 PROGNAME=`basename $0`
 
diff --git a/scripts/dscverify.pl b/scripts/dscverify.pl
index a7be631..74fa900 100755
--- a/scripts/dscverify.pl
+++ b/scripts/dscverify.pl
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#!/usr/bin/perl -w
 
 # This program takes .changes or .dsc files as arguments and verifies
 # that they're properly signed by a Debian developer, and that the local
diff --git a/scripts/grep-excuses.pl b/scripts/grep-excuses.pl
index 81f18fa..3ddcdec 100755
--- a/scripts/grep-excuses.pl
+++ b/scripts/grep-excuses.pl
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#!/usr/bin/perl -w
 # Grep debian testing excuses file.
 #
 # Copyright 2002 Joey Hess <joeyh at debian.org>
diff --git a/scripts/mass-bug.pl b/scripts/mass-bug.pl
index bf9d0e6..ad0fa20 100755
--- a/scripts/mass-bug.pl
+++ b/scripts/mass-bug.pl
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#!/usr/bin/perl -w
 
 # mass-bug: mass-file a bug report against a list of packages
 # For options, see the usage message below.
diff --git a/scripts/mergechanges.sh b/scripts/mergechanges.sh
index 37d4796..d590d5f 100755
--- a/scripts/mergechanges.sh
+++ b/scripts/mergechanges.sh
@@ -1,4 +1,4 @@
-#! /bin/bash
+#!/bin/bash
 ##
 ## mergechanges -- merge Architecture: and Files: fields of a set of .changes
 ## Copyright 2002 Gergely Nagy <algernon at debian.org>
diff --git a/scripts/nmudiff.sh b/scripts/nmudiff.sh
index d205cc5..dc827a1 100755
--- a/scripts/nmudiff.sh
+++ b/scripts/nmudiff.sh
@@ -1,4 +1,4 @@
-#! /bin/bash
+#!/bin/bash
 # Copyright 2006 by Steinar H. Gunderson
 #
 # This program is free software; you can redistribute it and/or modify
diff --git a/scripts/plotchangelog.pl b/scripts/plotchangelog.pl
index 64c8cfd..e9d8c84 100755
--- a/scripts/plotchangelog.pl
+++ b/scripts/plotchangelog.pl
@@ -1,4 +1,4 @@
-#! /usr/bin/perl
+#!/usr/bin/perl
 #
 # Plot the history of a debian package from the changelog, displaying
 # when each release of the package occurred, and who made each release.
diff --git a/scripts/pts-subscribe.sh b/scripts/pts-subscribe.sh
index 8daf597..829ae77 100755
--- a/scripts/pts-subscribe.sh
+++ b/scripts/pts-subscribe.sh
@@ -1,4 +1,4 @@
-#! /bin/bash
+#!/bin/bash
 set -e
 
 # Subscribe to the PTS for a specified package for a limited length of time
diff --git a/scripts/tagpending.pl b/scripts/tagpending.pl
index 43a6164..19e7fbc 100755
--- a/scripts/tagpending.pl
+++ b/scripts/tagpending.pl
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#!/usr/bin/perl -w
 #
 # tagpending: Parse a Debian changelog for a list of bugs closed
 # and tag any that are not already pending as such.
diff --git a/scripts/uscan.pl b/scripts/uscan.pl
index d80baaa..a77385a 100755
--- a/scripts/uscan.pl
+++ b/scripts/uscan.pl
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#!/usr/bin/perl -w
 # -*- tab-width: 8; indent-tabs-mode: t; cperl-indent-level: 4 -*-
 
 # uscan: This program looks for watchfiles and checks upstream ftp sites
diff --git a/scripts/uupdate.sh b/scripts/uupdate.sh
index c2faa83..7bc36da 100755
--- a/scripts/uupdate.sh
+++ b/scripts/uupdate.sh
@@ -1,4 +1,4 @@
-#! /bin/bash
+#!/bin/bash
 #
 # Upgrade an existing package
 # Christoph Lameter, December 24, 1996
diff --git a/scripts/who-permits-upload.pl b/scripts/who-permits-upload.pl
index 2b0c3cd..70361a0 100755
--- a/scripts/who-permits-upload.pl
+++ b/scripts/who-permits-upload.pl
@@ -1,4 +1,4 @@
-#! /usr/bin/perl
+#!/usr/bin/perl
 
 # who-permits-upload - Retrieve permissions granted to Debian Maintainers (DM)
 # Copyright (C) 2012 Arno Töll <arno at debian.org>
diff --git a/scripts/who-uploads.sh b/scripts/who-uploads.sh
index 3ab229d..5955ae3 100755
--- a/scripts/who-uploads.sh
+++ b/scripts/who-uploads.sh
@@ -1,4 +1,4 @@
-#! /bin/bash
+#!/bin/bash
 
 # who-uploads sourcepkg [ sourcepkg ... ]
 # Tells you who made the latest uploads of a source package.
diff --git a/scripts/whodepends.sh b/scripts/whodepends.sh
index a9b12ef..1262276 100755
--- a/scripts/whodepends.sh
+++ b/scripts/whodepends.sh
@@ -1,4 +1,4 @@
-#! /bin/bash -e
+#!/bin/bash -e
 # whodepends - show maintainers a package depends upon
 # by Moshe Zadka <moshez at debian.org> and
 # modified by Joshua Kwan <joshk at triplehelix.org>
diff --git a/scripts/wnpp-alert.sh b/scripts/wnpp-alert.sh
index 66905fe..8832aed 100755
--- a/scripts/wnpp-alert.sh
+++ b/scripts/wnpp-alert.sh
@@ -1,4 +1,4 @@
-#! /bin/bash -e
+#!/bin/bash -e
 
 # wnpp-alert -- check for installed packages which have been orphaned
 #               or put up for adoption
diff --git a/scripts/wnpp-check.sh b/scripts/wnpp-check.sh
index fbf2b6e..5870484 100755
--- a/scripts/wnpp-check.sh
+++ b/scripts/wnpp-check.sh
@@ -1,4 +1,4 @@
-#! /bin/bash -e
+#!/bin/bash -e
 
 # wnpp-check -- check for software being packaged or requested
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git



More information about the devscripts-devel mailing list