r35423 - in /packages/unstable/libzapojit: ./ debian/ debian/source/

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Mon Jun 25 01:57:23 UTC 2012


Author: jbicha-guest
Date: Mon Jun 25 01:57:22 2012
New Revision: 35423

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=35423
Log:
initial libzapojit packaging

Added:
    packages/unstable/libzapojit/
    packages/unstable/libzapojit/debian/
    packages/unstable/libzapojit/debian/changelog
    packages/unstable/libzapojit/debian/compat
    packages/unstable/libzapojit/debian/control
    packages/unstable/libzapojit/debian/control.in
    packages/unstable/libzapojit/debian/copyright
    packages/unstable/libzapojit/debian/docs
    packages/unstable/libzapojit/debian/gir1.2-zapojit-0.0.install
    packages/unstable/libzapojit/debian/libzapojit-0.0-0.install
    packages/unstable/libzapojit/debian/libzapojit-0.0-0.symbols
    packages/unstable/libzapojit/debian/libzapojit-dev.install
    packages/unstable/libzapojit/debian/libzapojit-doc.install
    packages/unstable/libzapojit/debian/rules   (with props)
    packages/unstable/libzapojit/debian/source/
    packages/unstable/libzapojit/debian/source/format
    packages/unstable/libzapojit/debian/watch

