[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

branches/work/icecream-make-it-cool/debian



SVN commit 579838 by mueller:

some merge with trunk. 


 M  +24 -9     changelog  
 M  +6 -2      control  
 M  +12 -2     rules  


--- branches/work/icecream-make-it-cool/debian/changelog #579837:579838
@@ -1,16 +1,31 @@
-icecc (0.7.6-1) unstable; urgency=low
+icecc (0.7.7-1) UNRELEASED; urgency=low
 
   * New upstream version.
+  * Added NEWS, README and TODO to the package.
 
+ -- Andre Woebbeking <Woebbeking@web.de>  Sat, 26 Aug 2006 11:59:51 +0200
+
+icecc (0.7.6-2) UNRELEASED; urgency=low
+
+  * add missing dependencies: docbook2x, sharutils
+  * added dependency on kdelibs-data because it contains kdex.dtd
+  * fixed location from which the package expects to get manpages' sources
+
+ -- Eddy Petrişor <eddy.petrisor@gmail.com>  Wed, 19 Jul 2006 17:35:28 +0300
+
+icecc (0.7.6-1) UNRELEASED; urgency=low
+
+  * New upstream version.
+
  -- Andre Woebbeking <Woebbeking@web.de>  Sun, 16 Jul 2006 19:52:23 +0200
 
-icecc (0.7.5-1) unstable; urgency=low
+icecc (0.7.5-1) UNRELEASED; urgency=low
 
   * New upstream version.
 
  -- Andre Woebbeking <Woebbeking@web.de>  Wen, 12 Jul 2006 21:11:42 +0200
 
-icecc (0.7.4-1) unstable; urgency=low
+icecc (0.7.4-1) UNRELEASED; urgency=low
 
   * New upstream version.
 
@@ -18,7 +33,7 @@
 
  -- Andre Woebbeking <Woebbeking@web.de>  Sun, 09 Jul 2006 10:01:12 +0200
 
-icecc (0.7.3-4) unstable; urgency=low
+icecc (0.7.3-4) UNRELEASED; urgency=low
 
   * Also create a group icecc for the user icecc.
 
@@ -26,7 +41,7 @@
 
  -- Andre Woebbeking <Woebbeking@web.de>  Mon, 03 Jul 2006 23:50:12 +0200
 
-icecc (0.7.3-3) unstable; urgency=low
+icecc (0.7.3-3) UNRELEASED; urgency=low
 
   * Create libicecc-dev package.
 
@@ -34,13 +49,13 @@
 
  -- Andre Woebbeking <Woebbeking@web.de>  Sun, 02 Jul 2006 19:00:51 +0200
 
-icecc (0.7.3-2) unstable; urgency=low
+icecc (0.7.3-2) UNRELEASED; urgency=low
 
   * Made icecc --build-native work.
 
  -- Andre Woebbeking <Woebbeking@web.de>  Sat, 01 Jul 2006 21:30:51 +0200
 
-icecc (0.7.3-1) unstable; urgency=low
+icecc (0.7.3-1) UNRELEASED; urgency=low
 
   * New upstream version with new protocol (changed in 0.7.0).
 
@@ -48,13 +63,13 @@
 
  -- Andre Woebbeking <Woebbeking@web.de>  Sat, 01 Jul 2006 20:36:15 +0200
 
-icecc (0.6.1-1) unstable; urgency=low
+icecc (0.6.1-1) UNRELEASED; urgency=low
 
   * It still builds at the new location so just bump the version number.
 
  -- Andre Woebbeking <Woebbeking@web.de>  Sat, 29 Apr 2006 20:36:15 +0200
 
-icecc (0.6-1) unstable; urgency=low
+icecc (0.6-1) UNRELEASED; urgency=low
 
   * Initial Release.
 
--- branches/work/icecream-make-it-cool/debian/control #579837:579838
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Andre Woebbeking <Woebbeking@web.de>
 Uploaders:
-Build-Depends: automake1.9, debhelper (>> 5.0.0), libtool
-Standards-Version: 3.6.1.0
+Build-Depends: automake1.9, debhelper (>> 5.0.0), libtool, docbook2x, sharutils, kdelibs-data
+Standards-Version: 3.7.2
 
 Package: icecc
 Architecture: any
@@ -20,6 +20,8 @@
  the same libraries or header files installed.
  .
  This package is part of the KDE Software Development Kit.
+ .
+  Homepage: http://en.opensuse.org/Icecream
 
 Package: libicecc-dev
 Architecture: any
@@ -34,3 +36,5 @@
  the same libraries or header files installed.
  .
  This package provides files which are necessary to build icecc-monitor.
+ .
+  Homepage: http://en.opensuse.org/Icecream
--- branches/work/icecream-make-it-cool/debian/rules #579837:579838
@@ -54,6 +54,12 @@
 	cd $(objdir) && \
 	 ../configure $(configkde)
 
+	# add the dtd
+	cp /usr/share/apps/ksgmltools2/customization/dtd/kdex.dtd doc/
+
+	# prepare terain for documantation building
+	mkdir -p debian/man/
+
 	touch configure-stamp
 
 #Architecture
@@ -67,8 +73,8 @@
 	$(MAKE)
 
 	# generate manpages
-	for i in debian/man/*.docbook; do \
-		docbook2x-man $$i; \
+	for i in doc/*.docbook; do \
+		(cd debian/man && docbook2x-man ../../$$i); \
 	done
 
 	touch build-arch-stamp
@@ -106,6 +112,10 @@
 	# Remove build tree
 	rm -rf $(objdir)
 
+	# Remove documentation build place and build cruft
+	rm -fr debian/man
+	rm -fr doc/kdex.dtd
+
 	# if Makefile exists run distclean
 	if test -f Makefile; then \
 		$(MAKE) distclean; \



Reply to: