[Pkg-cli-libs-commits] r3778 - in /packages/libanculus-sharp/trunk/debian: changelog control installcligac rules
hanska-guest at users.alioth.debian.org
hanska-guest at users.alioth.debian.org
Mon Jun 16 07:26:21 UTC 2008
Author: hanska-guest
Date: Mon Jun 16 07:26:19 2008
New Revision: 3778
URL: http://svn.debian.org/wsvn/pkg-cli-libs/?sc=1&rev=3778
Log:
monodoc-anculus-manual almost working
Modified:
packages/libanculus-sharp/trunk/debian/changelog
packages/libanculus-sharp/trunk/debian/control
packages/libanculus-sharp/trunk/debian/installcligac
packages/libanculus-sharp/trunk/debian/rules
Modified: packages/libanculus-sharp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/libanculus-sharp/trunk/debian/changelog?rev=3778&op=diff
==============================================================================
--- packages/libanculus-sharp/trunk/debian/changelog (original)
+++ packages/libanculus-sharp/trunk/debian/changelog Mon Jun 16 07:26:19 2008
@@ -9,6 +9,8 @@
+ Vcs-* fields updated
- moved myself to Uploaders
- added Build-Depends on quilt
+ - added monodoc-anculus-manual package
+ + updated debian/rules
* debian/rules:
- using dh_installcligac to late-GAC install libraries (Closes: #485847)
- moving .pc files to "versioned" files (Closes: #485848)
@@ -19,7 +21,7 @@
- 01-fix_pkgconfig_pc.patch added, to fix .pc files pointing to
/usr/lib/cli/.
- -- David Paleino <d.paleino at gmail.com> Sun, 15 Jun 2008 21:14:06 +0200
+ -- David Paleino <d.paleino at gmail.com> Mon, 16 Jun 2008 09:24:58 +0200
libanculus-sharp (0.3.1-1) unstable; urgency=low
Modified: packages/libanculus-sharp/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/libanculus-sharp/trunk/debian/control?rev=3778&op=diff
==============================================================================
--- packages/libanculus-sharp/trunk/debian/control (original)
+++ packages/libanculus-sharp/trunk/debian/control Mon Jun 16 07:26:19 2008
@@ -15,6 +15,7 @@
Package: libanculus0.3-cil
Architecture: all
Depends: ${cli:Depends}
+Suggests: monodoc-anculus-manual
Description: utility library for CLI projects
"Anculus" means servant in Latin, and that is exactly what this library does.
It serves and helps you to easily and quickly write new applications.
@@ -27,4 +28,26 @@
- Translation support (Gettext)
- Logging (Console)
- Gui thread dispatching (Gtk-sharp, System.Windows.Forms)
- - Collections (sorted list)
+ - Collections (sorted list)
+ .
+ This package provides the libanculus-sharp assembly for CLI programs.
+
+Package: monodoc-anculus-manual
+Architecture: all
+Section: doc
+Depends: monodoc-manual
+Description: compiled XML documentation for libanculus-sharp
+ "Anculus" means servant in Latin, and that is exactly what this library does.
+ It serves and helps you to easily and quickly write new applications.
+ .
+ Features:
+ - XML Configuration files (primitive types, strings, serializable objects,
+ lists, arrays, ...)
+ - Sorting algorithms (quicksort, bubble sort)
+ - String Search algorithms (Boyer-Moore, Aho-Corasick)
+ - Translation support (Gettext)
+ - Logging (Console)
+ - Gui thread dispatching (Gtk-sharp, System.Windows.Forms)
+ - Collections (sorted list)
+ .
+ This package contains the compiled XML documentation for libanculus-sharp.
Modified: packages/libanculus-sharp/trunk/debian/installcligac
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/libanculus-sharp/trunk/debian/installcligac?rev=3778&op=diff
==============================================================================
--- packages/libanculus-sharp/trunk/debian/installcligac (original)
+++ packages/libanculus-sharp/trunk/debian/installcligac Mon Jun 16 07:26:19 2008
@@ -1,3 +1,3 @@
-/usr/lib/cli/libanculus-sharp/Anculus.Gui.dll
-/usr/lib/cli/libanculus-sharp/Anculus.Core.dll
-/usr/lib/cli/libanculus-sharp/Anculus.Core.Extended.dll
+/usr/lib/cli/anculus-sharp-0.3/Anculus.Gui.dll
+/usr/lib/cli/anculus-sharp-0.3/Anculus.Core.dll
+/usr/lib/cli/anculus-sharp-0.3/Anculus.Core.Extended.dll
Modified: packages/libanculus-sharp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/libanculus-sharp/trunk/debian/rules?rev=3778&op=diff
==============================================================================
--- packages/libanculus-sharp/trunk/debian/rules (original)
+++ packages/libanculus-sharp/trunk/debian/rules Mon Jun 16 07:26:19 2008
@@ -32,8 +32,6 @@
-rm -rf auom4te.cache/
-rm -rf aclocal.m4 configure install-sh missing
find $(CURDIR) -name "Makefile.in" -delete
- -rm -rf $(CURDIR)/docs/sources/libanculus-sharp.tree
- -rm -rf $(CURDIR)/docs/sources/libanculus-sharp.zip
dh_clean
@@ -49,7 +47,7 @@
for i in $(DEST)/usr/lib/pkgconfig/*.pc; \
do mv -- $$i `dirname $$i`/`basename $$i .pc`-0.3.pc; \
done
- mv $(DEST)/usr/lib/libanculus-sharp $(DEST)/usr/lib/cli/
+ mv $(DEST)/usr/lib/libanculus-sharp $(DEST)/usr/lib/cli/anculus-sharp-0.3
binary-arch: build install
binary-indep: build install
More information about the Pkg-cli-libs-commits
mailing list