Browse Source

corrected debian build scripts, added Manifest.in

Helmut Pozimski 10 years ago
parent
commit
1ee9960988
3 changed files with 7 additions and 3 deletions
  1. 4 0
      MANIFEST.in
  2. 1 1
      debian/changelog
  3. 2 2
      debian/rules

+ 4 - 0
MANIFEST.in

@@ -0,0 +1,4 @@
+include LICENSE
+include Changelog
+include doc/*
+include initscript/*

+ 1 - 1
debian/changelog

@@ -2,4 +2,4 @@ stdd (0.9-1) unstable; urgency=low
 
   * Initial package built for stdd 0.9
 
- -- Helmut Pozimski <helmut@linux.intranet.helmut-pozimski.de>  Sun, 28 Jul 2013 21:57:15 +0200
+ -- Helmut Pozimski <helmut@pozimski.eu>  Sun, 28 Jul 2013 21:57:15 +0200

+ 2 - 2
debian/rules

@@ -4,8 +4,8 @@
 # Sun, 14 Apr 2013 00:45:09 +0200
 
 %:
-        dh $@ --with python2
+	dh $@ --with python2
 override_dh_auto_install:
-        python setup.py install --root=debian/stdd --install-layout=deb --install-lib=/usr/share/stov --install-scripts=/usr/share/stov
+	python setup.py install --root=debian/stdd --install-layout=deb --install-lib=/usr/share/stov --install-scripts=/usr/share/stov
 override_dh_auto_build: