r7149 - packages/trunk/libclaw/debian

Julien Jorge j-jorge-guest at alioth.debian.org
Thu May 22 06:54:07 UTC 2008


Author: j-jorge-guest
Date: 2008-05-22 06:54:07 +0000 (Thu, 22 May 2008)
New Revision: 7149

Modified:
   packages/trunk/libclaw/debian/control
   packages/trunk/libclaw/debian/libclaw-dev.install
   packages/trunk/libclaw/debian/rules
Log:
- Remove the .pc directory in the clean rule.
- Installation of the CMake module is independent of the version of CMake.
- Minor changes in the short descriptions of control.

Modified: packages/trunk/libclaw/debian/control
===================================================================
--- packages/trunk/libclaw/debian/control	2008-05-21 21:51:03 UTC (rev 7148)
+++ packages/trunk/libclaw/debian/control	2008-05-22 06:54:07 UTC (rev 7149)
@@ -2,7 +2,7 @@
 Section: devel
 Priority: extra
 Maintainer: Julien Jorge <julien_jorge at yahoo.fr>
-Build-Depends: quilt, docbook-to-man, debhelper (>= 5), cmake (>= 2.4.7),
+Build-Depends: quilt, docbook-to-man, debhelper (>= 5), cmake (>= 2.4),
  libjpeg62-dev (>= 6b-11), libpng12-dev (>= 1.2.8), doxygen (>= 1.5)
 Standards-Version: 3.7.3
 
@@ -61,7 +61,7 @@
 Architecture: any
 Depends: ${shlibs:Depends}, libclaw-logger1 (= ${binary:Version})
 Homepage: http://libclaw.sourceforge.net/
-Description: A set of classes to ease the initialisation of the program
+Description: Set of classes to ease the initialisation of the program
  Part of the libclaw library.
  .
  This library is intended to help to manage the arguments of your program, with
@@ -74,7 +74,7 @@
  libclaw-application1 (= ${binary:Version}),
  libclaw-logger-dev (= ${binary:Version})
 Homepage: http://libclaw.sourceforge.net/
-Description: A set of classes to ease the initialisation of the program
+Description: Set of classes to ease the initialisation of the program
  Part of the libclaw library.
  .
  This library is intended to help to manage the arguments of your program, with
@@ -85,7 +85,7 @@
 Architecture: any
 Depends: ${shlibs:Depends}
 Homepage: http://libclaw.sourceforge.net/
-Description: A class to process configuration files
+Description: Class to process configuration files
  Part of the libclaw library.
  .
  This library is intended to help to read configutation files divided in
@@ -97,7 +97,7 @@
 Depends: libclaw-dev (= ${binary:Version}),
  libclaw-configuration-file1 (= ${binary:Version})
 Homepage: http://libclaw.sourceforge.net/
-Description: A class to process configuration files
+Description: Class to process configuration files
  Part of the libclaw library.
  .
  This library is intended to help to read configutation files divided in
@@ -108,7 +108,7 @@
 Architecture: any
 Depends: ${shlibs:Depends}
 Homepage: http://libclaw.sourceforge.net/
-Description: A class to easy the manipulation of dynamic libraries
+Description: Class to easy the manipulation of dynamic libraries
  Part of the libclaw library.
  .
  This library is intended to ease the use or dynamic libraries: loading,
@@ -120,7 +120,7 @@
 Depends: libclaw-dev (= ${binary:Version}),
  libclaw-dynamic-library1 (= ${binary:Version})
 Homepage: http://libclaw.sourceforge.net/
-Description: A class to easy the manipulation of dynamic libraries
+Description: Class to easy the manipulation of dynamic libraries
  Part of the libclaw library.
  .
  This library is intended to ease the use or dynamic libraries: loading,
@@ -131,7 +131,7 @@
 Architecture: any
 Depends: ${shlibs:Depends}
 Homepage: http://libclaw.sourceforge.net/
-Description: A set of classes for image manipulation
+Description: Set of classes for image manipulation
  Part of the libclaw library.
  .
  This library is intended to offer an easy way to deal with images, with read
@@ -144,7 +144,7 @@
  libclaw-graphic1 (= ${binary:Version}), libjpeg62-dev (>= 6b-11),
  libpng12-dev (>= 1.2.8)
 Homepage: http://libclaw.sourceforge.net/
-Description: A set of classes for image manipulation
+Description: Set of classes for image manipulation
  Part of the libclaw library.
  .
  This library is intended to offer an easy way to deal with images, with read
@@ -155,7 +155,7 @@
 Architecture: any
 Depends: ${shlibs:Depends}
 Homepage: http://libclaw.sourceforge.net/
-Description: A flexible log system
+Description: Flexible log system
  Part of the libclaw library.
  .
  This library provides a log system allowing several level of log and
@@ -167,7 +167,7 @@
 Depends: libclaw-dev (= ${binary:Version}),
  libclaw-logger1 (= ${binary:Version})
 Homepage: http://libclaw.sourceforge.net/
-Description: A flexible log system
+Description: Flexible log system
  Part of the libclaw library.
  .
  This library provides a log system allowing several level of log and
@@ -178,7 +178,7 @@
 Architecture: any
 Depends: ${shlibs:Depends}
 Homepage: http://libclaw.sourceforge.net/
-Description: A C++ standard stream interface to Unix sockets
+Description: C++ standard stream interface for Unix sockets
  Part of the libclaw library.
  .
  This library provides a C++ standard stream interface to Unix sockets.
@@ -188,7 +188,7 @@
 Architecture: any
 Depends: libclaw-dev (= ${binary:Version}), libclaw-net1 (= ${binary:Version})
 Homepage: http://libclaw.sourceforge.net/
-Description: A C++ standard stream interface to Unix sockets
+Description: C++ standard stream interface for Unix sockets
  Part of the libclaw library.
  .
  This library provides a C++ standard stream interface to Unix sockets.

Modified: packages/trunk/libclaw/debian/libclaw-dev.install
===================================================================
--- packages/trunk/libclaw/debian/libclaw-dev.install	2008-05-21 21:51:03 UTC (rev 7148)
+++ packages/trunk/libclaw/debian/libclaw-dev.install	2008-05-22 06:54:07 UTC (rev 7149)
@@ -70,4 +70,4 @@
 debian/tmp/usr/include/claw/tree.hpp usr/include/claw
 
 debian/tmp/usr/bin/* usr/bin
-debian/tmp/usr/share/cmake-*/Modules/* usr/share/cmake-*/Modules
+debian/tmp/usr/share/cmake-* usr/share/

Modified: packages/trunk/libclaw/debian/rules
===================================================================
--- packages/trunk/libclaw/debian/rules	2008-05-21 21:51:03 UTC (rev 7148)
+++ packages/trunk/libclaw/debian/rules	2008-05-22 06:54:07 UTC (rev 7149)
@@ -46,6 +46,7 @@
 	rm -f build-stamp configure-stamp
 	rm -fr $(BUILD_TREE)
 	rm -f debian/claw-config.1
+	rm -fr .pc
 	dh_clean 
 
 install: build




More information about the Pkg-games-commits mailing list