[libnotifymm] Add basic DOAP file, and update packaging for 0.6.2 release.



commit 8c1a2592619e3febc2ec36d46981cf217a2035b6
Author: David King <davidk openismus com>
Date:   Tue May 5 10:26:39 2009 +0200

    Add basic DOAP file, and update packaging for 0.6.2 release.
    
    * libnotifymm.doap: Add basic DOAP file for 0.6.2 release.
    * debian/[changelog|control]: Update for 0.6.2 release.
---
 ChangeLog        |    7 +++++++
 debian/changelog |   12 ++++++++++++
 debian/control   |    4 ++--
 debian/files     |    2 --
 libnotifymm.doap |   25 +++++++++++++++++++++++++
 5 files changed, 46 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index ba108e9..851ee99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+0.6.2:
+
+2009-05-05  David King  <davidk openismus com>
+
+	* libnotifymm.doap: Add basic DOAP file for 0.6.2 release.
+	* debian/[changelog|control]: Update for 0.6.2 release.
+
 2009-03-24  Daniel Elstner  <danielk openismus com>
 
 	* configure.ac (LIBNOTIFYMM_MICRO_VERSION): Bump to 0.6.2.
diff --git a/debian/changelog b/debian/changelog
index 820553a..86da2e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+libnotifymm (0.6.2-1) unstable; urgency=low
+
+  * Update for 0.6.2 tarball release.
+
+ -- David King <davidk openismus com>  Tue, 05 May 2009 10:39:57 +0200
+
+libnotifymm (0.6.2-0) unstable; urgency=low
+
+  * New upstream release, packaged for Maemo fremantle.
+
+ -- David King <davidk openismus com>  Thu, 19 Mar 2009 17:36:57 +0100
+
 libnotifymm (0.6.0-1) unstable; urgency=low
 
   *  Fixed .install files and removed .dirs
diff --git a/debian/control b/debian/control
index ca7767d..03916f7 100644
--- a/debian/control
+++ b/debian/control
@@ -2,13 +2,13 @@ Source: libnotifymm
 Section: libs
 Priority: optional
 Maintainer: Bradley Bell <btb debian org>
-Build-Depends: debhelper (>= 4.0.0), libsigc++-2.0-dev (>= 2.0.16-2), libnotify-dev (>= 0.4.0) libglibmm-2.4-dev (>= 2.12.0), libgtkmm-2.4-dev (>= 2.10.0)
+Build-Depends: debhelper (>= 4.0.0), libsigc++-2.0-dev (>= 2.0.16-2), libnotify-dev (>= 0.4.3) libglibmm-2.4-dev (>= 2.12.8), libgtkmm-2.4-dev (>= 2.10.0)
 Standards-Version: 3.7.2
 
 Package: libnotifymm-dev
 Section: libdevel
 Architecture: any
-Depends: libnotifymm (= ${Source-Version}), libsigc++-2.0-dev (>= 2.0.16-2), libnotify-dev (>= 0.4.0) libgtkmm-2.4-dev (>= 2.10.0)
+Depends: libnotifymm (= ${Source-Version}), libsigc++-2.0-dev (>= 2.0.16-2), libnotify-dev (>= 0.4.3) libgtkmm-2.4-dev (>= 2.10.0)
 Suggests: 
 Description: C++ wrapper for libnotify (development files)
  This package contains development files, reference documentation, and
diff --git a/debian/files b/debian/files
deleted file mode 100644
index bfb2b9f..0000000
--- a/debian/files
+++ /dev/null
@@ -1,2 +0,0 @@
-libnotifymm-dev_0.6.0ubuntu1_armel.deb libdevel optional
-libnotifymm_0.6.0ubuntu1_armel.deb libs optional
diff --git a/libnotifymm.doap b/libnotifymm.doap
new file mode 100644
index 0000000..18757d3
--- /dev/null
+++ b/libnotifymm.doap
@@ -0,0 +1,25 @@
+<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+         xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#";
+         xmlns:foaf="http://xmlns.com/foaf/0.1/";
+         xmlns:gnome="http://api.gnome.org/doap-extensions#";
+         xmlns="http://usefulinc.com/ns/doap#";>
+
+  <name xml:lang="en">libnotifymm</name>
+  <shortdesc xml:lang="en">C++ wrappers for libnotify</shortdesc>
+  <homepage rdf:resource="http://git.gnome.org/cgit/libnotifymm/"; />
+  <mailing-list rdf:resource="mailto:gtkmm-list gnome org" />
+  <category rdf:resource="http://api.gnome.org/doap-extensions#bindings"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Murray Cumming</foaf:name>
+      <foaf:mbox rdf:resource="mailto:murrayc murrayc com" />
+      <gnome:userid>murrayc</gnome:userid>
+    </foaf:Person>
+    <foaf:Person>
+      <foaf:name>Johannes Schmid</foaf:name>
+      <foaf:mbox rdf:resource="mailto:jhs gnome org" />
+      <gnome:userid>jhs</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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