--- python-gtk2-tutorial-2.4.orig/debian/changelog +++ python-gtk2-tutorial-2.4/debian/changelog @@ -0,0 +1,37 @@ +python-gtk2-tutorial (2.4-1) unstable; urgency=low + + * New upstream version + * Changed debian/control: + - set maintainer email to + - debian/rules -- removed obsolete DH_COMPAT line + * Added: + - debian/python-gtk2-tutorial.doc-base + - debian/python-gtk2-tutorial.links + - pygtk2tutorial.devhelp, thanks to John Finlay + + -- Igor Stroh Sun, 22 May 2005 12:56:24 +0200 + +python-gtk2-tutorial (2.3-1) unstable; urgency=low + + * New upstream version + * "Suggest" only python-gtk2 and python-gtk2-doc, + thanks to Floris Bruynooghe (Closes: #271050) + * Added README.Debian with a brief warning about + pygtk2 versions in Debian, thanks to + Picca Frederic (Closes: #275062) + * Fixed short description to satisfy lintian + + -- Igor Stroh Tue, 4 Jan 2005 12:30:11 +0100 + +python-gtk2-tutorial (2.2-1) unstable; urgency=low + + * New upstream release + + -- Igor Stroh Tue, 10 Aug 2004 12:30:20 +0200 + +python-gtk2-tutorial (2.1-1) unstable; urgency=low + + * Initial Release (Closes: #261183) + + -- Igor Stroh Mon, 26 Jul 2004 12:26:52 +0200 + --- python-gtk2-tutorial-2.4.orig/debian/control +++ python-gtk2-tutorial-2.4/debian/control @@ -0,0 +1,19 @@ +Source: python-gtk2-tutorial +Section: doc +Priority: optional +Maintainer: Igor Stroh +Build-Depends-Indep: debhelper (>= 4.1.16) +Standards-Version: 3.6.1 + +Package: python-gtk2-tutorial +Suggests: python-gtk2, python-gtk2-doc +Architecture: all +Description: tutorial for the GTK2 python library + It assumes some understanding of Python, and how to + create and run Python programs. If you are not familiar + with Python, please read a Python Tutorial (from + python-doc package) first. It also does not assume + an understanding of GTK. + . + This document is a "work in progress". Please look for + updates on http://www.pygtk.org. --- python-gtk2-tutorial-2.4.orig/debian/copyright +++ python-gtk2-tutorial-2.4/debian/copyright @@ -0,0 +1,33 @@ +This package was debianized by Igor Stroh on +Tue, 27 Jul 2004 20:26:52 +0200. + +It was downloaded from http://www.moeraki.com/pygtktutorial/ + +Upstream Author: John Finlay + +Copyright: + +The PyGTK Tutorial is Copyright (C) 2001-2004 John Finlay. + +Permission is granted to make and distribute verbatim copies of +this manual provided the copyright notice and this permission +notice are preserved on all copies. + +Permission is granted to copy and distribute modified versions of +this document under the conditions for verbatim copying, provided +that this copyright notice is included exactly as in the original, +and that the entire resulting derived work is distributed under +the terms of a permission notice identical to this one. + +Permission is granted to copy and distribute translations of this +document into another language, under the above conditions for +modified versions. + +If you are intending to incorporate this document into a published +work, please contact the maintainer, and we will make an effort +to ensure that you have the most up to date information available. + +There is no guarantee that this document lives up to its intended +purpose. This is simply provided as a free resource. As such, the +authors and maintainers of the information provided within can +not make any guarantee that the information is even accurate. --- python-gtk2-tutorial-2.4.orig/debian/dirs +++ python-gtk2-tutorial-2.4/debian/dirs @@ -0,0 +1 @@ +usr/share/doc/python-gtk2-tutorial/html --- python-gtk2-tutorial-2.4.orig/debian/rules +++ python-gtk2-tutorial-2.4/debian/rules @@ -0,0 +1,48 @@ +#!/usr/bin/make -f +#export DH_VERBOSE=1 + +INSTDIR=debian/python-gtk2-tutorial/usr/share/doc/python-gtk2-tutorial + +build: build-stamp +build-stamp: + dh_testdir + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp install-stamp + + dh_clean +install: install-stamp +install-stamp: build-stamp + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + tar -cf - --exclude ./debian --exclude build-stamp . | (cd ${INSTDIR}/html/ && tar -xf -) + cp debian/copyright debian/README.Debian ${INSTDIR}/ + touch install-stamp + +binary-arch: + +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_link + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +source diff: + @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- python-gtk2-tutorial-2.4.orig/debian/compat +++ python-gtk2-tutorial-2.4/debian/compat @@ -0,0 +1 @@ +4 --- python-gtk2-tutorial-2.4.orig/debian/README.Debian +++ python-gtk2-tutorial-2.4/debian/README.Debian @@ -0,0 +1,7 @@ +This tutorial may cover future versions of pytgk2.x +which are not available as Debian packages yet. + +Make sure your python2.x-gtk2 package is up-to-date +and watch out for explicit version statements +throughout the whole tutorial texts, e.g.: +"New Widgets in PyGTK 2.4" --- python-gtk2-tutorial-2.4.orig/debian/python-gtk2-tutorial.links +++ python-gtk2-tutorial-2.4/debian/python-gtk2-tutorial.links @@ -0,0 +1 @@ +usr/share/doc/python-gtk2-tutorial/html/ usr/share/gtk-doc/html/python-gtk2-tutorial --- python-gtk2-tutorial-2.4.orig/debian/python-gtk2-tutorial.doc-base +++ python-gtk2-tutorial-2.4/debian/python-gtk2-tutorial.doc-base @@ -0,0 +1,14 @@ +Document: python-gtk2-tutorial +Title: Python GTK2 Tutorial +Author: John Finlay +Abstract: Tutorial for the GTK2 python library. + It assumes some understanding of Python, and how to + create and run Python programs. If you are not familiar + with Python, please read a Python Tutorial (from + python-doc package) first. It also does not assume + an understanding of GTK. +Section: Apps/Programming + +Format: HTML +Index: /usr/share/doc/python-gtk2-tutorial/html/index.html +Files: /usr/share/doc/python-gtk2-tutorial/html/*.html --- python-gtk2-tutorial-2.4.orig/python-gtk2-tutorial.devhelp +++ python-gtk2-tutorial-2.4/python-gtk2-tutorial.devhelp @@ -0,0 +1,204 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +