[Pkg-nagios-changes] [pkg-nagios] r980 - nagios2/trunk/debian
Marc Haber
zugschlus at costa.debian.org
Wed Aug 16 09:08:44 UTC 2006
Author: zugschlus
Date: 2006-08-16 09:08:42 +0000 (Wed, 16 Aug 2006)
New Revision: 980
Modified:
nagios2/trunk/debian/changelog
nagios2/trunk/debian/rules
Log:
* make p1.pl executeable to make lintian happy
Modified: nagios2/trunk/debian/changelog
===================================================================
--- nagios2/trunk/debian/changelog 2006-08-16 08:26:43 UTC (rev 979)
+++ nagios2/trunk/debian/changelog 2006-08-16 09:08:42 UTC (rev 980)
@@ -11,6 +11,7 @@
Thanks to Christian Perrier. (mh) Closes: #371200
* Add dh_perl invocation to debian/rules
* Add #!/usr/bin/perl to p1.pl to properly generate perl dependency.
+ * make p1.pl executeable to make lintian happy
* Fix totally mixed up Section: and Priority: for binary packages.
* Fix path to debian.png in example extinfo file.
Thanks to Peter Schwindt. Closes: #355552
@@ -19,7 +20,7 @@
* New Czech (cs) translation.
Thanks to Martin Šín. Closes: #382924
- -- Marc Haber <mh+debian-packages at zugschlus.de> Wed, 16 Aug 2006 08:26:26 +0000
+ -- Marc Haber <mh+debian-packages at zugschlus.de> Wed, 16 Aug 2006 09:07:29 +0000
nagios2 (2.4-1) unstable; urgency=low
Modified: nagios2/trunk/debian/rules
===================================================================
--- nagios2/trunk/debian/rules 2006-08-16 08:26:43 UTC (rev 979)
+++ nagios2/trunk/debian/rules 2006-08-16 09:08:42 UTC (rev 980)
@@ -145,6 +145,7 @@
mv ${b}/nagios2/usr/sbin/nagios ${b}/nagios2/usr/sbin/nagios2
mv ${b}/nagios2/usr/sbin/nagiostats ${b}/nagios2/usr/sbin/nagios2stats
mv ${b}/nagios2/usr/sbin/p1.pl ${b}/nagios2/usr/lib/nagios2/p1.pl
+ chmod 755 ${b}/nagios2/usr/lib/nagios2/p1.pl
dh_installdocs -i
dh_installman -a -pnagios2
dh_installchangelogs -i
More information about the Pkg-nagios-changes
mailing list