[hodie] 05/10: Import Debian changes 1.4-5

Christian T. Steigies cts at moszumanska.debian.org
Sat Nov 4 16:17:51 UTC 2017


This is an automated email from the git hooks/post-receive script.

cts pushed a commit to branch master
in repository hodie.

commit 92561d777f84bb25542403ce2e37eb00460bebb5
Author: Christian T. Steigies <cts at debian.org>
Date:   Sun Oct 29 12:09:38 2006 +0100

    Import Debian changes 1.4-5
    
    hodie (1.4-5) unstable; urgency=low
    
      * swap "Octobres" and "Novembres" in month_ack (closes: #392916)
      * updated Standards-Version to 3.7.1 (no changes)
      * update watch file to version 3
---
 date_to_roman.c  |  2 +-
 debian/changelog |  8 ++++++++
 debian/control   |  2 +-
 debian/watch     | 11 ++++++-----
 4 files changed, 16 insertions(+), 7 deletions(-)

diff --git a/date_to_roman.c b/date_to_roman.c
index e1b162d..25d84ac 100644
--- a/date_to_roman.c
+++ b/date_to_roman.c
@@ -38,8 +38,8 @@ static const char* month_ack[13]={"",
 				  "Iulias",
 				  "Augustas",
 				  "Septembres",
-				  "Novembres",
 				  "Octobres",
+				  "Novembres",
 				  "Decembres"};
 static const char* month_terse[13]={"",
 				    "Ian.",
diff --git a/debian/changelog b/debian/changelog
index 9f11ddc..7064d67 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+hodie (1.4-5) unstable; urgency=low
+
+  * swap "Octobres" and "Novembres" in month_ack (closes: #392916)
+  * updated Standards-Version to 3.7.1 (no changes)
+  * update watch file to version 3 
+
+ -- Christian T. Steigies <cts at debian.org>  Sun, 29 Oct 2006 12:09:38 +0100
+
 hodie (1.4-4) unstable; urgency=low
 
   * on request by upstream: 
diff --git a/debian/control b/debian/control
index 60c1bc9..60bbbcd 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: hodie
 Section: science
 Priority: optional
 Maintainer: Christian T. Steigies <cts at debian.org>
-Standards-Version: 3.6.2
+Standards-Version: 3.7.2
 Build-Depends: debhelper (>=4)
 
 Package: hodie
diff --git a/debian/watch b/debian/watch
index b9dc95e..4008ec6 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,6 +1,7 @@
-# format version number, currently 2; this line is compulsory!
-version=2
-#
-# Site          Directory               Pattern                 Version Script
-#http://mesh.dl.sourceforge.net/sourceforge/hodie/hodie-([\d\.]+)\.tar\.gz debian uupdate
+# format version number, currently 3; this line is compulsory!
+version=3
+
+# chokes on pre version
+#http://prdownloads.sourceforge.net/hodie/hodie-(.*)\.tar\.gz debian uupdate
+
 http://prdownloads.sourceforge.net/hodie/hodie-([\d\.]+)\.tar\.gz debian uupdate

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/hodie.git



More information about the debian-science-commits mailing list