--- installation-report-generator-0.2.3.orig/debian/rules +++ installation-report-generator-0.2.3/debian/rules @@ -0,0 +1,43 @@ +#!/usr/bin/make -f + +BUILD_ROOT_PATH = $(CURDIR)/debian/installation-report-generator + +build: build-stamp + python $(CURDIR)/setup.py build --build-base=$(BUILD_ROOT_PATH)/build + +build: build-stamp +build-stamp: + dh_testdir + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + rm -fr $(CURDIR)/build + rm -f irgenerator/*.pyc + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + python setup.py install --root=$(BUILD_ROOT_PATH) + +binary-indep: build install + dh_testdir + dh_testroot + dh_installdocs + dh_installchangelogs + dh_pycentral + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-arch: build install + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- installation-report-generator-0.2.3.orig/debian/control +++ installation-report-generator-0.2.3/debian/control @@ -0,0 +1,23 @@ +Source: installation-report-generator +Section: utils +Priority: optional +Maintainer: Alessio Treglia +Build-Depends: debhelper (>= 6) +Build-Depends-Indep: python-central (>= 0.6), python-all-dev (>= 2.5) +Standards-Version: 3.8.0 +Homepage: http://installation-report-generator.alessiotreglia.com +XS-Python-Version: all + +Package: installation-report-generator +Architecture: all +Depends: ${python:Depends}, ${misc:Depends}, python-gtk2, python-glade2, + python-gtkmvc, lsb-release, pciutils, lshw +XB-Python-Version: ${python:Versions} +Description: collect installation data for support purposes + Installation Report Generator is a small program to help users + in gathering informations about system software and hardware + configuration, in order to prepare a page for the Italian wiki's + Notebook section. + . + The generated reports can be proposed to the wiki's Editors in + order to be published. --- installation-report-generator-0.2.3.orig/debian/compat +++ installation-report-generator-0.2.3/debian/compat @@ -0,0 +1 @@ +6 --- installation-report-generator-0.2.3.orig/debian/copyright +++ installation-report-generator-0.2.3/debian/copyright @@ -0,0 +1,34 @@ +This package was debianized by Alessio Treglia on +Sun, 09 November 2008 17:48:29 +0100. + +It was downloaded from http://installation-report-generator.alessiotreglia.com + +Upstream Author: + + Alessio Treglia + +Copyright: + + Copyright © 2008-2009 Alessio Treglia + +License: + + This package 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 3 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 General Public License for more details. + + You should have received a copy of the GNU 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 General +Public License can be found in `/usr/share/common-licenses/GPL-3'. + +The Debian packaging is © 2008-2009, Alessio Treglia +and is licensed under the GPL, see above. --- installation-report-generator-0.2.3.orig/debian/watch +++ installation-report-generator-0.2.3/debian/watch @@ -0,0 +1,3 @@ +version=3 +https://launchpad.net/installation-report-generator/+download \ +http://launchpad.net/installation-report-generator/.*/installation-report-generator_([0-9\.]*)\.tar\.gz --- installation-report-generator-0.2.3.orig/debian/changelog +++ installation-report-generator-0.2.3/debian/changelog @@ -0,0 +1,37 @@ +installation-report-generator (0.2.3-0ubuntu1) jaunty; urgency=low + + * New upstream release. + * Update debian packaging copyright. + + -- Alessio Treglia Thu, 02 Apr 2009 20:11:55 +0200 + +installation-report-generator (0.2.2-0ubuntu1) jaunty; urgency=low + + * New upstream micro-release. + + -- Alessio Treglia Fri, 27 Feb 2009 16:07:43 +0100 + +installation-report-generator (0.2.1-0ubuntu1) jaunty; urgency=low + + * New upstream release (LP: #325882). + * Update copyright information in debian/copyright. + + -- Alessio Treglia Thu, 05 Feb 2009 20:24:59 +0100 + +installation-report-generator (0.2.0-0ubuntu1) jaunty; urgency=low + + * New upstream release (LP: #321124). + + -- Alessio Treglia Sun, 25 Jan 2009 12:31:37 +0100 + +installation-report-generator (0.1.8-0ubuntu1) jaunty; urgency=low + + * New upstream release. + + -- Alessio Treglia Mon, 29 Dec 2008 10:03:33 +0100 + +installation-report-generator (0.1.7-0ubuntu1) jaunty; urgency=low + + * Initial release (LP: #283256). + + -- Alessio Treglia Sun, 09 Nov 2008 17:48:29 +0100