r23637 - in /desktop/unstable/mm-common: ./ debian/ debian/changelog debian/compat debian/control debian/control.in debian/copyright debian/rules debian/watch

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Fri Apr 9 11:25:23 UTC 2010


Author: slomo
Date: Fri Apr  9 11:25:22 2010
New Revision: 23637

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23637
Log:
* add initial mm-common package

Added:
    desktop/unstable/mm-common/
    desktop/unstable/mm-common/debian/
    desktop/unstable/mm-common/debian/changelog
    desktop/unstable/mm-common/debian/compat
    desktop/unstable/mm-common/debian/control
    desktop/unstable/mm-common/debian/control.in
    desktop/unstable/mm-common/debian/copyright
    desktop/unstable/mm-common/debian/rules   (with props)
    desktop/unstable/mm-common/debian/watch

Added: desktop/unstable/mm-common/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/mm-common/debian/changelog?rev=23637&op=file
==============================================================================
--- desktop/unstable/mm-common/debian/changelog (added)
+++ desktop/unstable/mm-common/debian/changelog [utf-8] Fri Apr  9 11:25:22 2010
@@ -1,0 +1,47 @@
+mm-common (0.9.2-1) unstable; urgency=low
+
+  * Initial upload to unstable.
+    Package based on the package by Daniel Elstner from
+    https://launchpad.net/~daniel-elstner/+archive/ppa
+
+ -- Sebastian Dröge <slomo at debian.org>  Fri, 09 Apr 2010 13:22:22 +0200
+
+mm-common (0.9.2-1~ppa1) lucid; urgency=low
+
+  * New upstream release.
+
+ -- Daniel Elstner <daniel.kitta at gmail.com>  Fri, 05 Feb 2010 23:04:20 +0200
+
+mm-common (0.9.1-1~ppa1) lucid; urgency=low
+
+  * New upstream release.
+    - skeletonmm source tree now installed as a tar archive
+      Added: override DEB_TARBALL to make CDBS ignore skeletonmm.tar.gz
+      Dropped: obsolete debian/mm-common.lintian-overrides
+      Removed: most dh_compress and dh_fixperms exceptions
+
+ -- Daniel Elstner <daniel.kitta at gmail.com>  Thu, 31 Dec 2009 17:27:59 +0100
+
+mm-common (0.9-1~revu3) lucid; urgency=low
+
+  * Mention GNOME in the package short description.
+  * Include upstream ChangeLog in the package.
+  * Simplify dh_compress exclusion list and exclude the autogen.sh in
+    the skeleton sources from dh_fixperms.
+  * Override Lintian warnings for the skeletonmm source tree.
+    Added: debian/mm-common.lintian-overrides
+
+ -- Daniel Elstner <daniel.kitta at gmail.com>  Mon, 28 Dec 2009 01:37:27 +0100
+
+mm-common (0.9-1~revu2) lucid; urgency=low
+
+  * Fix REVU warnings. (LP: #500596)
+    Added: debian/watch file.
+
+ -- Daniel Elstner <daniel.kitta at gmail.com>  Sat, 26 Dec 2009 21:08:23 +0100
+
+mm-common (0.9-1~ppa1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Daniel Elstner <daniel.kitta at gmail.com>  Sat, 26 Dec 2009 19:23:52 +0100

Added: desktop/unstable/mm-common/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/mm-common/debian/compat?rev=23637&op=file
==============================================================================
--- desktop/unstable/mm-common/debian/compat (added)
+++ desktop/unstable/mm-common/debian/compat [utf-8] Fri Apr  9 11:25:22 2010
@@ -1,0 +1,1 @@
+7

Added: desktop/unstable/mm-common/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/mm-common/debian/control?rev=23637&op=file
==============================================================================
--- desktop/unstable/mm-common/debian/control (added)
+++ desktop/unstable/mm-common/debian/control [utf-8] Fri Apr  9 11:25:22 2010
@@ -1,0 +1,37 @@
+# This file is autogenerated. DO NOT EDIT!
+# 
+# Modifications should be made to debian/control.in instead.
+# This file is regenerated automatically in the clean target.
+
+Source: mm-common
+Section: devel
+Priority: optional
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Uploaders: Sebastian Dröge <slomo at debian.org>
+Homepage: http://www.gtkmm.org/
+Build-Depends: cdbs (>= 0.4.51),
+               debhelper (>= 7)
+Standards-Version: 3.8.4
+
+Package: mm-common
+Architecture: all
+Depends: ${misc:Depends},
+         automake (>= 1.9) | automake1.11 | automake1.10 | automake1.9,
+         libtool (>= 1.5),
+         pkg-config (>= 0.20)
+Recommends: g++ | c++-compiler,
+            doxygen,
+            graphviz,
+            xsltproc
+Suggests: libglibmm-2.4-dev,
+          libsigc++-2.0-doc,
+          libglibmm-2.4-doc
+Description: Common build files of the GNOME C++ bindings
+ The mm-common module provides the build infrastructure and utilities
+ shared among the GNOME C++ binding libraries.  It is only a required
+ dependency for building the C++ bindings from the gnome.org version
+ control repository.  An installation of mm-common is not required for
+ building tarball releases, unless configured to use maintainer-mode.
+ .
+ The mm-common package also includes a snapshot of the Doxygen tag file
+ for the GNU C++ Library reference documentation.

Added: desktop/unstable/mm-common/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/mm-common/debian/control.in?rev=23637&op=file
==============================================================================
--- desktop/unstable/mm-common/debian/control.in (added)
+++ desktop/unstable/mm-common/debian/control.in [utf-8] Fri Apr  9 11:25:22 2010
@@ -1,0 +1,32 @@
+Source: mm-common
+Section: devel
+Priority: optional
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Uploaders: @GNOME_TEAM@
+Homepage: http://www.gtkmm.org/
+Build-Depends: cdbs (>= 0.4.51),
+               debhelper (>= 7)
+Standards-Version: 3.8.4
+
+Package: mm-common
+Architecture: all
+Depends: ${misc:Depends},
+         automake (>= 1.9) | automake1.11 | automake1.10 | automake1.9,
+         libtool (>= 1.5),
+         pkg-config (>= 0.20)
+Recommends: g++ | c++-compiler,
+            doxygen,
+            graphviz,
+            xsltproc
+Suggests: libglibmm-2.4-dev,
+          libsigc++-2.0-doc,
+          libglibmm-2.4-doc
+Description: Common build files of the GNOME C++ bindings
+ The mm-common module provides the build infrastructure and utilities
+ shared among the GNOME C++ binding libraries.  It is only a required
+ dependency for building the C++ bindings from the gnome.org version
+ control repository.  An installation of mm-common is not required for
+ building tarball releases, unless configured to use maintainer-mode.
+ .
+ The mm-common package also includes a snapshot of the Doxygen tag file
+ for the GNU C++ Library reference documentation.

Added: desktop/unstable/mm-common/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/mm-common/debian/copyright?rev=23637&op=file
==============================================================================
--- desktop/unstable/mm-common/debian/copyright (added)
+++ desktop/unstable/mm-common/debian/copyright [utf-8] Fri Apr  9 11:25:22 2010
@@ -1,0 +1,15 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=48
+Name: mm-common
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Source: http://download.gnome.org/sources/mm-common/
+
+Files: *
+Copyright: 2009, Openismus GmbH <http://www.openismus.com/>
+License: GPL-2+
+ This library 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.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ can be found in `/usr/share/common-licenses/GPL-2'.

Added: desktop/unstable/mm-common/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/mm-common/debian/rules?rev=23637&op=file
==============================================================================
--- desktop/unstable/mm-common/debian/rules (added)
+++ desktop/unstable/mm-common/debian/rules [utf-8] Fri Apr  9 11:25:22 2010
@@ -1,0 +1,9 @@
+#! /usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/class/gnome.mk
+include /usr/share/cdbs/1/rules/utils.mk
+include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
+-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+

Propchange: desktop/unstable/mm-common/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: desktop/unstable/mm-common/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/mm-common/debian/watch?rev=23637&op=file
==============================================================================
--- desktop/unstable/mm-common/debian/watch (added)
+++ desktop/unstable/mm-common/debian/watch [utf-8] Fri Apr  9 11:25:22 2010
@@ -1,0 +1,3 @@
+version=3
+
+http://download.gnome.org/sources/mm-common/(\d+\.\d+)/mm-common-([\d.]+)\.tar\.gz debian uuscan




More information about the pkg-gnome-commits mailing list