r15395 - in /packages/unstable/libnotifymm: ./ debian/

manphiz-guest at users.alioth.debian.org manphiz-guest at users.alioth.debian.org
Tue Mar 25 13:55:42 UTC 2008


Author: manphiz-guest
Date: Tue Mar 25 13:55:41 2008
New Revision: 15395

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=15395
Log:
Initial import of libnotifymm

Added:
    packages/unstable/libnotifymm/
    packages/unstable/libnotifymm/debian/
    packages/unstable/libnotifymm/debian/changelog
    packages/unstable/libnotifymm/debian/compat
    packages/unstable/libnotifymm/debian/control
    packages/unstable/libnotifymm/debian/control.in
    packages/unstable/libnotifymm/debian/copyright
    packages/unstable/libnotifymm/debian/libnotifymm-1.0-7.install
    packages/unstable/libnotifymm/debian/libnotifymm-dev.install
    packages/unstable/libnotifymm/debian/libnotifymm-doc.doc-base.libnotifymm-reference
    packages/unstable/libnotifymm/debian/libnotifymm-doc.docs
    packages/unstable/libnotifymm/debian/libnotifymm-doc.examples
    packages/unstable/libnotifymm/debian/rules   (with props)
    packages/unstable/libnotifymm/debian/watch

Added: packages/unstable/libnotifymm/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libnotifymm/debian/changelog?rev=15395&op=file
==============================================================================
--- packages/unstable/libnotifymm/debian/changelog (added)
+++ packages/unstable/libnotifymm/debian/changelog Tue Mar 25 13:55:41 2008
@@ -1,0 +1,5 @@
+libnotifymm (0.6.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #472638)
+
+ -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Tue, 25 Mar 2008 21:43:01 +0800

Added: packages/unstable/libnotifymm/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libnotifymm/debian/compat?rev=15395&op=file
==============================================================================
--- packages/unstable/libnotifymm/debian/compat (added)
+++ packages/unstable/libnotifymm/debian/compat Tue Mar 25 13:55:41 2008
@@ -1,0 +1,1 @@
+6

Added: packages/unstable/libnotifymm/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libnotifymm/debian/control?rev=15395&op=file
==============================================================================
--- packages/unstable/libnotifymm/debian/control (added)
+++ packages/unstable/libnotifymm/debian/control Tue Mar 25 13:55:41 2008
@@ -1,0 +1,76 @@
+Source: libnotifymm
+Section: libs
+Priority: extra
+Maintainer: Deng Xiyue <manphiz-guest at users.alioth.debian.org>
+Uploaders: @GNOME_TEAM@
+DM-Upload-Allowed: yes
+Homepage: http://www.gtkmm.org/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libnotifymm
+Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/libnotifymm
+Build-Depends: cdbs (>= 0.4.51),
+               chrpath,
+               debhelper (>= 6),
+               gnome-pkg-tools (>= 0.11),
+               libglibmm-2.4-dev (>= 2.12.8),
+               libgtkmm-2.4-dev (>= 2.10),
+               libnotify-dev (>= 0.4.3)
+Standards-Version: 3.7.3
+
+Package: libnotifymm-1.0-7
+Section: libs
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
+Description: C++ binding for libnotify (shared libraries)
+ Libnotify is a library that sends desktop notifications to a
+ notification daemon, as defined in the Desktop Notifications spec.
+ Libnotifymm is the C++ binding for libnotify.
+ .
+ This package contains shared libraries.
+
+Package: libnotifymm-1.0-dbg
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         libnotifymm-1.0-7 (= ${binary:Version})
+Description: C++ binding for libnotify (debug symbols)
+ Libnotify is a library that sends desktop notifications to a
+ notification daemon, as defined in the Desktop Notifications spec.
+ Libnotifymm is the C++ binding for libnotify.
+ .
+ This package contains debug symbols for debugging programming using
+ libnotifymm.
+
+Package: libnotifymm-dev
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         libnotifymm-1.0-7 (= ${binary:Version}),
+         libglibmm-2.4-dev (>= 2.12.8),
+         libgtkmm-2.4-dev (>= 2.10),
+         libnotify-dev (>= 0.4.3)
+Suggests: libnotifymm-doc
+Description: C++ binding for libnotify (development files)
+ Libnotify is a library that sends desktop notifications to a
+ notification daemon, as defined in the Desktop Notifications spec.
+ Libnotifymm is the C++ binding for libnotify.
+ .
+ This package contains development files, as well as headers and
+ static library.
+
+Package: libnotifymm-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         doc-base,
+         lynx | www-browser
+Suggests: libnotifymm-dev
+Description: C++ binding for libnotify (documentation)
+ Libnotify is a library that sends desktop notifications to a
+ notification daemon, as defined in the Desktop Notifications spec.
+ Libnotifymm is the C++ binding for libnotify.
+ .
+ This package contains documentations.

Added: packages/unstable/libnotifymm/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libnotifymm/debian/control.in?rev=15395&op=file
==============================================================================
--- packages/unstable/libnotifymm/debian/control.in (added)
+++ packages/unstable/libnotifymm/debian/control.in Tue Mar 25 13:55:41 2008
@@ -1,0 +1,76 @@
+Source: libnotifymm
+Section: libs
+Priority: extra
+Maintainer: Deng Xiyue <manphiz-guest at users.alioth.debian.org>
+Uploaders: @GNOME_TEAM@
+DM-Upload-Allowed: yes
+Homepage: http://www.gtkmm.org/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libnotifymm
+Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/libnotifymm
+Build-Depends: cdbs (>= 0.4.51),
+               chrpath,
+               debhelper (>= 6),
+               gnome-pkg-tools (>= 0.11),
+               libglibmm-2.4-dev (>= 2.12.8),
+               libgtkmm-2.4-dev (>= 2.10),
+               libnotify-dev (>= 0.4.3)
+Standards-Version: 3.7.3
+
+Package: libnotifymm-1.0-7
+Section: libs
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
+Description: C++ binding for libnotify (shared libraries)
+ Libnotify is a library that sends desktop notifications to a
+ notification daemon, as defined in the Desktop Notifications spec.
+ Libnotifymm is the C++ binding for libnotify.
+ .
+ This package contains shared libraries.
+
+Package: libnotifymm-1.0-dbg
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         libnotifymm-1.0-7 (= ${binary:Version})
+Description: C++ binding for libnotify (debug symbols)
+ Libnotify is a library that sends desktop notifications to a
+ notification daemon, as defined in the Desktop Notifications spec.
+ Libnotifymm is the C++ binding for libnotify.
+ .
+ This package contains debug symbols for debugging programming using
+ libnotifymm.
+
+Package: libnotifymm-dev
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         libnotifymm-1.0-7 (= ${binary:Version}),
+         libglibmm-2.4-dev (>= 2.12.8),
+         libgtkmm-2.4-dev (>= 2.10),
+         libnotify-dev (>= 0.4.3)
+Suggests: libnotifymm-doc
+Description: C++ binding for libnotify (development files)
+ Libnotify is a library that sends desktop notifications to a
+ notification daemon, as defined in the Desktop Notifications spec.
+ Libnotifymm is the C++ binding for libnotify.
+ .
+ This package contains development files, as well as headers and
+ static library.
+
+Package: libnotifymm-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         doc-base,
+         lynx | www-browser
+Suggests: libnotifymm-dev
+Description: C++ binding for libnotify (documentation)
+ Libnotify is a library that sends desktop notifications to a
+ notification daemon, as defined in the Desktop Notifications spec.
+ Libnotifymm is the C++ binding for libnotify.
+ .
+ This package contains documentations.

Added: packages/unstable/libnotifymm/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libnotifymm/debian/copyright?rev=15395&op=file
==============================================================================
--- packages/unstable/libnotifymm/debian/copyright (added)
+++ packages/unstable/libnotifymm/debian/copyright Tue Mar 25 13:55:41 2008
@@ -1,0 +1,68 @@
+This package was debianized by Deng Xiyue <manphiz-guest at users.alioth.debian.org> on
+Tue, 25 Mar 2008 20:10:43 +0800.
+
+It was downloaded from <http://download.gnome.org/sources/libnotifymm/>
+
+Upstream Author(s): 
+
+    Johannes Schmid  <johannes.schmid at openismus.com>
+    Murray Cumming  <murrayc at murrayc.com>
+
+Copyright: 
+
+    Copyright (C) 2003-2007 libnotifymm Development Team
+
+./examples/action/test-window.h
+./examples/action/test-window.cc
+
+    Copyright (C) 2007 Johannes Schmid <jhs at gnome.org>
+
+License:
+
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Library General Public
+    License as published by the Free Software Foundation; either
+    version 2 of the License, or (at your option) any later version.
+
+    This library is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Library General Public License for more details.
+
+    You should have received a copy of the GNU Library General Public
+    License along with this library; if not, write to the Free
+    Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
+On Debian systems, the complete text of the GNU Lesser General
+Public License can be found in `/usr/share/common-licenses/LGPL'.
+
+The Debian packaging is (C) 2008, Deng Xiyue <manphiz-guest at users.alioth.debian.org> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+
+./examples/server-info/main.cc
+./examples/update/main.cc
+./examples/status-icon/main.cc
+./examples/basic/main.cc
+./examples/widget/test-window.h
+./examples/widget/test-window.cc
+./examples/widget/main.cc
+./examples/action/test-window.h
+./examples/action/test-window.cc
+./examples/action/main.cc
+
+    This package is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This package is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this package; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.

Added: packages/unstable/libnotifymm/debian/libnotifymm-1.0-7.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libnotifymm/debian/libnotifymm-1.0-7.install?rev=15395&op=file
==============================================================================
--- packages/unstable/libnotifymm/debian/libnotifymm-1.0-7.install (added)
+++ packages/unstable/libnotifymm/debian/libnotifymm-1.0-7.install Tue Mar 25 13:55:41 2008
@@ -1,0 +1,1 @@
+usr/lib/lib*.so.*

Added: packages/unstable/libnotifymm/debian/libnotifymm-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libnotifymm/debian/libnotifymm-dev.install?rev=15395&op=file
==============================================================================
--- packages/unstable/libnotifymm/debian/libnotifymm-dev.install (added)
+++ packages/unstable/libnotifymm/debian/libnotifymm-dev.install Tue Mar 25 13:55:41 2008
@@ -1,0 +1,5 @@
+usr/include
+usr/lib/libnotifymm-1.0
+usr/lib/lib*.a
+usr/lib/lib*.so
+usr/lib/pkgconfig

Added: packages/unstable/libnotifymm/debian/libnotifymm-doc.doc-base.libnotifymm-reference
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libnotifymm/debian/libnotifymm-doc.doc-base.libnotifymm-reference?rev=15395&op=file
==============================================================================
--- packages/unstable/libnotifymm/debian/libnotifymm-doc.doc-base.libnotifymm-reference (added)
+++ packages/unstable/libnotifymm/debian/libnotifymm-doc.doc-base.libnotifymm-reference Tue Mar 25 13:55:41 2008
@@ -1,0 +1,9 @@
+Document: libnotifymm-reference
+Title: libnotifymm reference
+Author: Doxygen
+Abstract: Reference manual for libnotifymm, the C++ binding for libnotify
+Section: Programming/C++
+
+Format: HTML
+Index: /usr/share/doc/libnotifymm-doc/docs/html/index.html
+Files: /usr/share/doc/libnotifymm-doc/docs/html/*.html

Added: packages/unstable/libnotifymm/debian/libnotifymm-doc.docs
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libnotifymm/debian/libnotifymm-doc.docs?rev=15395&op=file
==============================================================================
--- packages/unstable/libnotifymm/debian/libnotifymm-doc.docs (added)
+++ packages/unstable/libnotifymm/debian/libnotifymm-doc.docs Tue Mar 25 13:55:41 2008
@@ -1,0 +1,2 @@
+AUTHOR
+docs

Added: packages/unstable/libnotifymm/debian/libnotifymm-doc.examples
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libnotifymm/debian/libnotifymm-doc.examples?rev=15395&op=file
==============================================================================
--- packages/unstable/libnotifymm/debian/libnotifymm-doc.examples (added)
+++ packages/unstable/libnotifymm/debian/libnotifymm-doc.examples Tue Mar 25 13:55:41 2008
@@ -1,0 +1,1 @@
+examples/*

Added: packages/unstable/libnotifymm/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libnotifymm/debian/rules?rev=15395&op=file
==============================================================================
--- packages/unstable/libnotifymm/debian/rules (added)
+++ packages/unstable/libnotifymm/debian/rules Tue Mar 25 13:55:41 2008
@@ -1,0 +1,22 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/rules/utils.mk
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
+-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+
+SHARED_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libnotifymm-[0-9\.]+-[0-9]+)[[:space:]]*$$/\1/p' debian/control)
+DOC_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libnotifymm-doc)[[:space:]]*$$/\1/p' debian/control)
+SHVER := 0.6.0
+
+DEB_CONFIGURE_EXTRA_FLAGS += --enable-static
+DEB_DH_INSTALL_SOURCEDIR := debian/tmp
+DEB_DH_MAKESHLIBS_ARGS_$(SHARED_PKG) += -V"$(SHARED_PKG) (>= $(SHVER))"
+DEB_INSTALL_DOC_ALL += -XMakefile -XDoxyfile
+DEB_INSTALL_EXAMPLES_$(DOC_PKG) += -XMakefile -X.deps -X.libs -X.o
+
+# chrpath hack to get rid of amd64 rpath
+common-install-impl::
+	chrpath -d $(DEB_DH_INSTALL_SOURCEDIR)/usr/lib/*.so*

Propchange: packages/unstable/libnotifymm/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/unstable/libnotifymm/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libnotifymm/debian/watch?rev=15395&op=file
==============================================================================
--- packages/unstable/libnotifymm/debian/watch (added)
+++ packages/unstable/libnotifymm/debian/watch Tue Mar 25 13:55:41 2008
@@ -1,0 +1,4 @@
+version=3
+
+http://download.gnome.org/sources/libnotifymm \
+        libnotifymm-([\d\.]+)\.tar\.gz




More information about the pkg-gnome-commits mailing list