[Pkg-irc-commits] r266 - in /packages/inspircd12/trunk/debian: changelog control patches/01_fix_root

asciitxt-guest at users.alioth.debian.org asciitxt-guest at users.alioth.debian.org
Wed Jul 14 23:44:16 UTC 2010


Author: asciitxt-guest
Date: Wed Jul 14 23:44:16 2010
New Revision: 266

URL: http://svn.debian.org/wsvn/pkg-irc/?sc=1&rev=266
Log:
fix my fix for check-root bump standards version

Modified:
    packages/inspircd12/trunk/debian/changelog
    packages/inspircd12/trunk/debian/control
    packages/inspircd12/trunk/debian/patches/01_fix_root

Modified: packages/inspircd12/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-irc/packages/inspircd12/trunk/debian/changelog?rev=266&op=diff
==============================================================================
--- packages/inspircd12/trunk/debian/changelog (original)
+++ packages/inspircd12/trunk/debian/changelog Wed Jul 14 23:44:16 2010
@@ -41,8 +41,9 @@
   * debian/patches:
   	+ Drop 01_destdir_package upstream merge
   	+ Add 01_fix_root (disables upstream check-root target for buildd) 
+  * Standards version bump no changes 
 
- -- Matt Arnold <mattarnold5 at gmail.com>  Wed, 14 Jul 2010 19:00:07 -0400
+ -- Matt Arnold <mattarnold5 at gmail.com>  Wed, 14 Jul 2010 19:42:41 -0400
 
 inspircd (1.2.4-1) UNRELEASED; urgency=low
 

Modified: packages/inspircd12/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-irc/packages/inspircd12/trunk/debian/control?rev=266&op=diff
==============================================================================
--- packages/inspircd12/trunk/debian/control (original)
+++ packages/inspircd12/trunk/debian/control Wed Jul 14 23:44:16 2010
@@ -1,5 +1,4 @@
 # $Id$
-
 Source: inspircd
 Section: net
 Priority: optional
@@ -11,7 +10,7 @@
   Bradley Smith <bradsmith at debian.org>,
   Guillaume Delacour <gui at iroqwa.org>
 Build-Depends: debhelper (>= 7), perl-modules, libgnutls-dev, pkg-config, libldap2-dev, libpcre3-dev, libmysqlclient-dev, libpq-dev, libsqlite3-dev, libssl-dev, zlib1g-dev, libgeoip-dev, libtre-dev
-Standards-Version: 3.8.4
+Standards-Version: 3.9.0
 Homepage: http://www.inspircd.org/
 Vcs-Svn: svn://svn.debian.org/pkg-irc/packages/inspircd/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-irc/packages/inspircd/trunk/

Modified: packages/inspircd12/trunk/debian/patches/01_fix_root
URL: http://svn.debian.org/wsvn/pkg-irc/packages/inspircd12/trunk/debian/patches/01_fix_root?rev=266&op=diff
==============================================================================
--- packages/inspircd12/trunk/debian/patches/01_fix_root (original)
+++ packages/inspircd12/trunk/debian/patches/01_fix_root Wed Jul 14 23:44:16 2010
@@ -1,13 +1,31 @@
 Index: inspircd-1.2.7+dfsg/.Makefile.inc
 ===================================================================
---- inspircd-1.2.7+dfsg.orig/.Makefile.inc	2010-07-14 18:55:38.000000000 -0400
-+++ inspircd-1.2.7+dfsg/.Makefile.inc	2010-07-14 18:55:55.000000000 -0400
-@@ -52,8 +52,6 @@
+--- inspircd-1.2.7+dfsg.orig/.Makefile.inc	2010-07-14 19:14:53.000000000 -0400
++++ inspircd-1.2.7+dfsg/.Makefile.inc	2010-07-14 19:17:42.000000000 -0400
+@@ -52,10 +52,8 @@
  debug:
  	@${MAKE} D=1 all
  
 -check-root:
 -	@if [ `id -u` = 0 ] && [ ! -e .force-root-ok ]; then echo "Don't compile or install as root!"; exit 1; fi
  
- debug-header: check-root
+-debug-header: check-root
++debug-header:
  	@echo "*************************************"
+ 	@echo "*    BUILDING WITH DEBUG SYMBOLS    *"
+ 	@echo "*                                   *"
+@@ -69,7 +67,7 @@
+ 	@echo "*                                   *"
+ 	@echo "*************************************"
+ 
+-std-header: check-root
++std-header: 
+ 	@echo "*************************************"
+ 	@echo "*       BUILDING INSPIRCD           *"
+ 	@echo "*                                   *"
+@@ -170,4 +168,4 @@
+ 	@echo ' deinstall Removes the files created by "make install"'
+ 	@echo
+ 
+-.PHONY: all help debug debug-header std-header ircd mods finishmessage install module clean modclean deinstall squeakyclean configureclean
++.PHONY: all help debug debug-header std-header ircd mods finishmessage install module clean modclean deinstall squeakyclean configureclean  




More information about the Pkg-irc-commits mailing list