r12922 - in /desktop/unstable/pygtksourceview: ./ debian/ debian/changelog debian/compat debian/control debian/control.in debian/copyright debian/docs debian/examples debian/links debian/rules debian/watch

joss at users.alioth.debian.org joss at users.alioth.debian.org
Mon Oct 1 09:30:31 UTC 2007


Author: joss
Date: Mon Oct  1 09:30:31 2007
New Revision: 12922

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=12922
Log:
* Initial release. Closes: #444820.

Added:
    desktop/unstable/pygtksourceview/
    desktop/unstable/pygtksourceview/debian/   (with props)
    desktop/unstable/pygtksourceview/debian/changelog
    desktop/unstable/pygtksourceview/debian/compat
    desktop/unstable/pygtksourceview/debian/control
    desktop/unstable/pygtksourceview/debian/control.in
    desktop/unstable/pygtksourceview/debian/copyright
    desktop/unstable/pygtksourceview/debian/docs
    desktop/unstable/pygtksourceview/debian/examples
    desktop/unstable/pygtksourceview/debian/links
    desktop/unstable/pygtksourceview/debian/rules   (with props)
    desktop/unstable/pygtksourceview/debian/watch

Propchange: desktop/unstable/pygtksourceview/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

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

Added: desktop/unstable/pygtksourceview/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygtksourceview/debian/changelog?rev=12922&op=file
==============================================================================
--- desktop/unstable/pygtksourceview/debian/changelog (added)
+++ desktop/unstable/pygtksourceview/debian/changelog Mon Oct  1 09:30:31 2007
@@ -1,0 +1,5 @@
+pygtksourceview (2.0.0-1) unstable; urgency=low
+
+  * Initial release. Closes: #444820.
+
+ -- Josselin Mouette <joss at debian.org>  Mon, 01 Oct 2007 11:28:18 +0200

Added: desktop/unstable/pygtksourceview/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygtksourceview/debian/compat?rev=12922&op=file
==============================================================================
--- desktop/unstable/pygtksourceview/debian/compat (added)
+++ desktop/unstable/pygtksourceview/debian/compat Mon Oct  1 09:30:31 2007
@@ -1,0 +1,1 @@
+5

Added: desktop/unstable/pygtksourceview/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygtksourceview/debian/control?rev=12922&op=file
==============================================================================
--- desktop/unstable/pygtksourceview/debian/control (added)
+++ desktop/unstable/pygtksourceview/debian/control Mon Oct  1 09:30:31 2007
@@ -1,0 +1,33 @@
+Source: pygtksourceview
+Section: python
+Priority: optional
+Maintainer: Josselin Mouette <joss at debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 5),
+               python-support (>= 0.4),
+               gnome-pkg-tools (>= 0.10),
+               python-all-dev (>= 2.3.5),
+	       python-gobject-dev (>= 2.8.0),
+	       python-gtk2-dev (>= 2.8.0),
+	       libgtksourceview2.0-dev (>= 2.0.0),
+               xsltproc,
+               docbook-xsl,
+               autotools-dev
+Standards-Version: 3.7.2
+
+Package: python-gtksourceview2
+Architecture: any
+Depends: ${python:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends}
+Python-Depends: python-gobject (>= 2.8.0), python-gtk2 (>= 2.8.0)
+Provides: ${python:Provides}
+XB-Python-Version: ${python:Versions}
+Suggests: libgtksourceview2.0-dev (>= 2.0.0)
+Description: Python bindings for the GtkSourceView widget
+ GtkSourceView is a text widget that extends the standard GTK+ 2.x text
+ widget GtkTextView. It improves GtkTextView by implementing syntax
+ highlighting and other features typical of a source editor.
+ .
+ This package contains the python bindings for GtkSourceView, and allows
+ to write python programs that use the GtkSourceView widget.

Added: desktop/unstable/pygtksourceview/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygtksourceview/debian/control.in?rev=12922&op=file
==============================================================================
--- desktop/unstable/pygtksourceview/debian/control.in (added)
+++ desktop/unstable/pygtksourceview/debian/control.in Mon Oct  1 09:30:31 2007
@@ -1,0 +1,33 @@
+Source: pygtksourceview
+Section: python
+Priority: optional
+Maintainer: Josselin Mouette <joss at debian.org>
+Uploaders: @GNOME_TEAM@
+Build-Depends: debhelper (>= 5),
+               python-support (>= 0.4),
+               gnome-pkg-tools (>= 0.10),
+               python-all-dev (>= 2.3.5),
+	       python-gobject-dev (>= 2.8.0),
+	       python-gtk2-dev (>= 2.8.0),
+	       libgtksourceview2.0-dev (>= 2.0.0),
+               xsltproc,
+               docbook-xsl,
+               autotools-dev
+Standards-Version: 3.7.2
+
+Package: python-gtksourceview2
+Architecture: any
+Depends: ${python:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends}
+Python-Depends: python-gobject (>= 2.8.0), python-gtk2 (>= 2.8.0)
+Provides: ${python:Provides}
+XB-Python-Version: ${python:Versions}
+Suggests: libgtksourceview2.0-dev (>= 2.0.0)
+Description: Python bindings for the GtkSourceView widget
+ GtkSourceView is a text widget that extends the standard GTK+ 2.x text
+ widget GtkTextView. It improves GtkTextView by implementing syntax
+ highlighting and other features typical of a source editor.
+ .
+ This package contains the python bindings for GtkSourceView, and allows
+ to write python programs that use the GtkSourceView widget.

