r45680 - in /packages/unstable/gnome-characters/debian: ./ changelog compat control control.in copyright rules source/ source/format watch

ah at users.alioth.debian.org ah at users.alioth.debian.org
Tue Aug 18 13:08:35 UTC 2015


Author: ah
Date: Tue Aug 18 13:08:35 2015
New Revision: 45680

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


Added:
    packages/unstable/gnome-characters/debian/
    packages/unstable/gnome-characters/debian/changelog
    packages/unstable/gnome-characters/debian/compat
    packages/unstable/gnome-characters/debian/control
    packages/unstable/gnome-characters/debian/control.in
    packages/unstable/gnome-characters/debian/copyright
    packages/unstable/gnome-characters/debian/rules   (with props)
    packages/unstable/gnome-characters/debian/source/
    packages/unstable/gnome-characters/debian/source/format
    packages/unstable/gnome-characters/debian/watch

Added: packages/unstable/gnome-characters/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-characters/debian/changelog?rev=45680&op=file
==============================================================================
--- packages/unstable/gnome-characters/debian/changelog	(added)
+++ packages/unstable/gnome-characters/debian/changelog	[utf-8] Tue Aug 18 13:08:35 2015
@@ -0,0 +1,5 @@
+gnome-characters (3.16.2-1) UNRELEASED; urgency=low
+
+  * Initial release
+
+ -- Andreas Henriksson <andreas at fatal.se>  Sun, 24 Mar 2013 16:17:14 +0100

Added: packages/unstable/gnome-characters/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-characters/debian/compat?rev=45680&op=file
==============================================================================
--- packages/unstable/gnome-characters/debian/compat	(added)
+++ packages/unstable/gnome-characters/debian/compat	[utf-8] Tue Aug 18 13:08:35 2015
@@ -0,0 +1 @@
+9

Added: packages/unstable/gnome-characters/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-characters/debian/control?rev=45680&op=file
==============================================================================
--- packages/unstable/gnome-characters/debian/control	(added)
+++ packages/unstable/gnome-characters/debian/control	[utf-8] Tue Aug 18 13:08:35 2015
@@ -0,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: gnome-characters
+Section: gnome
+Priority: optional
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>
+Build-Depends: debhelper (>= 9),
+               gnome-pkg-tools,
+               pkg-config (>= 0.22),
+               intltool (>= 0.50.1),
+               libglib2.0-dev (>= 2.39),
+               libgtk-3-dev (>= 3.13.8),
+               libgirepository1.0-dev (>= 1.35.9),
+               libgjs-dev (>= 1.43.3),
+               gjs (>= 1.43.3),
+               libgdk-pixbuf2.0-dev,
+               libpango1.0-dev
+Standards-Version: 3.9.6
+Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/packages/unstable/gnome-characters
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/gnome-characters
+Homepage: https://wiki.gnome.org/Design/Apps/CharacterMap
+
+Package: gnome-characters
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         gjs (>= 1.43.3),
+         gir1.2-glib-2.0,
+         gir1.2-gtk-3.0,
+         gir1.2-pango-1.0,
+         gir1.2-gdkpixbuf-2.0
+Description: character map application
+ Characters is a simple utility application to find and
+ insert unusual characters.

Added: packages/unstable/gnome-characters/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-characters/debian/control.in?rev=45680&op=file
==============================================================================
--- packages/unstable/gnome-characters/debian/control.in	(added)
+++ packages/unstable/gnome-characters/debian/control.in	[utf-8] Tue Aug 18 13:08:35 2015
@@ -0,0 +1,33 @@
+Source: gnome-characters
+Section: gnome
+Priority: optional
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Uploaders: @GNOME_TEAM@
+Build-Depends: debhelper (>= 9),
+               gnome-pkg-tools,
+               pkg-config (>= 0.22),
+               intltool (>= 0.50.1),
+               libglib2.0-dev (>= 2.39),
+               libgtk-3-dev (>= 3.13.8),
+               libgirepository1.0-dev (>= 1.35.9),
+               libgjs-dev (>= 1.43.3),
+               gjs (>= 1.43.3),
+               libgdk-pixbuf2.0-dev,
+               libpango1.0-dev
+Standards-Version: 3.9.6
+Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/packages/unstable/gnome-characters
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/gnome-characters
+Homepage: https://wiki.gnome.org/Design/Apps/CharacterMap
+
+Package: gnome-characters
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         gjs (>= 1.43.3),
+         gir1.2-glib-2.0,
+         gir1.2-gtk-3.0,
+         gir1.2-pango-1.0,
+         gir1.2-gdkpixbuf-2.0
+Description: character map application
+ Characters is a simple utility application to find and
+ insert unusual characters.

Added: packages/unstable/gnome-characters/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-characters/debian/copyright?rev=45680&op=file
==============================================================================
--- packages/unstable/gnome-characters/debian/copyright	(added)
+++ packages/unstable/gnome-characters/debian/copyright	[utf-8] Tue Aug 18 13:08:35 2015
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: gnome-characters
+Source: http://ftp.gnome.org/pub/GNOME/sources/gnome-characters/
+
+Files: *
+Copyright: 2012-2013 Giovanni Campagna <scampa.giovanni at gmail.com>
+           2014-2015 Daiki Ueno <dueno at src.gnome.org>
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2015 Andreas Henriksson <andreas at fatal.se>
+License: GPL-2+
+
+License: GPL-2+
+ This program 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.1 of the License, or (at your option) any later version.
+ .
+ This program 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 program.  If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-2'.
+
+

Added: packages/unstable/gnome-characters/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-characters/debian/rules?rev=45680&op=file
==============================================================================
--- packages/unstable/gnome-characters/debian/rules	(added)
+++ packages/unstable/gnome-characters/debian/rules	[utf-8] Tue Aug 18 13:08:35 2015
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
+-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+
+%:
+	dh $@
+
+override_dh_auto_configure:
+	dh_auto_configure -- --disable-silent-rules --disable-dogtail

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

Added: packages/unstable/gnome-characters/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-characters/debian/source/format?rev=45680&op=file
==============================================================================
--- packages/unstable/gnome-characters/debian/source/format	(added)
+++ packages/unstable/gnome-characters/debian/source/format	[utf-8] Tue Aug 18 13:08:35 2015
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/unstable/gnome-characters/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-characters/debian/watch?rev=45680&op=file
==============================================================================
--- packages/unstable/gnome-characters/debian/watch	(added)
+++ packages/unstable/gnome-characters/debian/watch	[utf-8] Tue Aug 18 13:08:35 2015
@@ -0,0 +1,2 @@
+version=3
+http://download.gnome.org/sources/gnome-characters/([0-9.]+[02468])/gnome-characters-([0-9.]+)\.tar\.xz




More information about the pkg-gnome-commits mailing list