r23848 - in /packages/unstable/emerillon: README.source changelog compat control control.in copyright docs manpages/ manpages/emerillon.1 rules source/ source/format watch

cyphermox-guest at users.alioth.debian.org cyphermox-guest at users.alioth.debian.org
Fri Apr 16 13:48:56 UTC 2010


Author: cyphermox-guest
Date: Fri Apr 16 13:48:55 2010
New Revision: 23848

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

Initial import of emerillon's debian/ directory


Added:
    packages/unstable/emerillon/README.source
    packages/unstable/emerillon/changelog
    packages/unstable/emerillon/compat
    packages/unstable/emerillon/control
    packages/unstable/emerillon/control.in
    packages/unstable/emerillon/copyright
    packages/unstable/emerillon/docs
    packages/unstable/emerillon/manpages/
    packages/unstable/emerillon/manpages/emerillon.1
    packages/unstable/emerillon/rules   (with props)
    packages/unstable/emerillon/source/
    packages/unstable/emerillon/source/format
    packages/unstable/emerillon/watch

Added: packages/unstable/emerillon/README.source
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/emerillon/README.source?rev=23848&op=file
==============================================================================
--- packages/unstable/emerillon/README.source (added)
+++ packages/unstable/emerillon/README.source [utf-8] Fri Apr 16 13:48:55 2010
@@ -1,0 +1,57 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+To configure quilt to use debian/patches instead of patches, you want
+either to export QUILT_PATCHES=debian/patches in your environment
+or use this snippet in your ~/.quiltrc:
+
+    for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do
+        if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then
+                export QUILT_PATCHES=debian/patches
+        fi
+    done
+
+To get the fully patched source after unpacking the source package, cd to
+the root level of the source package and run:
+
+    quilt push -a
+
+The last patch listed in debian/patches/series will become the current
+patch.
+
+To add a new set of changes, first run quilt push -a, and then run:
+
+    quilt new <patch>
+
+where <patch> is a descriptive name for the patch, used as the filename in
+debian/patches.  Then, for every file that will be modified by this patch,
+run:
+
+    quilt add <file>
+
+before editing those files.  You must tell quilt with quilt add what files
+will be part of the patch before making changes or quilt will not work
+properly.  After editing the files, run:
+
+    quilt refresh
+
+to save the results as a patch.
+
+Alternately, if you already have an external patch and you just want to
+add it to the build system, run quilt push -a and then:
+
+    quilt import -P <patch> /path/to/patch
+    quilt push -a
+
+(add -p 0 to quilt import if needed). <patch> as above is the filename to
+use in debian/patches.  The last quilt push -a will apply the patch to
+make sure it works properly.
+
+To remove an existing patch from the list of patches that will be applied,
+run:
+
+    quilt delete <patch>
+
+You may need to run quilt pop -a to unapply patches first before running
+this command.

Added: packages/unstable/emerillon/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/emerillon/changelog?rev=23848&op=file
==============================================================================
--- packages/unstable/emerillon/changelog (added)
+++ packages/unstable/emerillon/changelog [utf-8] Fri Apr 16 13:48:55 2010
@@ -1,0 +1,6 @@
+emerillon (0.1.1-1) UNRELEASED; urgency=low
+
+  * Initial packaging. (Closes: 550912)
+  * upstream release 0.1.1
+
+ -- Mathieu Trudel <mathieu.tl at gmail.com>  Sun, 07 Feb 2010 14:57:23 -0500

Added: packages/unstable/emerillon/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/emerillon/compat?rev=23848&op=file
==============================================================================
--- packages/unstable/emerillon/compat (added)
+++ packages/unstable/emerillon/compat [utf-8] Fri Apr 16 13:48:55 2010
@@ -1,0 +1,1 @@
+7

Added: packages/unstable/emerillon/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/emerillon/control?rev=23848&op=file
==============================================================================
--- packages/unstable/emerillon/control (added)
+++ packages/unstable/emerillon/control [utf-8] Fri Apr 16 13:48:55 2010
@@ -1,0 +1,38 @@
+Source: emerillon
+Section: utils
+Priority: optional
+Maintainer: Mathieu Trudel <mathieu.tl at gmail.com>
+Build-Depends: debhelper (>= 7.3.15),
+	automake1.9,
+	cdbs,
+	gnome-common,
+	libgconf2-dev,
+	libdbus-1-dev,
+	libdbus-glib-1-dev,
+	libgtk2.0-dev,
+	libxml2-dev,
+	librest-dev,
+	libsoup2.4-dev,
+	libclutter-1.0-dev,
+	libclutter-gtk-0.10-dev,
+	libchamplain-0.4-dev,
+	libchamplain-gtk-0.4-dev,
+	libethos-dev,
+	libethos-ui-dev,
+	libgeoclue-dev
+Standards-Version: 3.8.4
+Vcs-Bzr: https://code.launchpad.net/~mathieu-tl/emerillon/debian
+Homepage: http://www.novopia.com/emerillon/
+
+Package: emerillon
+Architecture: any
+Depends: ${shlibs:Depends},
+	${misc:Depends}, geoclue
+Description: map viewer for the GNOME desktop
+ Emerillon is a map viewer. Aiming at simple user interface, Emerillon is
+ a powerful, extensible application. It features OpenStreetMap based
+ maps.  Use it to browse maps, search the map for places, placemark
+ places for later quick access and more!
+ .
+ Emerillon takes its name from one of the three vessels commanded by Jacques
+ Cartier for his trip to New France in 1535.

Added: packages/unstable/emerillon/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/emerillon/control.in?rev=23848&op=file
==============================================================================
--- packages/unstable/emerillon/control.in (added)
+++ packages/unstable/emerillon/control.in [utf-8] Fri Apr 16 13:48:55 2010
@@ -1,0 +1,41 @@
+Source: emerillon
+Section: utils
+Priority: optional
+Maintainer: Mathieu Trudel <mathieu.tl at gmail.com>
+Uploaders: @GNOME_TEAM@
+Build-Depends: debhelper (>= 7.3.15),
+	automake1.9,
+	cdbs,
+	quilt,
+	gnome-common,
+	libgconf2-dev,
+	libdbus-1-dev,
+	libdbus-glib-1-dev,
+	libgtk2.0-dev,
+	libxml2-dev,
+	librest-dev,
+	libsoup2.4-dev,
+	libclutter-1.0-dev,
+	libclutter-gtk-0.10-dev,
+	libchamplain-0.4-dev,
+	libchamplain-gtk-0.4-dev,
+	libethos-dev,
+	libethos-ui-dev,
+	gnome-pkg-tools,
+	libgeoclue-dev
+Standards-Version: 3.8.4
+Vcs-Bzr: https://code.launchpad.net/~mathieu-tl/emerillon/debian
+Homepage: http://www.novopia.com/emerillon/
+
+Package: emerillon
+Architecture: any
+Depends: ${shlibs:Depends},
+	${misc:Depends}, geoclue
+Description: map viewer for the GNOME desktop
+ Emerillon is a map viewer. Aiming at simple user interface, Emerillon is
+ a powerful, extensible application. It features OpenStreetMap based
+ maps.  Use it to browse maps, search the map for places, placemark
+ places for later quick access and more!
+ .
+ Emerillon takes its name from one of the three vessels commanded by Jacques
+ Cartier for his trip to New France in 1535.

