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

Re: please unblock thinkfan 0.7.1-2



On Sat, Aug 14, 2010 at 01:03:45PM +0200, Evgeni Golov wrote:
> Dear RT,
> 
> please unblock thinkfan 0.7.1-2, so it can enter squeeze.
> The update fixes a grave bug (#592321 - missing init script) and adds 
> Vcs-* fields to debian/control. Diff is attached to this mail.

That was one y too fast in mutt, diff attached.

-- 
Bruce Schneier can read and understand Perl programs.
diff --git a/debian/changelog b/debian/changelog
index 4efd8f4..e3cae99 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+thinkfan (0.7.1-2) unstable; urgency=high
+
+  * debian/control:
+    + Add missing Vcs-* fields for Git.
+    + Standards-Version: 3.9.1
+  * debian/rules:
+    + Install upstreams init-scripts. (Closes: #592321)
+
+ -- Evgeni Golov <evgeni@debian.org>  Tue, 10 Aug 2010 11:55:10 +0200
+
 thinkfan (0.7.1-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index b0512be..6aa790e 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,10 @@ Section: misc
 Priority: extra
 Maintainer: Evgeni Golov <evgeni@debian.org>
 Build-Depends: debhelper (>= 7.0.50~)
-Standards-Version: 3.9.0
+Standards-Version: 3.9.1
 Homepage: http://sourceforge.net/projects/thinkfan/
+Vcs-Git: git://git.debian.org/users/evgeni/thinkfan.git
+Vcs-Browser: http://git.debian.org/?p=users/evgeni/thinkfan.git
 
 Package: thinkfan
 Architecture: any
diff --git a/debian/rules b/debian/rules
index 2d62e62..65653a2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,11 @@
 override_dh_auto_install:
 	install -D -m0755 thinkfan $(CURDIR)/debian/thinkfan/usr/sbin/thinkfan
 	install -D -m0644 thinkfan.conf.thinkpad $(CURDIR)/debian/thinkfan/etc/thinkfan.conf
+	install -D -m0755 rcscripts/thinkfan.init $(CURDIR)/debian/thinkfan/etc/init.d/thinkfan
+	install -D -m0644 rcscripts/thinkfan.default $(CURDIR)/debian/thinkfan/etc/default/thinkfan
 
 override_dh_auto_clean:
 	$(RM) -rf thinkfan *.o
+
+override_dh_installinit:
+	dh_installinit --onlyscripts

Reply to: