[Pkg-cli-libs-commits] [SCM] hyena branch, master, updated. debian/0.2-1-1-ge1f9510

Iain Lane laney at ubuntu.com
Tue Dec 1 19:32:54 UTC 2009


The following commit has been merged in the master branch:
commit e1f951033225d2ea9bfc22e548cd97f871c94663
Author: Iain Lane <laney at ubuntu.com>
Date:   Tue Dec 1 19:21:41 2009 +0000

    Create -dev package
    
    Create -dev package

debian/control, debian/libhyena-cil.install, debian/libhyena-cil-dev.install: Create -dev package containing pcfiles.

diff --git a/debian/changelog b/debian/changelog
index 544296d..bc0b45d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+hyena (0.2-2) UNRELEASED; urgency=low
+
+  * debian/control,
+    debian/libhyena-cil.install,
+    debian/libhyena-cil-dev.install: Create -dev package containing pcfiles.
+
+ -- Iain Lane <laney at ubuntu.com>  Tue, 01 Dec 2009 19:10:06 +0000
+
 hyena (0.2-1) unstable; urgency=low
 
   * Initial release (Closes: #542351)
diff --git a/debian/control b/debian/control
index 012c0d1..aad769c 100644
--- a/debian/control
+++ b/debian/control
@@ -39,6 +39,36 @@ Description: set of utility libraries for the CLI
   * Hyena.Query.Gui
   * Hyena.Widgets
 
+Package: libhyena-cil-dev
+Architecture: all
+Depends: libhyena-cil (= ${binary:Version}), ${misc:Depends}
+Replaces: libhyena-cil (<< 0.2-2)
+Description: set of utility libraries for the CLI - pkg-config files
+ Hyena is a set of utility Application Programing Interfaces (APIs) for the
+ Common Language Infrastructure (CLI), including both graphical and
+ non-graphical components.
+ .
+ Among the included namespaces in Hyena are:
+  * Hyena
+  * Hyena.Collections
+  * Hyena.CommandLine
+  * Hyena.Data
+  * Hyena.Jobs
+  * Hyena.Json
+  * Hyena.Query
+  * Hyena.SExpEngine
+  * Hyena.Data.Sqlite
+  * Hyena.Data.Gui
+  * Hyena.Gui
+  * Hyena.Gui.Dialogs
+  * Hyena.Gui.Theatrics
+  * Hyena.Gui.Theming
+  * Hyena.Query.Gui
+  * Hyena.Widgets
+ .
+ This package contains development files for the Hyena libraries, and should be
+ used for compilation
+
 Package: monodoc-hyena-manual
 Section: doc
 Architecture: all
diff --git a/debian/libhyena-cil-dev.install b/debian/libhyena-cil-dev.install
new file mode 100644
index 0000000..ac0f8ee
--- /dev/null
+++ b/debian/libhyena-cil-dev.install
@@ -0,0 +1 @@
+/usr/lib/pkgconfig/*
diff --git a/debian/libhyena-cil.install b/debian/libhyena-cil.install
index 0bf940b..24d7233 100644
--- a/debian/libhyena-cil.install
+++ b/debian/libhyena-cil.install
@@ -1 +1 @@
-/usr/lib
+/usr/lib/hyena/*

-- 
hyena



More information about the Pkg-cli-libs-commits mailing list