[Python-apps-commits] r595 - in packages/pondus/trunk (8 files)

eike-guest at users.alioth.debian.org eike-guest at users.alioth.debian.org
Tue Feb 5 20:37:27 UTC 2008


    Date: Tuesday, February 5, 2008 @ 20:37:26
  Author: eike-guest
Revision: 595

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/pondus/trunk/debian/
  packages/pondus/trunk/debian/changelog
  packages/pondus/trunk/debian/compat
  packages/pondus/trunk/debian/control
  packages/pondus/trunk/debian/copyright
  packages/pondus/trunk/debian/menu
  packages/pondus/trunk/debian/rules
  packages/pondus/trunk/debian/watch


Property changes on: packages/pondus/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages/pondus/trunk/debian/changelog
===================================================================
--- packages/pondus/trunk/debian/changelog	                        (rev 0)
+++ packages/pondus/trunk/debian/changelog	2008-02-05 20:37:26 UTC (rev 595)
@@ -0,0 +1,5 @@
+pondus (0.1.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #463873)
+
+ -- Eike Nicklas <eike at ephys.de>  Fri, 01 Feb 2008 20:15:52 +0100

Added: packages/pondus/trunk/debian/compat
===================================================================
--- packages/pondus/trunk/debian/compat	                        (rev 0)
+++ packages/pondus/trunk/debian/compat	2008-02-05 20:37:26 UTC (rev 595)
@@ -0,0 +1 @@
+5

Added: packages/pondus/trunk/debian/control
===================================================================
--- packages/pondus/trunk/debian/control	                        (rev 0)
+++ packages/pondus/trunk/debian/control	2008-02-05 20:37:26 UTC (rev 595)
@@ -0,0 +1,20 @@
+Source: pondus
+Section: x11
+Priority: optional
+Maintainer: Eike Nicklas <eike at ephys.de>
+Build-Depends: debhelper (>=5.0.38), python
+Build-Depends-Indep: python-support(>=0.6)
+Standards-Version: 3.7.3
+XS-Python-Version: >= 2.4
+Homepage: http://www.ephys.de/software/pondus/
+
+Package: pondus
+Architecture: all
+Depends: ${python:Depends}, python-gtk2 (>=2.4), python-matplotlib
+XB-Python-Version: ${python:Versions}
+Description: personal weight manager for GTK+2
+ Pondus keeps track of your body weight. It aims to be simple to use,
+ lightweight and fast.
+ .
+ The data is stored in xml-files for easy access and modification with
+ other programs.

Added: packages/pondus/trunk/debian/copyright
===================================================================
--- packages/pondus/trunk/debian/copyright	                        (rev 0)
+++ packages/pondus/trunk/debian/copyright	2008-02-05 20:37:26 UTC (rev 595)
@@ -0,0 +1,33 @@
+This package was debianized by Eike Nicklas <eike at ephys.de> on
+Sun, 11 Nov 2007 18:05:09 +0100.
+
+It was downloaded from http://www.ephys.de/software/pondus/
+
+Upstream Author:
+
+    Eike Nicklas <eike at ephys.de>
+
+Copyright:
+
+    This software is copyright (C) 2007-08 Eike Nicklas
+
+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, see <http://www.gnu.org/licenses/>.
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
+The Debian packaging is (C) 2007-08, Eike Nicklas <eike at ephys.de> and
+is licensed under the GPL, see above.

Added: packages/pondus/trunk/debian/menu
===================================================================
--- packages/pondus/trunk/debian/menu	                        (rev 0)
+++ packages/pondus/trunk/debian/menu	2008-02-05 20:37:26 UTC (rev 595)
@@ -0,0 +1,6 @@
+?package(pondus): \
+    needs="X11" \
+    section="Applications/Data Management" \
+    title="Pondus" \
+    icon="/usr/share/pixmaps/pondus.xpm" \
+    command="/usr/bin/pondus"

Added: packages/pondus/trunk/debian/rules
===================================================================
--- packages/pondus/trunk/debian/rules	                        (rev 0)
+++ packages/pondus/trunk/debian/rules	2008-02-05 20:37:26 UTC (rev 595)
@@ -0,0 +1,42 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+build:
+
+clean:
+	dh_testdir
+	dh_testroot
+	python setup.py clean -a
+	find . -name '*\.py[co]' -delete
+	dh_clean
+
+install:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+	python setup.py install --root $(CURDIR)/debian/pondus --no-compile
+	find debian/ -type f -name "*\.py" | xargs chmod +x
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs
+	dh_installdocs
+	dh_installmenu
+	dh_icons
+	dh_pysupport
+	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


Property changes on: packages/pondus/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/pondus/trunk/debian/watch
===================================================================
--- packages/pondus/trunk/debian/watch	                        (rev 0)
+++ packages/pondus/trunk/debian/watch	2008-02-05 20:37:26 UTC (rev 595)
@@ -0,0 +1,4 @@
+# Compulsory line, this is a version 3 file
+version=3
+
+http://www.ephys.de/software/pondus/pondus-(.*).tar.gz




More information about the Python-apps-commits mailing list