~ubuntu-branches/ubuntu/saucy/postnews/saucy

« back to all changes in this revision

Viewing changes to debian/patches/Correct_shabang_line.patch

  • Committer: Package Import Robot
  • Author(s): Robert James Clay
  • Date: 2013-05-09 13:24:18 UTC
  • Revision ID: package-import@ubuntu.com-20130509132418-nd0914yfbw9h6ja0
Tags: 0.5.3-4
* New Maintainer. (Closes: #693232)
* Rewrite debian/copyright according to DEP-5.
* Add a debian/watch file to the packaging.
* Changes to debian/control:
  - Update Standards-Version to 3.9.4.
  - Add a Homepage entry for Postnews.
  - Add '${misc:Depends}' to the package Depends. 
  - Set Robert James Clay <jame@rocasa.us> as package Maintainer.
  - Update debhelper Build-Depends to be '>= 8.0.0'.
* Changes to debian/rules:
  - Correct 'dh_clean -k' to 'dh_prep' in install target.
  - Add the missing build-arch and build-indep targets.
* Update debhelper compatibility in debian/compat to '8'.
* Explicitly set Debian source format as 3.0 (quilt).
* Add the file debian/patches/Correct_shabang_line.patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Correct shabang line in postnews script.
 
2
 The postnews script uses '#!/usr/bin/env python' but Debian Python Policy
 
3
 advises to use the standard '#!/usr/bin/python path. Correct shabang line.
 
4
Author: Robert James Clay <jame@rocasa.us>
 
5
Origin: vendor
 
6
Last-Update: 2013-04-13
 
7
 
 
8
--- postnews-0.5.3.orig/postnews
 
9
+++ postnews-0.5.3/postnews
 
10
@@ -1,4 +1,4 @@
 
11
-#!/usr/bin/env python
 
12
+#!/usr/bin/python
 
13
 
 
14
 # postnews 0.5.3 - post a usenet article
 
15
 #