[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

unblock weathermap4rrd



Greetings,

Please unblock weathermap4rrd 1.1.999+1.2rc3-2 which fixes #506719.
Diff is attached.

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD
diff -u weathermap4rrd-1.1.999+1.2rc3/debian/changelog weathermap4rrd-1.1.999+1.2rc3/debian/changelog
--- weathermap4rrd-1.1.999+1.2rc3/debian/changelog
+++ weathermap4rrd-1.1.999+1.2rc3/debian/changelog
@@ -1,3 +1,12 @@
+weathermap4rrd (1.1.999+1.2rc3-2) unstable; urgency=low
+
+  * Fix rrdtool version support (Closes: #506719)
+  * Bump standard version
+  * Set correct target for binary-indep in debian/rules
+  * Add copyright notice in debian/copyright
+
+ -- Julien Danjou <acid@debian.org>  Mon, 24 Nov 2008 10:18:09 +0100
+
 weathermap4rrd (1.1.999+1.2rc3-1) unstable; urgency=low
 
   * New upstream release
diff -u weathermap4rrd-1.1.999+1.2rc3/debian/control weathermap4rrd-1.1.999+1.2rc3/debian/control
--- weathermap4rrd-1.1.999+1.2rc3/debian/control
+++ weathermap4rrd-1.1.999+1.2rc3/debian/control
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Julien Danjou <acid@debian.org>
 Build-Depends: debhelper (>= 4.0.0), perl (>= 5.6)
-Standards-Version: 3.7.2
+Standards-Version: 3.8.0
 
 Package: weathermap4rrd
 Architecture: all
diff -u weathermap4rrd-1.1.999+1.2rc3/debian/rules weathermap4rrd-1.1.999+1.2rc3/debian/rules
--- weathermap4rrd-1.1.999+1.2rc3/debian/rules
+++ weathermap4rrd-1.1.999+1.2rc3/debian/rules
@@ -64,34 +64,22 @@
 
 
 # Build architecture-independent files here.
-binary-indep: build install
+binary-arch: build install
 # We have nothing to do by default.
 
 # Build architecture-dependent files here.
-binary-arch: build install
+binary-indep: build install
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs CHANGELOG
 	dh_installdocs
 	dh_installexamples
 	dh_install
-#	dh_installmenu
-#	dh_installdebconf	
-#	dh_installlogrotate
-#	dh_installemacsen
-#	dh_installpam
-#	dh_installmime
-#	dh_installinit
-#	dh_installcron
-#	dh_installinfo
-#	dh_installman
 	dh_link
 	dh_strip
 	dh_compress
 	dh_fixperms
 	dh_perl
-#	dh_python
-#	dh_makeshlibs
 	dh_installdeb
 	dh_shlibdeps
 	dh_gencontrol
diff -u weathermap4rrd-1.1.999+1.2rc3/debian/copyright weathermap4rrd-1.1.999+1.2rc3/debian/copyright
--- weathermap4rrd-1.1.999+1.2rc3/debian/copyright
+++ weathermap4rrd-1.1.999+1.2rc3/debian/copyright
@@ -7,6 +7,8 @@
 
 License:
 
+   Copyright (C) 2006 Alexandre Fontelle <afontelle@free.fr>
+
    This software 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 dated June, 1991.
only in patch2:
unchanged:
--- weathermap4rrd-1.1.999+1.2rc3.orig/weathermap
+++ weathermap4rrd-1.1.999+1.2rc3/weathermap
@@ -101,7 +101,7 @@
 		$DATE= RRDs::last "$data";
 		$version=&rrdtool_getversion();
 		print "RRDTool binary version detected : $version\n" if ($DEBUG);
-		if ($version=="1.2") {
+		if ($version=="1.2" || $version=="1.3") {
 			$DATE= $DATE-300;
 		}
 		print "No date specified, last value will be read : ".scalar localtime($DATE)."\n" if ($DEBUG);

Attachment: signature.asc
Description: Digital signature


Reply to: