fix release version
This commit is contained in:
parent
87edb050c2
commit
549ad2cc97
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -13,6 +13,7 @@ nagios-plugins (1.4.16~pre1-1) UNRELEASED; urgency=low
|
||||||
- 17_check_smtp_fix_duplicate_cert_message.dpatch
|
- 17_check_smtp_fix_duplicate_cert_message.dpatch
|
||||||
- 18_check_snmp_labels.dpatch
|
- 18_check_snmp_labels.dpatch
|
||||||
- 19_check_http_help.dpatch
|
- 19_check_http_help.dpatch
|
||||||
|
* Add 00_fix_release_version.dpatch to fix release version
|
||||||
|
|
||||||
-- Jan Wagner <waja@cyconet.org> Tue, 22 May 2012 21:07:50 +0200
|
-- Jan Wagner <waja@cyconet.org> Tue, 22 May 2012 21:07:50 +0200
|
||||||
|
|
||||||
|
|
12
debian/patches/00_fix_release_version.dpatch
vendored
Executable file
12
debian/patches/00_fix_release_version.dpatch
vendored
Executable file
|
@ -0,0 +1,12 @@
|
||||||
|
#! /bin/sh /usr/share/dpatch/dpatch-run
|
||||||
|
## 00_fix_release_version.dpatch by Jan Wagner <waja@cyconet.org>
|
||||||
|
##
|
||||||
|
## DP: Fix release version
|
||||||
|
|
||||||
|
@DPATCH@
|
||||||
|
diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' nagios-plugins-1.4.16~pre1~/release nagios-plugins-1.4.16~pre1/release
|
||||||
|
--- nagios-plugins-1.4.16~pre1~/release 2012-06-12 00:01:32.000000000 +0200
|
||||||
|
+++ nagios-plugins-1.4.16~pre1/release 2012-06-13 12:42:38.000000000 +0200
|
||||||
|
@@ -1 +1 @@
|
||||||
|
-1.4.15-59-ga80e
|
||||||
|
+1.4.16~pre1
|
1
debian/patches/00list
vendored
1
debian/patches/00list
vendored
|
@ -1,3 +1,4 @@
|
||||||
02_check_icmp_links.dpatch
|
02_check_icmp_links.dpatch
|
||||||
|
00_fix_release_version.dpatch
|
||||||
# commited upstream
|
# commited upstream
|
||||||
03_check_disk_smb_perfdata.dpatch
|
03_check_disk_smb_perfdata.dpatch
|
||||||
|
|
Loading…
Reference in a new issue