--- gnome-devel-docs-2.22.0.orig/debian/control +++ gnome-devel-docs-2.22.0/debian/control @@ -0,0 +1,27 @@ +Source: gnome-devel-docs +Section: gnome +Priority: optional +Maintainer: Ubuntu Desktop Team +XSBC-Original-Maintainer: Debian GNOME Maintainers +Uploaders: Debian GNOME Maintainers , Sebastian Dröge +Standards-Version: 3.7.3 +Build-Depends: debhelper (>= 5), + cdbs, + autotools-dev, + gnome-pkg-tools (>= 0.10) +Build-Depends-Indep: gnome-doc-utils (>= 0.5.6), + scrollkeeper, + pkg-config + +Package: gnome-devel-docs +Architecture: all +Depends: ${misc:Depends}, scrollkeeper, yelp +Description: GNOME developer documentation + Documentation for developing for the GNOME 2 desktop environment. + It contains: + * Platform Overview + * GDP Style Guide + * GDP Handbook + * Integration Guide + * Human Interface Guidelines + --- gnome-devel-docs-2.22.0.orig/debian/rules +++ gnome-devel-docs-2.22.0/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/gnome.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 + +DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper --- gnome-devel-docs-2.22.0.orig/debian/changelog +++ gnome-devel-docs-2.22.0/debian/changelog @@ -0,0 +1,16 @@ +gnome-devel-docs (2.22.0-0ubuntu1) hardy; urgency=low + + * New upstream release (LP: #201034) + - Updated Platform Overview to reflect new GIO/GVFS stuff + - Updated translations + * Bump Standards-Version to 3.7.3 + * Modify Maintainer to Ubuntu Desktop Team + + -- Pedro Fragoso Tue, 11 Mar 2008 15:06:01 +0000 + +gnome-devel-docs (2.20.0-1) unstable; urgency=low + + * Initial upload. + + -- Sebastian Dröge Mon, 01 Oct 2007 09:45:23 +0200 + --- gnome-devel-docs-2.22.0.orig/debian/compat +++ gnome-devel-docs-2.22.0/debian/compat @@ -0,0 +1 @@ +5 --- gnome-devel-docs-2.22.0.orig/debian/watch +++ gnome-devel-docs-2.22.0/debian/watch @@ -0,0 +1,3 @@ +version=2 +http://ftp.gnome.org/pub/GNOME/sources/gnome-devel-docs/([\d\.]+)[02468]/gnome-devel-docs-(.*)\.tar\.gz \ + debian uupdate --- gnome-devel-docs-2.22.0.orig/debian/copyright +++ gnome-devel-docs-2.22.0/debian/copyright @@ -0,0 +1,73 @@ +This package was first debianized by Sebastian Dröge on +Mon, 1 Oct 2007 09:46:13 +0200. + +It was downloaded from: http://ftp.gnome.org/pub/GNOME/sources/gnome-devel-docs/ + +Upstream Author: + Shaun McCance + +Copyright: + + For gdp-handbook/*: + Copyright (c) 2000 Red Hat, Inc. + Copyright (c) 2000 Daniel Mueth + Copyright (c) 2000 Alexander Kirillov + Copyright (c) 2002 Eric Baudais + Copyright (c) 2002 Eugene O'Connor + Copyright (c) 2002-2003 John Fleck + + For hig/*: + Copyright (c) 2002, 2003, 2004 Calum Benson + Adam Elman + Seth Nickell + colin z robertson + + For gdp-style-guide/*: + Copyright (c) 2002-2005 Sun Microsystems + Copyright (c) 2001 Sun Microsystems, John Fleck, Alexander Kirillov + Copyright (c) 1999 John Fleck, Alexander Kirillov + + For integration-guide/*: + Copyright (c) 2005, 2006 Rosanna Yuen + Federico Mena-Quintero + Mike Hearn + + For platform-overview/*: + Copyright (c) 2005, 2006 Shaun McCance + +License: + + For gdp-handbook/*, + gdp-style-guide/*, + hig/*, + integration-guide/*, + platform-overview/*: + + Permission is granted to copy, distribute and/or modify this + document under the terms of the GNU Free Documentation + License (GFDL), Version 1.1 or any later version published + by the Free Software Foundation with no Invariant Sections, + no Front-Cover Texts, and no Back-Cover Texts. + + The complete text of the GNU Free Documentation License can be found in + /usr/share/common-licenses/GFDL. + + For everything else: + + 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, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + + On Debian systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-2'. + --- gnome-devel-docs-2.22.0.orig/debian/control.in +++ gnome-devel-docs-2.22.0/debian/control.in @@ -0,0 +1,27 @@ +Source: gnome-devel-docs +Section: gnome +Priority: optional +Maintainer: Ubuntu Desktop Team +XSBC-Original-Maintainer: Debian GNOME Maintainers +Uploaders: @GNOME_TEAM@ +Standards-Version: 3.7.3 +Build-Depends: debhelper (>= 5), + cdbs, + autotools-dev, + gnome-pkg-tools (>= 0.10) +Build-Depends-Indep: gnome-doc-utils (>= 0.5.6), + scrollkeeper, + pkg-config + +Package: gnome-devel-docs +Architecture: all +Depends: ${misc:Depends}, scrollkeeper, yelp +Description: GNOME developer documentation + Documentation for developing for the GNOME 2 desktop environment. + It contains: + * Platform Overview + * GDP Style Guide + * GDP Handbook + * Integration Guide + * Human Interface Guidelines +