r44219 - in /desktop/experimental/dconf-editor/debian: changelog compat control control.in copyright rules source/ source/format watch

laney at users.alioth.debian.org laney at users.alioth.debian.org
Mon Apr 13 16:17:15 UTC 2015


Author: laney
Date: Mon Apr 13 16:17:15 2015
New Revision: 44219

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


Added:
    desktop/experimental/dconf-editor/debian/changelog
    desktop/experimental/dconf-editor/debian/compat
    desktop/experimental/dconf-editor/debian/control
    desktop/experimental/dconf-editor/debian/control.in
    desktop/experimental/dconf-editor/debian/copyright
    desktop/experimental/dconf-editor/debian/rules   (with props)
    desktop/experimental/dconf-editor/debian/source/
    desktop/experimental/dconf-editor/debian/source/format
    desktop/experimental/dconf-editor/debian/watch

Added: desktop/experimental/dconf-editor/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/dconf-editor/debian/changelog?rev=44219&op=file
==============================================================================
--- desktop/experimental/dconf-editor/debian/changelog	(added)
+++ desktop/experimental/dconf-editor/debian/changelog	[utf-8] Mon Apr 13 16:17:15 2015
@@ -0,0 +1,5 @@
+dconf-editor (3.16.0-1) UNRELEASED; urgency=medium
+
+  * Initial release.
+
+ -- Iain Lane <laney at debian.org>  Mon, 13 Apr 2015 12:43:31 +0100

Added: desktop/experimental/dconf-editor/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/dconf-editor/debian/compat?rev=44219&op=file
==============================================================================
--- desktop/experimental/dconf-editor/debian/compat	(added)
+++ desktop/experimental/dconf-editor/debian/compat	[utf-8] Mon Apr 13 16:17:15 2015
@@ -0,0 +1 @@
+8

Added: desktop/experimental/dconf-editor/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/dconf-editor/debian/control?rev=44219&op=file
==============================================================================
--- desktop/experimental/dconf-editor/debian/control	(added)
+++ desktop/experimental/dconf-editor/debian/control	[utf-8] Mon Apr 13 16:17:15 2015
@@ -0,0 +1,46 @@
+# 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: dconf-editor
+Section: utils
+Priority: optional
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Uploaders: Iain Lane <laney at debian.org>
+Standards-Version: 3.9.6
+Homepage: https://wiki.gnome.org/Apps/EyeOfGnome
+Build-Depends: dh-autoreconf,
+               cdbs (>= 0.4.41),
+               debhelper (>= 8),
+               gnome-pkg-tools (>= 0.10),
+               gtk-doc-tools (>= 1.16),
+               intltool (>= 0.40.0),
+               libdconf-dev (>= 0.23.2),
+               libglib2.0-dev (>= 2.39.3),
+               libgtk-3-dev (>= 3.4),
+               libxml2-dev,
+               pkg-config
+Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/experimental/dconf-editor
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/experimental/dconf-editor
+
+Package: dconf-editor
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         dconf-gsettings-backend | gsettings-backend
+Description: simple configuration storage system - graphical editor
+ DConf is a low-level key/value database designed for storing desktop
+ environment settings.
+ .
+ This package contains a graphical editor for settings stored in dconf.
+
+Package: dconf-editor-dbg
+Section: debug
+Architecture: any
+Priority: extra
+Depends: dconf-editor (= ${binary:Version}), ${misc:Depends}
+Description: simple configuration storage system editor - debugging symbols
+ DConf is a low-level key/value database designed for storing desktop
+ environment settings.
+ .
+ This package debugging symbols for dconf's graphical editor.

