r29892 - in /desktop/unstable/yelp-tools/debian: ./ changelog compat control copyright rules source/ source/format watch

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Sep 30 16:06:58 UTC 2011


Author: biebl
Date: Fri Sep 30 16:06:58 2011
New Revision: 29892

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29892
Log:
Initial upload to Debian. Based on work by Ubuntu, thanks!

Added:
    desktop/unstable/yelp-tools/debian/   (with props)
    desktop/unstable/yelp-tools/debian/changelog
    desktop/unstable/yelp-tools/debian/compat
    desktop/unstable/yelp-tools/debian/control
    desktop/unstable/yelp-tools/debian/copyright
    desktop/unstable/yelp-tools/debian/rules   (with props)
    desktop/unstable/yelp-tools/debian/source/
    desktop/unstable/yelp-tools/debian/source/format
    desktop/unstable/yelp-tools/debian/watch

Propchange: desktop/unstable/yelp-tools/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Propchange: desktop/unstable/yelp-tools/debian/
------------------------------------------------------------------------------
    svn-bp:tagsUrl = svn+ssh://svn.debian.org/svn/pkg-gnome/tags/yelp-tools

Added: desktop/unstable/yelp-tools/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/yelp-tools/debian/changelog?rev=29892&op=file
==============================================================================
--- desktop/unstable/yelp-tools/debian/changelog (added)
+++ desktop/unstable/yelp-tools/debian/changelog [utf-8] Fri Sep 30 16:06:58 2011
@@ -1,0 +1,6 @@
+yelp-tools (3.2.0-1) UNRELEASED; urgency=low
+
+  * Initial upload to Debian. Based on work by Ubuntu, thanks!
+
+ -- Michael Biebl <biebl at debian.org>  Fri, 30 Sep 2011 17:58:59 +0200
+

Added: desktop/unstable/yelp-tools/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/yelp-tools/debian/compat?rev=29892&op=file
==============================================================================
--- desktop/unstable/yelp-tools/debian/compat (added)
+++ desktop/unstable/yelp-tools/debian/compat [utf-8] Fri Sep 30 16:06:58 2011
@@ -1,0 +1,1 @@
+8

Added: desktop/unstable/yelp-tools/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/yelp-tools/debian/control?rev=29892&op=file
==============================================================================
--- desktop/unstable/yelp-tools/debian/control (added)
+++ desktop/unstable/yelp-tools/debian/control [utf-8] Fri Sep 30 16:06:58 2011
@@ -1,0 +1,31 @@
+# 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: yelp-tools
+Section: gnome
+Priority: extra
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Uploaders: Michael Biebl <biebl at debian.org>
+Build-Depends: debhelper (>= 8),
+               cdbs,
+               pkg-config,
+               libxml2-utils (>= 2.6.12),
+               xsltproc (>= 1.1.8),
+               yelp-xsl,
+               itstool
+Standards-Version: 3.9.2
+Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/yelp-tools
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/yelp-tools
+
+Package: yelp-tools
+Architecture: all
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         xsltproc,
+         libxml2-utils,
+         itstool
+Description: Yelp documentation tools
+ A set of command-line tools to build and check your documentation, as well
+ as an M4 file to use in your autotools-based build chain.

Added: desktop/unstable/yelp-tools/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/yelp-tools/debian/copyright?rev=29892&op=file
==============================================================================
--- desktop/unstable/yelp-tools/debian/copyright (added)
+++ desktop/unstable/yelp-tools/debian/copyright [utf-8] Fri Sep 30 16:06:58 2011
@@ -1,0 +1,29 @@
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=166
+Upstream-Name: Yelp Tools
+Source: http://ftp.gnome.org/pub/GNOME/sources/yelp-tools
+
+Files: *
+Copyright: 2010,2011 Shaun McCance <shaunm at gnome.org>
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2011 Canonical Ltd
+Copyright: Michael Biebl <biebl at debian.org>
+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 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 full text of the GNU General Public License
+ version 2 can be found in the file /usr/share/common-licenses/GPL-2.

Added: desktop/unstable/yelp-tools/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/yelp-tools/debian/rules?rev=29892&op=file
==============================================================================
--- desktop/unstable/yelp-tools/debian/rules (added)
+++ desktop/unstable/yelp-tools/debian/rules [utf-8] Fri Sep 30 16:06:58 2011
@@ -1,0 +1,7 @@
+#!/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/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/yelp-tools/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: desktop/unstable/yelp-tools/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/yelp-tools/debian/source/format?rev=29892&op=file
==============================================================================
--- desktop/unstable/yelp-tools/debian/source/format (added)
+++ desktop/unstable/yelp-tools/debian/source/format [utf-8] Fri Sep 30 16:06:58 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: desktop/unstable/yelp-tools/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/yelp-tools/debian/watch?rev=29892&op=file
==============================================================================
--- desktop/unstable/yelp-tools/debian/watch (added)
+++ desktop/unstable/yelp-tools/debian/watch [utf-8] Fri Sep 30 16:06:58 2011
@@ -1,0 +1,2 @@
+version=3
+http://ftp.gnome.org/pub/GNOME/sources/yelp-tools/([\d\.]+[02468])/yelp-tools-(.*)\.tar\.bz2




More information about the pkg-gnome-commits mailing list