Forráskód Böngészése

Add rules to build debian package

Helmut Pozimski 11 éve
szülő
commit
1ab8008bdd
6 módosított fájl, 33 hozzáadás és 0 törlés
  1. 5 0
      debian/changelog
  2. 2 0
      debian/compat
  3. 14 0
      debian/control
  4. 1 0
      debian/links
  5. 10 0
      debian/rules
  6. 1 0
      debian/source/format

+ 5 - 0
debian/changelog

@@ -0,0 +1,5 @@
+stov (0.5wip-1) unstable; urgency=low
+
+  * source package automatically created by stdeb 0.6.0+git
+
+ -- Helmut Pozimski <helmut@pozimski.eu>  Sun, 14 Apr 2013 00:45:09 +0200

+ 2 - 0
debian/compat

@@ -0,0 +1,2 @@
+7
+

+ 14 - 0
debian/control

@@ -0,0 +1,14 @@
+Source: stov
+X-Python-Version: >= 2.6
+Maintainer: Helmut Pozimski <helmut@pozimski.eu>
+Section: python
+Priority: optional
+Build-Depends: python (>= 2.6), debhelper (>= 7.4.3)
+Standards-Version: 3.9.1
+
+Package: stov
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: a program to subscribe to channels and users from youtube an
+ 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.
+

+ 1 - 0
debian/links

@@ -0,0 +1 @@
+/usr/share/stov/stov /usr/bin/stov

+ 10 - 0
debian/rules

@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+# This file was automatically generated by stdeb 0.6.0+git at
+# Sun, 14 Apr 2013 00:45:09 +0200
+
+%:
+        dh $@ --with python2
+override_dh_auto_install:
+	python setup.py install --root=debian/charm --install-layout=deb --install-lib=/usr/share/stov --install-scripts=/usr/share/stov --install-data=/usr
+override_dh_auto_build:

+ 1 - 0
debian/source/format

@@ -0,0 +1 @@
+3.0 (quilt)