Update of /cvsroot/nice/Nice/debian
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv11727/debian
Modified Files:
rules changelog
Added Files:
compat
Log Message:
Build using gij isntead of kaffe (which dumps core again...).
Fixed lintian warnings.
--- NEW FILE: compat ---
5
Index: rules
===================================================================
RCS file: /cvsroot/nice/Nice/debian/rules,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** rules 25 Nov 2007 20:06:50 -0000 1.15
--- rules 25 Nov 2007 21:50:23 -0000 1.16
***************
*** 6,12 ****
#export DH_VERBOSE=1
- # This is the debhelper compatability version to use.
- export DH_COMPAT=5
-
configure: configure-stamp
configure-stamp:
--- 6,9 ----
***************
*** 37,41 ****
# Add here commands to clean up after the build process.
! -$(MAKE) clean
dh_clean
--- 34,38 ----
# Add here commands to clean up after the build process.
! $(MAKE) clean
dh_clean
Index: changelog
===================================================================
RCS file: /cvsroot/nice/Nice/debian/changelog,v
retrieving revision 1.253
retrieving revision 1.254
diff -C2 -d -r1.253 -r1.254
*** changelog 25 Nov 2007 18:20:33 -0000 1.253
--- changelog 25 Nov 2007 21:50:23 -0000 1.254
***************
*** 3,6 ****
--- 3,9 ----
* New upstream version.
* Fixed debian/watch url (closes: #450164).
+ * Use gij instead of kaffe for building.
+ * Fixed lintian warnings debian-rules-ignores-make-clean-error and
+ debian-rules-sets-DH_COMPAT.
-- Daniel Bonniot <bo...@us...> Sun, 25 Nov 2007 19:19:11 +0100
|