diff -u gresistor-0.0.1/debian/copyright gresistor-0.0.1/debian/copyright --- gresistor-0.0.1/debian/copyright +++ gresistor-0.0.1/debian/copyright @@ -41,7 +41,7 @@ along with this program. If not, see . On Debian systems, the complete text of the GNU General - Public License can be found in `/usr/share/common-licenses/GPL'. + Public License can be found in `/usr/share/common-licenses/GPL-3'. Files: debian/* Copyright: Copyright 2008 Aanjhan Ranganathan @@ -63 +63 @@ - Public License can be found in `/usr/share/common-licenses/GPL'. + Public License can be found in `/usr/share/common-licenses/GPL-3'. diff -u gresistor-0.0.1/debian/control gresistor-0.0.1/debian/control --- gresistor-0.0.1/debian/control +++ gresistor-0.0.1/debian/control @@ -1,12 +1,12 @@ Source: gresistor Section: electronics Priority: optional -Maintainer: Ubuntu MOTU Team +Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Aanjhan Ranganathan -Build-Depends: cdbs, debhelper (>= 5), python-central (>=0.5.6), python, dpatch +Build-Depends: cdbs, debhelper (>= 5.0.38), python-central (>=0.5.6), python, dpatch XS-Python-Version: >=2.5 -Homepage: http://minipop.org/index.php?file=gresistor -Standards-Version: 3.8.0 +Homepage: http://www.gnomefiles.org/app.php/gResistor +Standards-Version: 3.8.4 Package: gresistor Architecture: all diff -u gresistor-0.0.1/debian/watch gresistor-0.0.1/debian/watch --- gresistor-0.0.1/debian/watch +++ gresistor-0.0.1/debian/watch @@ -2 +2 @@ -http://www.minipop.org/progs/gresistor/gresistor-(.*)\.tar\.gz +http://www.roroid.ro/progs/gresistor/gresistor-(.*)\.tar\.gz diff -u gresistor-0.0.1/debian/rules gresistor-0.0.1/debian/rules --- gresistor-0.0.1/debian/rules +++ gresistor-0.0.1/debian/rules @@ -6,0 +7,2 @@ + +DEB_PYTHON_INSTALL_ARGS_ALL += --install-lib=/usr/share/gresistor diff -u gresistor-0.0.1/debian/changelog gresistor-0.0.1/debian/changelog --- gresistor-0.0.1/debian/changelog +++ gresistor-0.0.1/debian/changelog @@ -1,3 +1,22 @@ +gresistor (0.0.1-0ubuntu2) maverick; urgency=low + + [ Bhavani Shankar ] + * debian/control: + + Bump up debhelper version to >= 5.0.38 as per policy + + Bump up Standards-Version to 3.8.4 + + Update Homepage to reflect new homepage + * debian/menu: + + (New file) Install under Applications/Education LP: #371076 + * debian/source/format: + + (New file) Specify the format as 1.0 + * Update watch file to reflect changed download location + + [ Stefano Rivera ] + * Install SimpleGladeApp (that really should be packaged separately) in + /usr/share/gresistor + + -- Bhavani Shankar Fri, 25 Jun 2010 00:04:22 +0200 + gresistor (0.0.1-0ubuntu1) jaunty; urgency=low * Initial release (LP: #251919) diff -u gresistor-0.0.1/debian/patches/00list gresistor-0.0.1/debian/patches/00list --- gresistor-0.0.1/debian/patches/00list +++ gresistor-0.0.1/debian/patches/00list @@ -1,0 +2 @@ +02_private_module only in patch2: unchanged: --- gresistor-0.0.1.orig/debian/menu +++ gresistor-0.0.1/debian/menu @@ -0,0 +1,6 @@ +?package(gresistor):needs="X11" \ + section="Applications/Education" \ + hints="GNOME" \ + title="gResistor" \ + longtitle="resistor color code calculator " \ + command="/usr/bin/gresistor" only in patch2: unchanged: --- gresistor-0.0.1.orig/debian/source/format +++ gresistor-0.0.1/debian/source/format @@ -0,0 +1 @@ +1.0 only in patch2: unchanged: --- gresistor-0.0.1.orig/debian/patches/02_private_module.dpatch +++ gresistor-0.0.1/debian/patches/02_private_module.dpatch @@ -0,0 +1,20 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 02_private_module.dpatch by Stefano Rivera +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: We store our libraries in /usr/share/gresistor + +@DPATCH@ +diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' gresistor-0.0.1~/gresistor gresistor-0.0.1/gresistor +--- gresistor-0.0.1~/gresistor 2005-10-16 16:25:17.000000000 +0200 ++++ gresistor-0.0.1/gresistor 2010-06-25 00:00:03.860152746 +0200 +@@ -14,6 +14,9 @@ + + import pango + ++import sys ++sys.path.insert(0, '/usr/share/gresistor') ++ + from SimpleGladeApp import SimpleGladeApp + from SimpleGladeApp import bindtextdomain +