Added: packages/unstable/emerillon/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/emerillon/copyright?rev=23848&op=file
==============================================================================
--- packages/unstable/emerillon/copyright (added)
+++ packages/unstable/emerillon/copyright [utf-8] Fri Apr 16 13:48:55 2010
@@ -1,0 +1,81 @@
+Format-Specification: http://dep.debian.net/deps/dep5/
+Name: emerillon
+Maintainer: Pierre-Luc Beaudoin <pierre-luc.beaudoin at novopia.com>
+Source: http://www.novopia.com/emerillon/
+
+Files: cut-paste/empathy-cell-renderer-activatable.*
+Copyright: 2007, Raphael Slinckx <raphael at slinckx.net>
+Copyright: 2007-2008, Collabora Ltd.
+License: LGPL-2.1
+
+Files: cut-paste/ephy-spinner.c
+Copyright: 2000, Eazel, Inc.
+Copyright: 2002-2004, Marco Pesenti Gritti
+Copyright: 2004, 2006, Christian Persch
+License: GPL-2
+
+Files: cut-paste/ephy-spinner.h
+Copyright: 2000, Eazel, Inc.
+Copyright: 2004, 2006, Christian Persch
+License: GPL-2
+
+Files: debian/*
+Copyright: 2009, Mathieu Trudel <mathieu.tl at gmail.com>
+License: GPL-2
+
+Files: emerillon/config-keys.h
+Copyright: 2008, Marco Barisione <marco at barisione.org>
+License: GPL-2
+
+Files: emerillon/emerillon.h, emerillon/manager.*, emerillon/preferences.*
+Copyright: 2009, Novopia Inc.
+License: LGPL-2.1
+
+Files: emerillon/main.c
+Copyright: 2008, Marco Barisione <marco at barisione.org>
+Copyright: 2009, Novopia Inc.
+License: LGPL-2.1
+
+Files: emerillon/sidebar.*
+Copyright: 2004, Red Hat, Inc.
+Copyright: 2007, The Free Software Foundation
+Copyright: 2008, Marco Barisione <marco at barisione.org>
+License: GPL-2
+
+Files: emerillon/window.c
+Copyright: 2008, Marco Barisione <marco at barisione.org>
+Copyright: 2009, Novopia Inc.
+License: LGPL-2.1
+
+Files: emerillon/window.h
+Copyright: 2008, Marco Barisione <marco at barisione.org>
+License: LGPL-2.1
+
+Files: plugins/*
+Copyright: 2009, Novopia Inc.
+License: LGPL-2.1
+
+Files: po/ar.po
+Copyright: 2009, Khaled Hosny <khaledhosny at eglug.org>
+License: GPL-2
+
+Files: po/da.po
+Copyright: 2009, Novopia Solutions Inc
+Copyright: 2009, Joe Hansen <joedalton2 at yahoo.dk>
+License: GPL-2
+
+Files: po/is.po, po/sv.po
+Copyright: 2009, Free Software Foundation, Inc.
+License: GPL-2
+
+Files: *
+Copyright: 2009, Novopia Solutions Inc
+License: GPL-2
+
+License: LGPL-2.1
+ On Debian systems the full text of the GNU Lesser General Public License can
+ be found in the `/usr/share/common-licenses/LGPL-2.1' file.
+
+License: GPL-2
+ On Debian systems the full text of the GNU General Public License can
+ be found in the `/usr/share/common-licenses/GPL-2' file.

Added: packages/unstable/emerillon/docs
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/emerillon/docs?rev=23848&op=file
==============================================================================
--- packages/unstable/emerillon/docs (added)
+++ packages/unstable/emerillon/docs [utf-8] Fri Apr 16 13:48:55 2010
@@ -1,0 +1,1 @@
+NEWS

Added: packages/unstable/emerillon/manpages/emerillon.1
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/emerillon/manpages/emerillon.1?rev=23848&op=file
==============================================================================
--- packages/unstable/emerillon/manpages/emerillon.1 (added)
+++ packages/unstable/emerillon/manpages/emerillon.1 [utf-8] Fri Apr 16 13:48:55 2010
@@ -1,0 +1,21 @@
+.TH emerillon 1 "February 7, 2010" "" "emerillon"
+
+.SH NAME
+emerillon \- map viewer for Gnome
+
+.SH SYNOPSIS
+.B emerillon
+.br
+
+.SH DESCRIPTION
+This manual page explains the
+.B emerillon
+program.
+.PP
+\fBemerillon\fP is a map viewer for Gnome.
+There are no options supported on the command-line for
+\fBemerillon\fP.
+
+.SH NOTES
+This manual page was created by Mathieu Trudel <mathieu.tl at gmail.com>
+for Debian.

Added: packages/unstable/emerillon/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/emerillon/rules?rev=23848&op=file
==============================================================================
--- packages/unstable/emerillon/rules (added)
+++ packages/unstable/emerillon/rules [utf-8] Fri Apr 16 13:48:55 2010
@@ -1,0 +1,18 @@
+#!/usr/bin/make -f
+
+include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+include /usr/share/cdbs/1/class/gnome.mk
+include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
+
+DEB_INSTALL_DOCS_ALL := README AUTHORS
+
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-deprecations=no
+DEB_DH_MAKESHLIBS_ARGS_ALL := -X/usr/lib/emerillon/plugins/
+
+pre-build::
+	if [ "$(DEB_UPSTREAM_GIT_REV)" != "" ]; then \
+		NOCONFIGURE=true ./autogen.sh; \
+	fi

Propchange: packages/unstable/emerillon/rules
------------------------------------------------------------------------------
    svn:executable = 

Added: packages/unstable/emerillon/source/format
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/emerillon/source/format?rev=23848&op=file
==============================================================================
--- packages/unstable/emerillon/source/format (added)
+++ packages/unstable/emerillon/source/format [utf-8] Fri Apr 16 13:48:55 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: packages/unstable/emerillon/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/emerillon/watch?rev=23848&op=file
==============================================================================
--- packages/unstable/emerillon/watch (added)
+++ packages/unstable/emerillon/watch [utf-8] Fri Apr 16 13:48:55 2010
@@ -1,0 +1,5 @@
+version=3
+
+# Retrieve the release tarball from GNOME
+http://ftp.gnome.org/pub/GNOME/sources/emerillon/([\d\.]+)/ \
+        emerillon-(.*)\.tar\.gz




More information about the pkg-gnome-commits mailing list