Added: packages/unstable/libzapojit/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libzapojit/debian/changelog?rev=35423&op=file
==============================================================================
--- packages/unstable/libzapojit/debian/changelog (added)
+++ packages/unstable/libzapojit/debian/changelog [utf-8] Mon Jun 25 01:57:22 2012
@@ -1,0 +1,6 @@
+libzapojit (0.0.2-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #678920)
+  * Enable DM-Upload-Allowed
+
+ -- Jeremy Bicha <jbicha at ubuntu.com>  Sun, 24 Jun 2012 18:37:32 -0400

Added: packages/unstable/libzapojit/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libzapojit/debian/compat?rev=35423&op=file
==============================================================================
--- packages/unstable/libzapojit/debian/compat (added)
+++ packages/unstable/libzapojit/debian/compat [utf-8] Mon Jun 25 01:57:22 2012
@@ -1,0 +1,1 @@
+9

Added: packages/unstable/libzapojit/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libzapojit/debian/control?rev=35423&op=file
==============================================================================
--- packages/unstable/libzapojit/debian/control (added)
+++ packages/unstable/libzapojit/debian/control [utf-8] Mon Jun 25 01:57:22 2012
@@ -1,0 +1,84 @@
+# 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: libzapojit
+Section: libs
+Priority: optional
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Uploaders: Jeremy Bicha <jbicha at ubuntu.com>
+Build-Depends: cdbs (>= 0.4.41),
+               debhelper (>= 9),
+               gnome-pkg-tools (>= 0.11),
+               pkg-config (>= 0.14),
+               gir1.2-rest-0.7,
+               libglib2.0-dev (>= 2.30.0),
+               libgoa-1.0-dev,
+               libjson-glib-dev,
+               librest-dev (>= 0.7),
+               libsoup2.4-dev (>= 2.38),
+               libsoup-gnome2.4-dev (>= 2.38),
+               intltool (>= 0.40),
+               gtk-doc-tools (>= 1.14),
+               libgirepository1.0-dev (>= 1.30),
+               gobject-introspection (>= 1.30.0),
+Standards-Version: 3.9.3
+Homepage: http://git.gnome.org/browse/libzapojit
+Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/packages/experimental/libzapojit
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/libzapojit
+
+Package: libzapojit-0.0-0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: Library for accessing SkyDrive and Hotmail - shared libraries
+ libzapojit is a GLib-based library for accessing online service APIs using
+ the Microsoft SkyDrive and Hotmail REST protocols.
+ .
+ This package contains the shared libraries.
+
+Package: libzapojit-dev
+Section: libdevel
+Architecture: any
+Depends: libzapojit-0.0-0 (= ${binary:Version}),
+         gir1.2-zapojit-0.0 (= ${binary:Version}),
+         ${misc:Depends},
+         libglib2.0-dev (>= 2.30.0),
+         libjson-glib-dev,
+         libsoup2.4-dev (>= 2.37.91)
+Suggests: libzapojit-doc
+Description: Library for accessing SkyDrive and Hotmail - development files
+ libzapojit is a GLib-based library for accessing online service APIs using
+ the Microsoft SkyDrive and Hotmail REST protocols.
+ .
+ This package contains the headers and development libraries needed to
+ build applications using the libzapojit library.
+
+Package: libzapojit-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Recommends: libzapojit-dev
+Suggests: devhelp
+Description: Library for accessing SkyDrive and Hotmail - documentation
+ libzapojit is a GLib-based library for accessing online service APIs using
+ the Microsoft SkyDrive and Hotmail REST protocols.
+ .
+ This package contains the HTML documentation for the libzapojit library
+
+Package: gir1.2-zapojit-0.0
+Section: introspection
+Architecture: any
+Depends: ${gir:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends}
+Description: GObject introspection data for the GData webservices library
+ libzapojit is a GLib-based library for accessing online service APIs using
+ the Microsoft SkyDrive and Hotmail REST protocols.
+ .
+ This package contains introspection data for the libzapojit
+ library. It can be used by packages using the GIRepository format to
+ generate dynamic bindings.
+

Added: packages/unstable/libzapojit/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libzapojit/debian/control.in?rev=35423&op=file
==============================================================================
--- packages/unstable/libzapojit/debian/control.in (added)
+++ packages/unstable/libzapojit/debian/control.in [utf-8] Mon Jun 25 01:57:22 2012
@@ -1,0 +1,80 @@
+Source: libzapojit
+Section: libs
+Priority: optional
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Uploaders: @GNOME_TEAM@
+DM-Upload-Allowed: yes
+Build-Depends: cdbs (>= 0.4.41),
+               debhelper (>= 9),
+               gnome-pkg-tools (>= 0.11),
+               pkg-config (>= 0.14),
+               gir1.2-rest-0.7,
+               libglib2.0-dev (>= 2.30.0),
+               libgoa-1.0-dev,
+               libjson-glib-dev,
+               librest-dev (>= 0.7),
+               libsoup2.4-dev (>= 2.38),
+               libsoup-gnome2.4-dev (>= 2.38),
+               intltool (>= 0.40),
+               gtk-doc-tools (>= 1.14),
+               libgirepository1.0-dev (>= 1.30),
+               gobject-introspection (>= 1.30.0),
+Standards-Version: 3.9.3
+Homepage: http://git.gnome.org/browse/libzapojit
+Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/packages/unstable/libzapojit
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/libzapojit
+
+Package: libzapojit-0.0-0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: Library for accessing SkyDrive and Hotmail - shared libraries
+ libzapojit is a GLib-based library for accessing online service APIs using
+ the Microsoft SkyDrive and Hotmail REST protocols.
+ .
+ This package contains the shared libraries.
+
+Package: libzapojit-dev
+Section: libdevel
+Architecture: any
+Depends: libzapojit-0.0-0 (= ${binary:Version}),
+         gir1.2-zapojit-0.0 (= ${binary:Version}),
+         ${misc:Depends},
+         libglib2.0-dev (>= 2.30.0),
+         libjson-glib-dev,
+         libsoup2.4-dev (>= 2.37.91)
+Suggests: libzapojit-doc
+Description: Library for accessing SkyDrive and Hotmail - development files
+ libzapojit is a GLib-based library for accessing online service APIs using
+ the Microsoft SkyDrive and Hotmail REST protocols.
+ .
+ This package contains the headers and development libraries needed to
+ build applications using the libzapojit library.
+
+Package: libzapojit-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Recommends: libzapojit-dev
+Suggests: devhelp
+Description: Library for accessing SkyDrive and Hotmail - documentation
+ libzapojit is a GLib-based library for accessing online service APIs using
+ the Microsoft SkyDrive and Hotmail REST protocols.
+ .
+ This package contains the HTML documentation for the libzapojit library
+
+Package: gir1.2-zapojit-0.0
+Section: introspection
+Architecture: any
+Depends: ${gir:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends}
+Description: GObject introspection data for the GData webservices library
+ libzapojit is a GLib-based library for accessing online service APIs using
+ the Microsoft SkyDrive and Hotmail REST protocols.
+ .
+ This package contains introspection data for the libzapojit
+ library. It can be used by packages using the GIRepository format to
+ generate dynamic bindings.
+

Added: packages/unstable/libzapojit/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libzapojit/debian/copyright?rev=35423&op=file
==============================================================================
--- packages/unstable/libzapojit/debian/copyright (added)
+++ packages/unstable/libzapojit/debian/copyright [utf-8] Mon Jun 25 01:57:22 2012
@@ -1,0 +1,22 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: libzapojit
+Source: http://ftp.gnome.org/pub/GNOME/sources/libzapojit/
+
+Files: *
+Copyright: 2012 Debarshi Ray <debarshir at gnome.org>
+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".

Added: packages/unstable/libzapojit/debian/docs
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libzapojit/debian/docs?rev=35423&op=file
==============================================================================
--- packages/unstable/libzapojit/debian/docs (added)
+++ packages/unstable/libzapojit/debian/docs [utf-8] Mon Jun 25 01:57:22 2012
@@ -1,0 +1,3 @@
+AUTHORS
+NEWS
+README

Added: packages/unstable/libzapojit/debian/gir1.2-zapojit-0.0.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libzapojit/debian/gir1.2-zapojit-0.0.install?rev=35423&op=file
==============================================================================
--- packages/unstable/libzapojit/debian/gir1.2-zapojit-0.0.install (added)
+++ packages/unstable/libzapojit/debian/gir1.2-zapojit-0.0.install [utf-8] Mon Jun 25 01:57:22 2012
@@ -1,0 +1,1 @@
+usr/lib/girepository-1.0/*.typelib

Added: packages/unstable/libzapojit/debian/libzapojit-0.0-0.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libzapojit/debian/libzapojit-0.0-0.install?rev=35423&op=file
==============================================================================
--- packages/unstable/libzapojit/debian/libzapojit-0.0-0.install (added)
+++ packages/unstable/libzapojit/debian/libzapojit-0.0-0.install [utf-8] Mon Jun 25 01:57:22 2012
@@ -1,0 +1,1 @@
+usr/lib/libzapojit*.so.*

Added: packages/unstable/libzapojit/debian/libzapojit-0.0-0.symbols
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libzapojit/debian/libzapojit-0.0-0.symbols?rev=35423&op=file
==============================================================================
--- packages/unstable/libzapojit/debian/libzapojit-0.0-0.symbols (added)
+++ packages/unstable/libzapojit/debian/libzapojit-0.0-0.symbols [utf-8] Mon Jun 25 01:57:22 2012
@@ -1,0 +1,56 @@
+libzapojit-0.0.so.0 libzapojit-0.0-0
+ zpj_authorization_domain_get_scope at Base 0.0.2
+ zpj_authorization_domain_get_service_name at Base 0.0.2
+ zpj_authorization_domain_get_type at Base 0.0.2
+ zpj_authorizer_get_type at Base 0.0.2
+ zpj_authorizer_is_authorized_for_domain at Base 0.0.2
+ zpj_authorizer_process_call at Base 0.0.2
+ zpj_authorizer_process_message at Base 0.0.2
+ zpj_authorizer_refresh_authorization at Base 0.0.2
+ zpj_authorizer_refresh_authorization_async at Base 0.0.2
+ zpj_authorizer_refresh_authorization_finish at Base 0.0.2
+ zpj_goa_authorizer_get_goa_object at Base 0.0.2
+ zpj_goa_authorizer_get_type at Base 0.0.2
+ zpj_goa_authorizer_new at Base 0.0.2
+ zpj_skydrive_create_folder at Base 0.0.2
+ zpj_skydrive_create_folder_from_name at Base 0.0.2
+ zpj_skydrive_delete_entry_id at Base 0.0.2
+ zpj_skydrive_download_file_id_to_path at Base 0.0.2
+ zpj_skydrive_download_file_id_to_stream at Base 0.0.2
+ zpj_skydrive_download_file_id_to_stream_async at Base 0.0.2
+ zpj_skydrive_download_file_id_to_stream_finish at Base 0.0.2
+ zpj_skydrive_download_file_to_path at Base 0.0.2
+ zpj_skydrive_download_file_to_stream at Base 0.0.2
+ zpj_skydrive_download_file_to_stream_async at Base 0.0.2
+ zpj_skydrive_download_file_to_stream_finish at Base 0.0.2
+ zpj_skydrive_entry_get_created_time at Base 0.0.2
+ zpj_skydrive_entry_get_description at Base 0.0.2
+ zpj_skydrive_entry_get_from_id at Base 0.0.2
+ zpj_skydrive_entry_get_from_name at Base 0.0.2
+ zpj_skydrive_entry_get_id at Base 0.0.2
+ zpj_skydrive_entry_get_name at Base 0.0.2
+ zpj_skydrive_entry_get_parent_id at Base 0.0.2
+ zpj_skydrive_entry_get_type at Base 0.0.2
+ zpj_skydrive_entry_get_updated_time at Base 0.0.2
+ zpj_skydrive_entry_is_folder at Base 0.0.2
+ zpj_skydrive_entry_type_get_type at Base 0.0.2
+ zpj_skydrive_file_get_size at Base 0.0.2
+ zpj_skydrive_file_get_type at Base 0.0.2
+ zpj_skydrive_file_new at Base 0.0.2
+ zpj_skydrive_folder_get_type at Base 0.0.2
+ zpj_skydrive_folder_new at Base 0.0.2
+ zpj_skydrive_get_authorizer at Base 0.0.2
+ zpj_skydrive_get_type at Base 0.0.2
+ zpj_skydrive_list_folder at Base 0.0.2
+ zpj_skydrive_list_folder_id at Base 0.0.2
+ zpj_skydrive_list_folder_id_async at Base 0.0.2
+ zpj_skydrive_list_folder_id_finish at Base 0.0.2
+ zpj_skydrive_new at Base 0.0.2
+ zpj_skydrive_photo_get_type at Base 0.0.2
+ zpj_skydrive_photo_new at Base 0.0.2
+ zpj_skydrive_query_info_from_id at Base 0.0.2
+ zpj_skydrive_query_info_from_id_async at Base 0.0.2
+ zpj_skydrive_query_info_from_id_finish at Base 0.0.2
+ zpj_skydrive_set_authorizer at Base 0.0.2
+ zpj_skydrive_upload_path_to_folder at Base 0.0.2
+ zpj_skydrive_upload_path_to_folder_id at Base 0.0.2

Added: packages/unstable/libzapojit/debian/libzapojit-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libzapojit/debian/libzapojit-dev.install?rev=35423&op=file
==============================================================================
--- packages/unstable/libzapojit/debian/libzapojit-dev.install (added)
+++ packages/unstable/libzapojit/debian/libzapojit-dev.install [utf-8] Mon Jun 25 01:57:22 2012
@@ -1,0 +1,4 @@
+usr/include/libzapojit-*/zpj/
+usr/lib/libzapojit*.so
+usr/lib/pkgconfig/zapojit*
+usr/share/gir-1.0/*.gir

Added: packages/unstable/libzapojit/debian/libzapojit-doc.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libzapojit/debian/libzapojit-doc.install?rev=35423&op=file
==============================================================================
--- packages/unstable/libzapojit/debian/libzapojit-doc.install (added)
+++ packages/unstable/libzapojit/debian/libzapojit-doc.install [utf-8] Mon Jun 25 01:57:22 2012
@@ -1,0 +1,1 @@
+usr/share/gtk-doc/html/libzapojit-*

Added: packages/unstable/libzapojit/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libzapojit/debian/rules?rev=35423&op=file
==============================================================================
--- packages/unstable/libzapojit/debian/rules (added)
+++ packages/unstable/libzapojit/debian/rules [utf-8] Mon Jun 25 01:57:22 2012
@@ -1,0 +1,16 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/utils.mk
+include /usr/share/cdbs/1/class/gnome.mk
+include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
+-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+
+DEB_MAKE_CHECK_TARGET = check || true
+
+LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+
+common-binary-predeb-arch:: list-missing
+
+DEB_DH_MAKESHLIBS_ARGS_$(libzapojit) = -- -c4

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

Added: packages/unstable/libzapojit/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libzapojit/debian/source/format?rev=35423&op=file
==============================================================================
--- packages/unstable/libzapojit/debian/source/format (added)
+++ packages/unstable/libzapojit/debian/source/format [utf-8] Mon Jun 25 01:57:22 2012
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: packages/unstable/libzapojit/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libzapojit/debian/watch?rev=35423&op=file
==============================================================================
--- packages/unstable/libzapojit/debian/watch (added)
+++ packages/unstable/libzapojit/debian/watch [utf-8] Mon Jun 25 01:57:22 2012
@@ -1,0 +1,2 @@
+version=3
+http://ftp.gnome.org/pub/gnome/sources/libzapojit/([\d\.]+)/libzapojit-([\d\.]+)\.tar\.xz




More information about the pkg-gnome-commits mailing list