Drop debian/patches/0001-fix-upsmon-regression.patch, applied upstream

This commit is contained in:
Laurent Bigonville 2012-08-12 23:43:25 +02:00
parent ce071bf6d9
commit b5e16725fa
3 changed files with 2 additions and 17 deletions

3
debian/changelog vendored
View file

@ -7,10 +7,11 @@ nut (2.6.5-1) UNRELEASED; urgency=low
[ Laurent Bigonville ]
* New upstream release
- Drop debian/patches/0001-fix-upsmon-regression.patch, applied upstream
* Follow multi-arch policy
* Install systemd .service files (Closes: #679450)
-- Laurent Bigonville <bigon@debian.org> Sun, 12 Aug 2012 23:39:33 +0200
-- Laurent Bigonville <bigon@debian.org> Sun, 12 Aug 2012 23:43:02 +0200
nut (2.6.4-2) unstable; urgency=low

View file

@ -1,15 +0,0 @@
Description: Fix upsmon/upssched regression
Origin: upstream, http://trac.networkupstools.org/projects/nut/changeset/3670
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679513
Index: /trunk/clients/upssched.c
===================================================================
--- a/clients/upssched.c (revision 3555)
+++ b/clients/upssched.c (revision 3670)
@@ -695,5 +695,5 @@
pconf_encode(arg2, enc, sizeof(enc)));
- snprintfcat(enc, sizeof(enc), "%s\n", buf);
+ snprintf(enc, sizeof(enc), "%s\n", buf);
/* see if the parent needs to be started (and maybe start it) */

View file

@ -1,2 +1 @@
0001-fix-upsmon-regression.patch
0002-nut-monitor-paths.patch