r41415 - /packages/unstable/gfbgraph/debian/

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Sat Apr 26 11:03:48 UTC 2014


Author: bigon
Date: Sat Apr 26 11:03:48 2014
New Revision: 41415

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=41415
Log:
* Add libgfbgraph-doc package to match what's existing in Ubuntu
* debian/control.in:
  - Use dh_autoreconf instead of autotools_dev
  - Fix GObject capitalisation in the descriptions
  - Add missing ${misc:Depends}, ${shlibs:Depends}
  - Add the Vcs-* fields
* debian/gir1.2-gfbgraph-0.2.install: Do not install .typelib file in
  multi-arch path
* debian/rules: Re-enable the tests but does not make their failure fatal

Added:
    packages/unstable/gfbgraph/debian/libgfbgraph-doc.install
Removed:
    packages/unstable/gfbgraph/debian/libgfbgraph-0.2-0.dirs
    packages/unstable/gfbgraph/debian/libgfbgraph-0.2-dev.dirs
    packages/unstable/gfbgraph/debian/libgfbgraph-dev.dirs
    packages/unstable/gfbgraph/debian/libgfbgraph1.dirs
Modified:
    packages/unstable/gfbgraph/debian/   (props changed)
    packages/unstable/gfbgraph/debian/changelog
    packages/unstable/gfbgraph/debian/control
    packages/unstable/gfbgraph/debian/control.in
    packages/unstable/gfbgraph/debian/copyright
    packages/unstable/gfbgraph/debian/gir1.2-gfbgraph-0.2.install
    packages/unstable/gfbgraph/debian/libgfbgraph-0.2-dev.install
    packages/unstable/gfbgraph/debian/rules

Propchange: packages/unstable/gfbgraph/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Propchange: packages/unstable/gfbgraph/debian/
------------------------------------------------------------------------------
    svn-bp:tagsUrl = svn+ssh://svn.debian.org/svn/pkg-gnome/tags/gfbgraph

Modified: packages/unstable/gfbgraph/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gfbgraph/debian/changelog?rev=41415&op=diff
==============================================================================
--- packages/unstable/gfbgraph/debian/changelog	[utf-8] (original)
+++ packages/unstable/gfbgraph/debian/changelog	[utf-8] Sat Apr 26 11:03:48 2014
@@ -1,6 +1,18 @@
-gfbgraph (0.2.2-1) unstable; urgency=low
+gfbgraph (0.2.2-1) UNRELEASED; urgency=low
 
+  [ Andreas Henriksson ]
   * Initial release
   * Disable tests as they try to access your facebook session
 
- -- Andreas Henriksson <andreas at fatal.se>  Fri, 07 Mar 2014 23:07:06 +0100
+  [ Laurent Bigonville ]
+  * Add libgfbgraph-doc package to match what's existing in Ubuntu
+  * debian/control.in:
+    - Use dh_autoreconf instead of autotools_dev
+    - Fix GObject capitalisation in the descriptions
+    - Add missing ${misc:Depends}, ${shlibs:Depends}
+    - Add the Vcs-* fields
+  * debian/gir1.2-gfbgraph-0.2.install: Do not install .typelib file in
+    multi-arch path
+  * debian/rules: Re-enable the tests but does not make their failure fatal
+
+ -- Laurent Bigonville <bigon at debian.org>  Sat, 26 Apr 2014 13:01:17 +0200

Modified: packages/unstable/gfbgraph/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gfbgraph/debian/control?rev=41415&op=diff
==============================================================================
--- packages/unstable/gfbgraph/debian/control	[utf-8] (original)
+++ packages/unstable/gfbgraph/debian/control	[utf-8] Sat Apr 26 11:03:48 2014
@@ -5,9 +5,10 @@
 
 Source: gfbgraph
 Priority: optional
+Section: libs
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>
-Build-Depends: autotools-dev,
+Uploaders: Laurent Bigonville <bigon at debian.org>
+Build-Depends: dh-autoreconf,
                debhelper (>= 9),
                gnome-pkg-tools,
                gobject-introspection (>= 1.30.0),
