[Pkg-nagios-changes] [SCM] Debian packaging for nagircbot branch, master, updated. e7ac6c3718738462479c5554e6eee19ef76298a7

John Morrissey jwm at horde.net
Wed Aug 24 17:33:10 UTC 2011


The following commit has been merged in the master branch:
commit e7ac6c3718738462479c5554e6eee19ef76298a7
Author: John Morrissey <jwm at horde.net>
Date:   Wed Aug 24 13:32:47 2011 -0400

    release 0.0.33-2 (newer standards version, really disable the debug build)
    
      * Bump Standards-Version to 3.9.2 (no changes necessary).
      * Really disable the debug build option this time.

diff --git a/debian/changelog b/debian/changelog
index 07caa9c..add24aa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-nagircbot (UNRELEASED) unstable; urgency=low
+nagircbot (0.0.33-2) unstable; urgency=low
 
   * Bump Standards-Version to 3.9.2 (no changes necessary).
+  * Really disable the debug build option this time.
 
- -- John Morrissey <jwm at horde.net>  UNRELEASED
+ -- John Morrissey <jwm at horde.net>  Wed, 24 Aug 2011 13:29:50 -0500
 
 nagircbot (0.0.33-1) unstable; urgency=low
 
diff --git a/debian/patches/debian-changes-0.0.33-2 b/debian/patches/debian-changes-0.0.33-2
new file mode 100644
index 0000000..a5691db
--- /dev/null
+++ b/debian/patches/debian-changes-0.0.33-2
@@ -0,0 +1,37 @@
+Description: Upstream changes introduced in version 0.0.33-2
+ This patch has been created by dpkg-source during the package build.
+ Here's the last changelog entry, hopefully it gives details on why
+ those changes were made:
+ .
+ nagircbot (0.0.33-2) unstable; urgency=low
+ .
+   * Bump Standards-Version to 3.9.2 (no changes necessary).
+   * Really disable the debug build option this time.
+ .
+ The person named in the Author field signed this changelog entry.
+Author: John Morrissey <jwm at horde.net>
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- nagircbot-0.0.33.orig/Makefile
++++ nagircbot-0.0.33/Makefile
+@@ -2,7 +2,7 @@
+ 
+ VERSION=0.0.33
+ 
+-DEBUG=-g -D_DEBUG #-fprofile-arcs -ftest-coverage #-pg -g
++DEBUG=-g #-D_DEBUG -fprofile-arcs -ftest-coverage #-pg -g
+ CXXFLAGS += -Wall -O2 -DVERSION=\"${VERSION}\" $(DEBUG)
+ CFLAGS += ${CXXFLAGS}
+ LDFLAGS += $(DEBUG) -lcrypto -lssl -lstdc++
diff --git a/debian/patches/series b/debian/patches/series
index 1730e0c..e692f7b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 10add-destdir-support
 20fix-non-debug-build
+debian-changes-0.0.33-2

-- 
Debian packaging for nagircbot



More information about the Pkg-nagios-changes mailing list