Browse Source

Update Debian packaging and man page, release 0.9.1

Helmut Pozimski 10 years ago
parent
commit
5970f4e497
4 changed files with 60 additions and 2 deletions
  1. 52 0
      Changelog
  2. 6 0
      debian/changelog
  3. 1 1
      doc/stdd.1
  4. 1 1
      stdd

+ 52 - 0
Changelog

@@ -1,3 +1,55 @@
+2014-02-27  Helmut Pozimski  <helmut@pozimski.eu>
+
+	Fix unneeded space in process name, only write time to display when the minute changes and not every second
+
+2013-08-01  Helmut Pozimski  <helmut@pozimski.eu>
+
+	performed some coding style adjustments
+
+2013-08-01  Helmut Pozimski  <helmut@pozimski.eu>
+
+	corrected duplicate misc-depends and added python-depends instead
+
+2013-08-01  Helmut Pozimski  <helmut@pozimski.eu>
+
+	changed debian/rules to remove the .egg-info file before building the package
+
+2013-08-01  Helmut Pozimski  <helmut@pozimski.eu>
+
+	properly read the default file to set the user argument in the init script
+
+2013-07-28  Helmut Pozimski  <helmut@pozimski.eu>
+
+	am I drunk? Corrected path from stov to stdd in debian/rules
+
+2013-07-28  Helmut Pozimski  <helmut@pozimski.eu>
+
+	this time really corrected python-pcrtl (with r) dependency
+
+2013-07-28  Helmut Pozimski  <helmut@pozimski.eu>
+
+	corrected python-pctl dependency
+
+2013-07-28  Helmut Pozimski  <helmut@pozimski.eu>
+
+	corrected the debian build scripts to be more lintian clean
+
+2013-07-28  Helmut Pozimski  <helmut@pozimski.eu>
+
+	further improved the debian package build scripts
+
+2013-07-28  Helmut Pozimski  <helmut@pozimski.eu>
+
+	corrected debian build scripts, added Manifest.in
+
+2013-07-28  Helmut Pozimski  <helmut@pozimski.eu>
+
+	changed build scripts to create an unprivileged user and install the init script
+
+2013-07-28  Helmut Pozimski  <helmut@pozimski.eu>
+
+	added minimal debian build scripts
+
 2013-07-28  Helmut Pozimski  <helmut@pozimski.eu>
 
 	added version option to the man page

+ 6 - 0
debian/changelog

@@ -1,3 +1,9 @@
+stdd (0.9.1-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Helmut Pozimski <helmut@pozimski.eu>  Thu, 27 Feb 2014 23:15:00 +0100
+
 stdd (0.9-2) unstable; urgency=low
 
   * Changed init script to properly read /etc/default/stdd and switch user

+ 1 - 1
doc/stdd.1

@@ -1,4 +1,4 @@
-.TH STDD 1 "28 July, 2013" 0.9 stdd
+.TH STDD 1 "28 July, 2013" 0.9.1 stdd
 .SH NAME
 stdd \- a daemon to display the current time on a 7 segment display
 .SH SYNOPSIS

+ 1 - 1
stdd

@@ -2,7 +2,7 @@
 # -*- coding: utf8 -*-
 #
 # This file is part of stdd, the simple time display daemon,
-# written by Helmut Pozimski <helmut@pozimski.eu>,
+# written by Helmut Pozimski <helmut@pozimski.eu> 2013-2014,
 # licensed under the 3-clause BSD license
 
 import datetime