@@ -19,8 +20,18 @@
                librest-dev,
                libsoup2.4-dev
 Standards-Version: 3.9.5
-Section: libs
 Homepage: https://wiki.gnome.org/Projects/GFBGraph
+Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/packages/unstable/gfbgraph
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/gfbgraph
+
+Package: libgfbgraph-0.2-0
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Multi-Arch: same
+Description: GObject library for Facebook Graph API
+ GFBGraph is a GLib/GObject wrapper for the Facebook API.
+ .
+ This package contains the actual library.
 
 Package: libgfbgraph-0.2-dev
 Section: libdevel
@@ -31,27 +42,27 @@
          libjson-glib-dev,
          librest-dev,
          libsoup2.4-dev,
-         gir1.2-gfbgraph-0.2
+         gir1.2-gfbgraph-0.2 (= ${binary:Version}),
+         ${misc:Depends}
 Description: GObject library for Facebook Graph API - development files
  GFBGraph is a GLib/GObject wrapper for the Facebook API.
  .
- This package contains the development files used when building
- software that utilizes the library and API documentation.
+ This package contains the development files.
 
-Package: libgfbgraph-0.2-0
-Section: libs
-Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: GObject library for Facebook Graph API
+Package: libgfbgraph-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Description: GObject library for Facebook Graph API - documentation
  GFBGraph is a GLib/GObject wrapper for the Facebook API.
  .
- This package contains the actual library.
+ This package contains the API documentation.
 
 Package: gir1.2-gfbgraph-0.2
 Section: introspection
 Architecture: any