Added: desktop/experimental/dconf-editor/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/dconf-editor/debian/control.in?rev=44219&op=file
==============================================================================
--- desktop/experimental/dconf-editor/debian/control.in	(added)
+++ desktop/experimental/dconf-editor/debian/control.in	[utf-8] Mon Apr 13 16:17:15 2015
@@ -0,0 +1,42 @@
+Source: dconf-editor
+Section: utils
+Priority: optional
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Uploaders: @GNOME_TEAM@
+Standards-Version: 3.9.6
+Homepage: https://wiki.gnome.org/Apps/EyeOfGnome
+Build-Depends: dh-autoreconf,
+               cdbs (>= 0.4.41),
+               debhelper (>= 8),
+               gnome-pkg-tools (>= 0.10),
+               gtk-doc-tools (>= 1.16),
+               intltool (>= 0.40.0),
+               libdconf-dev (>= 0.23.2),
+               libglib2.0-dev (>= 2.39.3),
+               libgtk-3-dev (>= 3.4),
+               libxml2-dev,
+               pkg-config
+Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/experimental/dconf-editor
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/experimental/dconf-editor
+
+Package: dconf-editor
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         dconf-gsettings-backend | gsettings-backend
+Description: simple configuration storage system - graphical editor
+ DConf is a low-level key/value database designed for storing desktop
+ environment settings.
+ .
+ This package contains a graphical editor for settings stored in dconf.
+
+Package: dconf-editor-dbg
+Section: debug
+Architecture: any
+Priority: extra
+Depends: dconf-editor (= ${binary:Version}), ${misc:Depends}
+Description: simple configuration storage system editor - debugging symbols
+ DConf is a low-level key/value database designed for storing desktop
+ environment settings.
+ .
+ This package debugging symbols for dconf's graphical editor.

Added: desktop/experimental/dconf-editor/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/dconf-editor/debian/copyright?rev=44219&op=file
==============================================================================
--- desktop/experimental/dconf-editor/debian/copyright	(added)
+++ desktop/experimental/dconf-editor/debian/copyright	[utf-8] Mon Apr 13 16:17:15 2015
@@ -0,0 +1,26 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: dconf-editor
+Source: ftp://ftp.gnome.org/pub/GNOME/sources/dconf-editor/
+
+X-Comment: The COPYING file is LGPL-2+. This was a mistake upstraem.
+
+Files: *
+Copyright: 2010-2015 Canonical Ltd
+License: GPL-2+
+
+License: GPL-2+
+ 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 program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General Public
+ License version 2 can be found in "/usr/share/common-licenses/GPL-2".

Added: desktop/experimental/dconf-editor/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/dconf-editor/debian/rules?rev=44219&op=file
==============================================================================
--- desktop/experimental/dconf-editor/debian/rules	(added)
+++ desktop/experimental/dconf-editor/debian/rules	[utf-8] Mon Apr 13 16:17:15 2015
@@ -0,0 +1,14 @@
+#! /usr/bin/make -f 
+
+include /usr/share/cdbs/1/rules/autoreconf.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_DH_AUTORECONF_ARGS = --as-needed
+DEB_DH_STRIP_ARGS = --dbg-package=dconf-editor-dbg
+LDFLAGS += -Wl,--as-needed
+
+common-binary-post-install-arch:: list-missing

Propchange: desktop/experimental/dconf-editor/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: desktop/experimental/dconf-editor/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/dconf-editor/debian/source/format?rev=44219&op=file
==============================================================================
--- desktop/experimental/dconf-editor/debian/source/format	(added)
+++ desktop/experimental/dconf-editor/debian/source/format	[utf-8] Mon Apr 13 16:17:15 2015
@@ -0,0 +1 @@
+3.0 (quilt)

Added: desktop/experimental/dconf-editor/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/dconf-editor/debian/watch?rev=44219&op=file
==============================================================================
--- desktop/experimental/dconf-editor/debian/watch	(added)
+++ desktop/experimental/dconf-editor/debian/watch	[utf-8] Mon Apr 13 16:17:15 2015
@@ -0,0 +1,3 @@
+version=3
+http://ftp.gnome.org/pub/GNOME/sources/dconf-editor/([\d\.]+[02468])/ \
+	dconf-editor-(.*)\.tar\.xz




More information about the pkg-gnome-commits mailing list