Drop debian/patches/0001-fix-upsmon-regression.patch, applied upstream
This commit is contained in:
parent
ce071bf6d9
commit
b5e16725fa
3 changed files with 2 additions and 17 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -7,10 +7,11 @@ nut (2.6.5-1) UNRELEASED; urgency=low
|
||||||
|
|
||||||
[ Laurent Bigonville ]
|
[ Laurent Bigonville ]
|
||||||
* New upstream release
|
* New upstream release
|
||||||
|
- Drop debian/patches/0001-fix-upsmon-regression.patch, applied upstream
|
||||||
* Follow multi-arch policy
|
* Follow multi-arch policy
|
||||||
* Install systemd .service files (Closes: #679450)
|
* 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
|
nut (2.6.4-2) unstable; urgency=low
|
||||||
|
|
||||||
|
|
15
debian/patches/0001-fix-upsmon-regression.patch
vendored
15
debian/patches/0001-fix-upsmon-regression.patch
vendored
|
@ -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) */
|
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -1,2 +1 @@
|
||||||
0001-fix-upsmon-regression.patch
|
|
||||||
0002-nut-monitor-paths.patch
|
0002-nut-monitor-paths.patch
|
||||||
|
|
Loading…
Reference in a new issue