Added: desktop/unstable/pygtksourceview/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygtksourceview/debian/copyright?rev=12922&op=file
==============================================================================
--- desktop/unstable/pygtksourceview/debian/copyright (added)
+++ desktop/unstable/pygtksourceview/debian/copyright Mon Oct  1 09:30:31 2007
@@ -1,0 +1,25 @@
+This package was debianized by Josselin Mouette <joss at debian.org> on
+Sun, 30 Sep 2007 22:05:06 +0200.
+
+It was downloaded from <http://ftp.gnome.org/pub/GNOME/sources/pygtksourceview/>
+
+Upstream authors: Gian Mario Tagliaretti <gianmt at gnome.org>
+
+License:
+
+    This package is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser 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
+    Lesser General Public License for more details.
+
+    You should have received a copy of the GNU Lesser General Public
+    License along with this package; 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 Lesser General
+Public License can be found in `/usr/share/common-licenses/LGPL'.

Added: desktop/unstable/pygtksourceview/debian/docs
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygtksourceview/debian/docs?rev=12922&op=file
==============================================================================
--- desktop/unstable/pygtksourceview/debian/docs (added)
+++ desktop/unstable/pygtksourceview/debian/docs Mon Oct  1 09:30:31 2007
@@ -1,0 +1,2 @@
+NEWS
+README

Added: desktop/unstable/pygtksourceview/debian/examples
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygtksourceview/debian/examples?rev=12922&op=file
==============================================================================
--- desktop/unstable/pygtksourceview/debian/examples (added)
+++ desktop/unstable/pygtksourceview/debian/examples Mon Oct  1 09:30:31 2007
@@ -1,0 +1,1 @@
+test/*.py

Added: desktop/unstable/pygtksourceview/debian/links
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygtksourceview/debian/links?rev=12922&op=file
==============================================================================
--- desktop/unstable/pygtksourceview/debian/links (added)
+++ desktop/unstable/pygtksourceview/debian/links Mon Oct  1 09:30:31 2007
@@ -1,0 +1,1 @@
+/usr/share/gtk-doc/html/pygtksourceview2 /usr/share/doc/python-gtksourceview2/html

Added: desktop/unstable/pygtksourceview/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygtksourceview/debian/rules?rev=12922&op=file
==============================================================================
--- desktop/unstable/pygtksourceview/debian/rules (added)
+++ desktop/unstable/pygtksourceview/debian/rules Mon Oct  1 09:30:31 2007
@@ -1,0 +1,85 @@
+#!/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
+
+CFLAGS += -Wall -g -O$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2)
+
+DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+
+configure_flags += \
+		--prefix=/usr \
+		--enable-thread \
+		--build=$(DEB_BUILD_GNU_TYPE)
+
+ifneq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
+	configure_flags += --host=$(DEB_HOST_GNU_TYPE)
+endif
+
+PYVERS := $(shell pyversions -vs)
+
+build-%/configure-stamp:
+	dh_testdir
+	mkdir -p build-$*
+	cd build-$* && \
+		PYTHON=/usr/bin/python$* CFLAGS="$(CFLAGS)" \
+			$(CURDIR)/configure $(configure_flags)
+	touch $@
+
+build-%/build-stamp: build-%/configure-stamp
+	dh_testdir
+	$(MAKE) -C build-$*
+	touch $@
+
+build: $(PYVERS:%=build-%/build-stamp)
+
+install-clean:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+
+install-%: build-%/build-stamp
+	dh_testdir
+	dh_testroot
+	$(MAKE) -C build-$* install DESTDIR=$(CURDIR)/debian/python-gtksourceview2
+
+install: build install-clean $(PYVERS:%=install-%)
+	dh_testdir
+	dh_testroot
+	find debian/python-gtksourceview2 -name \*.la -exec rm -f \{\} \;
+
+clean::
+	dh_testdir
+	dh_testroot
+	rm -Rf build-*
+	-test -f config.sub && \
+	  test -r /usr/share/misc/config.sub && \
+	  cp -f /usr/share/misc/config.sub config.sub
+	-test -f config.guess && \
+	  test -r /usr/share/misc/config.guess && \
+	  cp -f /usr/share/misc/config.guess config.guess
+	dh_clean *.pyc */*.pyc
+
+binary-indep: build install
+#Nothing to do
+
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs -a
+	dh_installexamples -a
+	dh_installchangelogs ChangeLog -a
+	dh_strip -a
+	dh_link -a
+	dh_compress -a -X.py
+	dh_fixperms -a
+	dh_pysupport -a
+	dh_installdeb -a
+	dh_shlibdeps -a
+	dh_gencontrol -a
+	dh_md5sums -a
+	dh_builddeb -a
+
+binary: binary-arch binary-indep
+.PHONY: build clean binary-indep binary-arch binary build install

Propchange: desktop/unstable/pygtksourceview/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: desktop/unstable/pygtksourceview/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygtksourceview/debian/watch?rev=12922&op=file
==============================================================================
--- desktop/unstable/pygtksourceview/debian/watch (added)
+++ desktop/unstable/pygtksourceview/debian/watch Mon Oct  1 09:30:31 2007
@@ -1,0 +1,2 @@
+version=2
+http://ftp.gnome.org/pub/GNOME/sources/pygtksourceview/([\d\.]+)[02468]/pygtksourceview-([\d\.]+)\.tar\.gz




More information about the pkg-gnome-commits mailing list