Browse Source

Changed debian/control and debian/rules to be more lintian clean

Helmut Pozimski 11 years ago
parent
commit
9a1b9b5289
7 changed files with 35 additions and 3 deletions
  1. 1 0
      CHANGELOG
  2. 1 0
      TODO
  3. 1 0
      debian/changelog
  4. 7 3
      debian/control
  5. 21 0
      debian/copyright
  6. 1 0
      debian/rules
  7. 3 0
      debian/watch

+ 1 - 0
CHANGELOG

@@ -4,6 +4,7 @@
 * Set dependency to python >= 2.6 in debian/control
 * Fixed package internal import for python 3.x
 * Locales are now build in debian/rules when creating the package
+* Changed debian/control and debian/rules to be more lintian clean
  
 0.5
 ----

+ 1 - 0
TODO

@@ -2,3 +2,4 @@ TODOs for 0.6:
 
 *Rework and correct strings
 *Make the debian package lintian clean
+*Add a proper man page

+ 1 - 0
debian/changelog

@@ -3,6 +3,7 @@ stov (0.6.1wip-1) stable; urgency=low
   * Changed minimal python version in debian/control to 2.6
   * Fixed package internal import for python 3.x
   * Locales are now build in debian/rules when creating the package
+  * Changed debian/control and debian/rules to be more lintian clean
 
  -- Helmut Pozimski <helmut@pozimski.eu>  Sun, 14 Apr 2013 23:31:23 +0200
 

+ 7 - 3
debian/control

@@ -1,15 +1,19 @@
 Source: stov
 XS-Python-Version: >= 2.6
 Maintainer: Helmut Pozimski <helmut@pozimski.eu>
+Homepage: https://dev.intranet.helmut-pozimski.de/stov
 Section: python
 Priority: optional
 Build-Depends: python (>= 2.6), debhelper (>= 7.4.3), gettext
-Standards-Version: 3.9.1
+Standards-Version: 3.9.4
 
 Package: stov
 Architecture: all
 Depends: ${misc:Depends}, python (>= 2.6)
 XB-Python-Version: ${python:Versions}
-Description: a program to subscribe to videos on youtube
- stov is a program which allows you to subscribe to channels, playlists and search results on youtube. You don't need a youtube account for the program to work since it uses read-only access to the youtube API. You can for example run it as a cron job to automatically download your favourite videos.
+Description: tool to subscribe to videos on youtube
+ program which allows you to subscribe to channels, playlists and search
+ results on youtube. You don't need a youtube account for the program to
+ work since it uses read-only access to the youtube API. You can for example
+ run it as a cron job to automatically download your favourite videos.
 

+ 21 - 0
debian/copyright

@@ -0,0 +1,21 @@
+Copyright:
+
+    Copyright (C) 2012-2013 Helmut Pozimski <helmut@pozimski.eu>
+
+License:
+
+    This package 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 2 of the License.
+
+    This package 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 package; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'.

+ 1 - 0
debian/rules

@@ -9,4 +9,5 @@ override_dh_auto_install:
 	python setup.py install --root=debian/stov --install-layout=deb --install-lib=/usr/share/stov --install-scripts=/usr/share/stov --install-data=/usr
 	msgfmt locale/de/LC_MESSAGES/stov.po --output-file debian/stov/usr/share/locale/de/LC_MESSAGES/stov.mo
 	msgfmt locale/en/LC_MESSAGES/stov.po --output-file debian/stov/usr/share/locale/en/LC_MESSAGES/stov.mo
+	mkdir -p debian/stov/usr/share/doc/stov; cp debian/copyright debian/stov/usr/share/doc/stov/
 override_dh_auto_build:

+ 3 - 0
debian/watch

@@ -0,0 +1,3 @@
+version=3
+
+This project does not currently have a website which could be automatically tracked. However, since the debian package is maintained by the upstream author, no tracking is needed.