-Depends: ${gir:Depends}, ${misc:Depends}
-Description: GObject library for Facebook Graph API - gobject introspection
+Depends: ${gir:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Description: GObject library for Facebook Graph API - GObject introspection
  GFBGraph is a GLib/GObject wrapper for the Facebook API.
  .
- This package contains the gobject introspection typelib.
+ This package contains the GObject introspection typelib.

Modified: packages/unstable/gfbgraph/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gfbgraph/debian/control.in?rev=41415&op=diff
==============================================================================
--- packages/unstable/gfbgraph/debian/control.in	[utf-8] (original)
+++ packages/unstable/gfbgraph/debian/control.in	[utf-8] Sat Apr 26 11:03:48 2014
@@ -1,8 +1,9 @@
 Source: gfbgraph
 Priority: optional
+Section: libs
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: autotools-dev,
+Build-Depends: dh-autoreconf,
                debhelper (>= 9),
                gnome-pkg-tools,
                gobject-introspection (>= 1.30.0),
@@ -14,8 +15,18 @@
                librest-dev,
                libsoup2.4-dev
 Standards-Version: 3.9.5
-Section: libs
 Homepage: https://wiki.gnome.org/Projects/GFBGraph
+Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/packages/unstable/gfbgraph
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/gfbgraph
+
+Package: libgfbgraph-0.2-0
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Multi-Arch: same
+Description: GObject library for Facebook Graph API
+ GFBGraph is a GLib/GObject wrapper for the Facebook API.
+ .
+ This package contains the actual library.
 
 Package: libgfbgraph-0.2-dev
 Section: libdevel
@@ -26,27 +37,27 @@
          libjson-glib-dev,
          librest-dev,
          libsoup2.4-dev,
-         gir1.2-gfbgraph-0.2
+         gir1.2-gfbgraph-0.2 (= ${binary:Version}),
+         ${misc:Depends}
 Description: GObject library for Facebook Graph API - development files
  GFBGraph is a GLib/GObject wrapper for the Facebook API.
  .
- This package contains the development files used when building
- software that utilizes the library and API documentation.
+ This package contains the development files.
 
-Package: libgfbgraph-0.2-0
-Section: libs
-Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: GObject library for Facebook Graph API
+Package: libgfbgraph-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Description: GObject library for Facebook Graph API - documentation
  GFBGraph is a GLib/GObject wrapper for the Facebook API.
  .
- This package contains the actual library.
+ This package contains the API documentation.
 
 Package: gir1.2-gfbgraph-0.2
 Section: introspection
 Architecture: any
-Depends: ${gir:Depends}, ${misc:Depends}
-Description: GObject library for Facebook Graph API - gobject introspection
+Depends: ${gir:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Description: GObject library for Facebook Graph API - GObject introspection
  GFBGraph is a GLib/GObject wrapper for the Facebook API.
  .
- This package contains the gobject introspection typelib.
+ This package contains the GObject introspection typelib.

Modified: packages/unstable/gfbgraph/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gfbgraph/debian/copyright?rev=41415&op=diff
==============================================================================
--- packages/unstable/gfbgraph/debian/copyright	[utf-8] (original)
+++ packages/unstable/gfbgraph/debian/copyright	[utf-8] Sat Apr 26 11:03:48 2014
@@ -5,11 +5,25 @@
 Files: *
 Copyright: 2013 Álvaro Peña <alvaropg at gmail.com>
 License: LGPL-2.1+
- On Debian systems, the complete text of the GNU Lesser General
- Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
 
 Files: debian/*
 Copyright: 2014 Andreas Henriksson <andreas at fatal.se>
+           2014 Rico Tzschichholz <ricotz at ubuntu.com> 
 License: LGPL-2.1+
+
+License: LGPL-2.1+
+ This package is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 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
+ Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
  On Debian systems, the complete text of the GNU Lesser General
- Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
+ Public License can be found in "/usr/share/common-licenses/LGPL-2.1".

Modified: packages/unstable/gfbgraph/debian/gir1.2-gfbgraph-0.2.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gfbgraph/debian/gir1.2-gfbgraph-0.2.install?rev=41415&op=diff
==============================================================================
--- packages/unstable/gfbgraph/debian/gir1.2-gfbgraph-0.2.install	[utf-8] (original)
+++ packages/unstable/gfbgraph/debian/gir1.2-gfbgraph-0.2.install	[utf-8] Sat Apr 26 11:03:48 2014
@@ -1 +1 @@
-usr/lib/*/girepository-1.0
+usr/lib/*/girepository-1.0/* usr/lib/girepository-1.0

Modified: packages/unstable/gfbgraph/debian/libgfbgraph-0.2-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gfbgraph/debian/libgfbgraph-0.2-dev.install?rev=41415&op=diff
==============================================================================
--- packages/unstable/gfbgraph/debian/libgfbgraph-0.2-dev.install	[utf-8] (original)
+++ packages/unstable/gfbgraph/debian/libgfbgraph-0.2-dev.install	[utf-8] Sat Apr 26 11:03:48 2014
@@ -3,4 +3,3 @@
 usr/lib/*/lib*.so
 usr/lib/*/pkgconfig/*
 usr/share/gir-1.0
-usr/share/gtk-doc

Added: packages/unstable/gfbgraph/debian/libgfbgraph-doc.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gfbgraph/debian/libgfbgraph-doc.install?rev=41415&op=file
==============================================================================
--- packages/unstable/gfbgraph/debian/libgfbgraph-doc.install	(added)
+++ packages/unstable/gfbgraph/debian/libgfbgraph-doc.install	[utf-8] Sat Apr 26 11:03:48 2014
@@ -0,0 +1 @@
+usr/share/gtk-doc

Modified: packages/unstable/gfbgraph/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gfbgraph/debian/rules?rev=41415&op=diff
==============================================================================
--- packages/unstable/gfbgraph/debian/rules	[utf-8] (original)
+++ packages/unstable/gfbgraph/debian/rules	[utf-8] Sat Apr 26 11:03:48 2014
@@ -3,7 +3,15 @@
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 %:
-	dh $@  --with autotools-dev,gir
+	dh $@  --with autoreconf,gir
+
+override_dh_auto_configure:
+	dh_auto_configure -- \
+		--enable-gtk-doc \
+		--enable-introspection
+
+override_dh_install:
+	dh_install -X.la --list-missing
 
 override_dh_auto_test:
-	true
+	dh_auto_test || true




More information about the pkg-gnome-commits mailing list