[Python-apps-commits] r2168 - in packages/lottanzb/trunk (16 files)
lantash-guest at users.alioth.debian.org
lantash-guest at users.alioth.debian.org
Tue Jan 6 20:22:00 UTC 2009
Date: Tuesday, January 6, 2009 @ 20:21:59
Author: lantash-guest
Revision: 2168
[svn-inject] Applying Debian modifications to trunk
Added:
packages/lottanzb/trunk/debian/
packages/lottanzb/trunk/debian/changelog
packages/lottanzb/trunk/debian/compat
packages/lottanzb/trunk/debian/control
packages/lottanzb/trunk/debian/copyright
packages/lottanzb/trunk/debian/lottanzb.1
packages/lottanzb/trunk/debian/lottanzb.install
packages/lottanzb/trunk/debian/lottanzb.menu
packages/lottanzb/trunk/debian/lottanzb.xpm
packages/lottanzb/trunk/debian/manpages
packages/lottanzb/trunk/debian/postinst
packages/lottanzb/trunk/debian/postrm
packages/lottanzb/trunk/debian/pycompat
packages/lottanzb/trunk/debian/pyversions
packages/lottanzb/trunk/debian/rules
packages/lottanzb/trunk/debian/watch
Property changes on: packages/lottanzb/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
+ 1
Added: packages/lottanzb/trunk/debian/changelog
===================================================================
--- packages/lottanzb/trunk/debian/changelog (rev 0)
+++ packages/lottanzb/trunk/debian/changelog 2009-01-06 20:21:59 UTC (rev 2168)
@@ -0,0 +1,4 @@
+lottanzb (0.4.0-1) unstable; urgency=low
+ * Initial release (Closes: #510909).
+
+ -- Severin Heiniger <severinheiniger at gmail.com> Tue, 06 Jan 2009 12:54:07 +0100
Added: packages/lottanzb/trunk/debian/compat
===================================================================
--- packages/lottanzb/trunk/debian/compat (rev 0)
+++ packages/lottanzb/trunk/debian/compat 2009-01-06 20:21:59 UTC (rev 2168)
@@ -0,0 +1 @@
+5
Added: packages/lottanzb/trunk/debian/control
===================================================================
--- packages/lottanzb/trunk/debian/control (rev 0)
+++ packages/lottanzb/trunk/debian/control 2009-01-06 20:21:59 UTC (rev 2168)
@@ -0,0 +1,21 @@
+Source: lottanzb
+Section: net
+Priority: extra
+Maintainer: Severin Heiniger <severinheiniger at gmail.com>
+Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Build-Depends: cdbs, debhelper, python, python-support, python-setuptools
+Build-Depends-Indep: python-all-dev (>= 2.4), pkg-config, python-kiwi
+Standards-Version: 3.8.0
+
+Package: lottanzb
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, python (>= 2.4), hellanzb (>= 0.13), python-elementtree, python-glade2, python-gtk2, python-support, unrar, python-kiwi (>= 1.9.9)
+Enhances: hellanzb
+Recommends: python-openssl
+Homepage: http://www.lottanzb.org/
+Description: Simple and automated Usenet downloader for Newzbin (NZB) files
+ LottaNZB aims to simplify and automate the download of binary news from the
+ Usenet, a world-wide internet discussion system. Users can tell LottaNZB what
+ to download using so-called NZB files, which are created by many Usenet search
+ engines. LottaNZB integrates nicely with GNOME desktops, but is not limited to
+ them and uses the mature HellaNZB software as its foundation.
Added: packages/lottanzb/trunk/debian/copyright
===================================================================
--- packages/lottanzb/trunk/debian/copyright (rev 0)
+++ packages/lottanzb/trunk/debian/copyright 2009-01-06 20:21:59 UTC (rev 2168)
@@ -0,0 +1,29 @@
+This package was debianized by Severin Heiniger <severinheiniger at gmail.com> on
+Tue, 06 Jan 2009 12:59:00 +0100.
+
+It was downloaded from http://www.lottanzb.org/
+
+Copyright © 2008 LottaNZB Development Team
+ Sander Tuit <avirulence at gmail.com>
+ Severin Heiniger <severinheiniger at gmail.com>
+ Stéphane Maniaci <stephane.maniaci at gmail.com>
+ Andrew Williams <andy at tensixtyone.com>
+
+License:
+
+ This program 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; version 3.
+
+ This program 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 program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+
+
+The Debian packaging is © 2008, Severin Heiniger <severinheiniger at gmail.com> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
Added: packages/lottanzb/trunk/debian/lottanzb.1
===================================================================
--- packages/lottanzb/trunk/debian/lottanzb.1 (rev 0)
+++ packages/lottanzb/trunk/debian/lottanzb.1 2009-01-06 20:21:59 UTC (rev 2168)
@@ -0,0 +1,36 @@
+.TH LOTTANZB 1 "January 2009" "0.4"
+
+.SH NAME
+lottanzb - Automated Usenet Client
+
+.SH SYNOPSIS
+.B lottanzb [options] [files and/or newzbinids...]
+
+.SH DESCRIPTION
+.B LottaNZB
+aims to simplify and automate the download of binary news from the Usenet, a world-wide internet discussion system. Users can tell LottaNZB what to download using so-called NZB files, which are created by many Usenet search engines. LottaNZB integrates nicely with GNOME desktops, but is not limited to them and uses the mature HellaNZB software as its foundation.
+
+.SH OPTIONS
+.TP
+.I [files and/or newzbinids...]
+List of ".nzb" files or Newzbin.com report IDs to add to the download queue.
+.TP
+.I --version
+Show program's version number and exit.
+.TP
+.I -h, --help
+Show this help message and exit.
+.TP
+.I -d --debug
+Show debug messages.
+
+.SH SEE ALSO
+.B Homepage:
+http://www.lottanzb.org/
+
+.SH AUTHOR
+This manual page was written by Severin <severinheiniger at gmail.com> for the Debian system (but may be used by others).
+
+Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation.
+
+On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
Added: packages/lottanzb/trunk/debian/lottanzb.install
===================================================================
--- packages/lottanzb/trunk/debian/lottanzb.install (rev 0)
+++ packages/lottanzb/trunk/debian/lottanzb.install 2009-01-06 20:21:59 UTC (rev 2168)
@@ -0,0 +1 @@
+debian/lottanzb.xpm /usr/share/pixmaps
Added: packages/lottanzb/trunk/debian/lottanzb.menu
===================================================================
--- packages/lottanzb/trunk/debian/lottanzb.menu (rev 0)
+++ packages/lottanzb/trunk/debian/lottanzb.menu 2009-01-06 20:21:59 UTC (rev 2168)
@@ -0,0 +1,7 @@
+?package(lottanzb): \
+ needs="X11" \
+ section="Applications/Network/File Transfer" \
+ title="LottaNZB Automated Usenet Client" \
+ command="/usr/bin/lottanzb" \
+ icon="/usr/share/pixmaps/lottanzb.xpm"
+
Added: packages/lottanzb/trunk/debian/lottanzb.xpm
===================================================================
--- packages/lottanzb/trunk/debian/lottanzb.xpm (rev 0)
+++ packages/lottanzb/trunk/debian/lottanzb.xpm 2009-01-06 20:21:59 UTC (rev 2168)
@@ -0,0 +1,336 @@
+/* XPM */
+static char * lottanzb_xpm[] = {
+"32 32 301 2",
+" c None",
+". c #939393",
+"+ c #949494",
+"@ c #989898",
+"# c #FBFBFB",
+"$ c #FFFFFF",
+"% c #FEFEFE",
+"& c #FCFCFC",
+"* c #DEDEDE",
+"= c #4F4F4F",
+"- c #EBEBEB",
+"; c #E5E5E5",
+"> c #717171",
+", c #CBCBCB",
+"' c #4E4E4E",
+") c #B0B0B0",
+"! c #7B7B7B",
+"~ c #C9C9C9",
+"{ c #4B4B4B",
+"] c #D9D9D9",
+"^ c #505050",
+"/ c #C8C8C8",
+"( c #DCDCDC",
+"_ c #818181",
+": c #A8A8A8",
+"< c #A0A0A0",
+"[ c #6E6E6E",
+"} c #EFEFEF",
+"| c #D3D3D3",
+"1 c #C7C7C7",
+"2 c #D1D1D1",
+"3 c #F8F8F8",
+"4 c #595959",
+"5 c #F6F6F6",
+"6 c #AFAFAF",
+"7 c #F5F5F5",
+"8 c #4C4C4C",
+"9 c #F4F4F4",
+"0 c #DADADA",
+"a c #ECECEC",
+"b c #656565",
+"c c #D4D4D4",
+"d c #808080",
+"e c #A9A9A9",
+"f c #CDCDCD",
+"g c #CCCCCC",
+"h c #5C5C5C",
+"i c #D2D2D2",
+"j c #BCBCBC",
+"k c #EEEEEE",
+"l c #C6C6C6",
+"m c #C5C5C5",
+"n c #EAEAEA",
+"o c #F7F7F7",
+"p c #838383",
+"q c #919191",
+"r c #3A3A3A",
+"s c #ACACAC",
+"t c #797979",
+"u c #F2F2F2",
+"v c #B6B6B6",
+"w c #979797",
+"x c #565656",
+"y c #A5A5A5",
+"z c #C4C4C4",
+"A c #313131",
+"B c #EDEDED",
+"C c #E9E9E9",
+"D c #888888",
+"E c #F3F3F3",
+"F c #E3E3E3",
+"G c #343434",
+"H c #515151",
+"I c #999999",
+"J c #E4E4E4",
+"K c #383838",
+"L c #E8E8E8",
+"M c #616161",
+"N c #F1F1F1",
+"O c #E1E1E1",
+"P c #D5D5D5",
+"Q c #2B2B2B",
+"R c #AAAAAA",
+"S c #F0F0F0",
+"T c #9E9E9E",
+"U c #B1B1B1",
+"V c #D0D0D0",
+"W c #CECECE",
+"X c #E7E7E7",
+"Y c #E6E6E6",
+"Z c #CFCFCF",
+"` c #CACACA",
+" . c #C2C2C2",
+".. c #BFBFBF",
+"+. c #BDBDBD",
+"@. c #D6D6D6",
+"#. c #DFDFDF",
+"$. c #B7B7B7",
+"%. c #A6A6A6",
+"&. c #A2A2A2",
+"*. c #BEBEBE",
+"=. c #E2E2E2",
+"-. c #DDDDDD",
+";. c #A7A7A7",
+">. c #9C9C9C",
+",. c #BABABA",
+"'. c #ADADAD",
+"). c #969696",
+"!. c #B8B8B8",
+"~. c #E0E0E0",
+"{. c #DBDBDB",
+"]. c #C1C1C1",
+"^. c #8D8D8D",
+"/. c #747474",
+"(. c #7F807E",
+"_. c #98A58A",
+":. c #9FAB93",
+"<. c #95A586",
+"[. c #94A285",
+"}. c #B1BFA3",
+"|. c #CDE0BA",
+"1. c #BCCFA9",
+"2. c #BBCEA8",
+"3. c #C4D1B7",
+"4. c #B6C4A9",
+"5. c #737571",
+"6. c #839D69",
+"7. c #9FB787",
+"8. c #92B073",
+"9. c #92AF76",
+"0. c #ABC790",
+"a. c #BAE195",
+"b. c #B6DD91",
+"c. c #B7DD91",
+"d. c #C7E1AE",
+"e. c #C3C3C3",
+"f. c #737670",
+"g. c #7BA355",
+"h. c #A0C67D",
+"i. c #92C066",
+"j. c #94BE69",
+"k. c #A7D17F",
+"l. c #A3DC6A",
+"m. c #9AD362",
+"n. c #9AD363",
+"o. c #B4DB8E",
+"p. c #89B461",
+"q. c #D7D7D7",
+"r. c #B2B2B2",
+"s. c #ABABAB",
+"t. c #858585",
+"u. c #787878",
+"v. c #7C8078",
+"w. c #73A73F",
+"x. c #A7D677",
+"y. c #94D058",
+"z. c #98D160",
+"A. c #A4DB6E",
+"B. c #90DB46",
+"C. c #8FDB45",
+"D. c #90DB45",
+"E. c #B1E47F",
+"F. c #78B043",
+"G. c #D8D8D8",
+"H. c #848484",
+"I. c #72776D",
+"J. c #6DAC2F",
+"K. c #ADE775",
+"L. c #98E152",
+"M. c #9FE35C",
+"N. c #A3E463",
+"O. c #80DB28",
+"P. c #80DB29",
+"Q. c #A9E76D",
+"R. c #62A521",
+"S. c #6CAB2E",
+"T. c #99E253",
+"U. c #A0E45E",
+"V. c #A4E665",
+"W. c #81DC2A",
+"X. c #82DC2B",
+"Y. c #82DD2B",
+"Z. c #AAE86F",
+"`. c #63A622",
+" + c #B9B9B9",
+".+ c #7F7F7F",
+"++ c #7D7D7D",
+"@+ c #797E74",
+"#+ c #6CAC2F",
+"$+ c #AFE978",
+"%+ c #9BE356",
+"&+ c #A2E560",
+"*+ c #A6E667",
+"=+ c #83DD2D",
+"-+ c #84DE2D",
+";+ c #84DE2E",
+">+ c #ACE871",
+",+ c #62A622",
+"'+ c #CACFC5",
+")+ c #72B235",
+"!+ c #B1EA7A",
+"~+ c #9DE557",
+"{+ c #A2E662",
+"]+ c #A7E769",
+"^+ c #85DF2F",
+"/+ c #86DF30",
+"(+ c #ADEA73",
+"_+ c #74AD3F",
+":+ c #60A41F",
+"<+ c #80BB47",
+"[+ c #B0EB79",
+"}+ c #9EE55A",
+"|+ c #A4E763",
+"1+ c #A8E96B",
+"2+ c #87E032",
+"3+ c #88E032",
+"4+ c #88E133",
+"5+ c #ADEA72",
+"6+ c #6DAE2F",
+"7+ c #5EA11E",
+"8+ c #80AF54",
+"9+ c #96B975",
+"0+ c #76B736",
+"a+ c #B6EB82",
+"b+ c #B1EA7D",
+"c+ c #B5EA80",
+"d+ c #B6EB81",
+"e+ c #9CE556",
+"f+ c #A0E65B",
+"g+ c #A5E866",
+"h+ c #AAE96D",
+"i+ c #89E134",
+"j+ c #8AE235",
+"k+ c #91E441",
+"l+ c #B1EB7A",
+"m+ c #B2EB7D",
+"n+ c #B4EC80",
+"o+ c #B5EA82",
+"p+ c #6DB02E",
+"q+ c #A8BF93",
+"r+ c #B4B4B4",
+"s+ c #8A8A8A",
+"t+ c #67953D",
+"u+ c #83C145",
+"v+ c #AAE96E",
+"w+ c #8EE33E",
+"x+ c #95E449",
+"y+ c #9BE552",
+"z+ c #A1E85E",
+"A+ c #A7E967",
+"B+ c #ABEA6E",
+"C+ c #8BE237",
+"D+ c #B0EB76",
+"E+ c #75B537",
+"F+ c #719053",
+"G+ c #868686",
+"H+ c #878787",
+"I+ c #767676",
+"J+ c #509909",
+"K+ c #90D054",
+"L+ c #ABEA6D",
+"M+ c #96E549",
+"N+ c #9BE652",
+"O+ c #A1E85D",
+"P+ c #A7E966",
+"Q+ c #8AE234",
+"R+ c #81C342",
+"S+ c #4B940A",
+"T+ c #54A00A",
+"U+ c #A1D969",
+"V+ c #AAE96B",
+"W+ c #A6E965",
+"X+ c #8FCF53",
+"Y+ c #54A10A",
+"Z+ c #56A10D",
+"`+ c #ACE279",
+" @ c #AAEA6B",
+".@ c #A0E85B",
+"+@ c #9BD861",
+"@@ c #53A10A",
+"#@ c #59A312",
+"$@ c #B6E785",
+"%@ c #AAEA6D",
+"&@ c #9BE651",
+"*@ c #A4DF6D",
+"=@ c #61A91C",
+"-@ c #BEEC90",
+";@ c #ADEB71",
+">@ c #ABE474",
+",@ c #58A311",
+"'@ c #6DB02A",
+")@ c #C3EF99",
+"!@ c #AEEB72",
+"~@ c #92E442",
+"{@ c #AFE878",
+"]@ c #5EA718",
+"^@ c #7CBB3E",
+"/@ c #C6F09D",
+"(@ c #67AD21",
+"_@ c #89C651",
+":@ c #70B42E",
+" . . . . . . . . . . . . . . . . . . . . . . . . . . . . . + @ ",
+". # $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ % % & + ",
+". % * = - ; > , ' ) ! ~ { ] ^ / ( _ : < [ } | / 1 1 1 1 2 - % . ",
+". % 3 > 4 5 6 7 8 9 0 a b c d e f g h i j k 1 1 1 1 l l m n % . ",
+". % o e p q ) 9 r s t u v ! w x y } z A e B 1 1 l l m m m C % . ",
+". % 5 : 9 ' D E { u F ; } G v H I k i J K ; l l m m m m z L % . ",
+". % 0 M N O ! P Q R p 6 S ! a T / B b U > - V m m m z z W X $ . ",
+". % 9 E E u u N N S S } } k k B a a - - n n C C L L X X Y Y % . ",
+". % B Z ` ` ` ~ / m z ...+...] X @. at .@.P P P P c c | | | #.% . ",
+". % * ` ` ~ ~ l .j $.U s %.&.*.- X X X Y Y ; ; J J F F =.J $ . ",
+". % -.~ ~ / l .+.$.U s ;.&.>.,.Y V V V Z Z Z Z W W f f f ( $ . ",
+". % ( / / 1 .j '.y '.%.&.>.).!.C Y ; J J F =.=.O O ~.~.#.O $ . ",
+". % {./ 1 ].j ^././.(._.:.<.[.}.|.1.2.3.4., , , ` ` ~ ~ ~ 0 $ . ",
+". % 0 1 ].j 6 /././.5.6.7.8.9.0.a.b.c.d.0.* * -.( ( {.{.0 #.$ . ",
+". % 0 e.+.v U t /./.f.g.h.i.j.k.l.m.n.o.p.` ` ~ ~ ~ / / 1 q.$ . ",
+". % ] *.v r.s.t.t u.v.w.x.y.z.A.B.C.D.E.F.0 0 ] G.G.q.q. at .-.$ . ",
+". % G.,.r.s H./././.I.J.K.L.M.N.O.O.P.Q.R.1 1 l l l m m z P $ . ",
+". % q.v '.I /./././.I.S.K.T.U.V.W.X.Y.Z.`.c c | | i 2 2 2 {.$ . ",
+". % ( +R >._ d .+++ at +#+$+%+&+*+=+-+;+>+,+m m z z e.e.e.e.c $ . ",
+". % X 0 P c c | | i '+)+!+~+{+]+^+/+/+(+,+f f g W {.-.-.-.-.$ . ",
+"@ 3 n -.| Z _+R.R.R.:+<+[+}+|+1+2+3+4+5+6+7+7+7+7+8+/ ` i -.E w ",
+" $.F #.P f 9+0+a+b+c+d+e+f+g+h+i+j+j+k+l+m+n+o+p+q+g c G.{.r+s+",
+" D d H.p p t+u+v+w+x+y+z+A+B+j+j+j+j+j+C+D+E+F+G+G+H+.+_ I+ ",
+" J+K+L+M+N+O+P+L+Q+Q+Q+Q+j+B+R+S+ ",
+" T+U+V+N+O+P+L+Q+Q+Q+Q+W+X+Y+ ",
+" Z+`+ @O+P+L+Q+Q+Q+. at +@@@ ",
+" #@$@%@P+L+Q+Q+&@*@Z+ ",
+" =@-@;@L+Q+M+>@,@ ",
+" '@)@!@~@{@]@ ",
+" ^@/@!+(@ ",
+" Y+_@:@ ",
+" Y+ "};
Added: packages/lottanzb/trunk/debian/manpages
===================================================================
--- packages/lottanzb/trunk/debian/manpages (rev 0)
+++ packages/lottanzb/trunk/debian/manpages 2009-01-06 20:21:59 UTC (rev 2168)
@@ -0,0 +1 @@
+debian/lottanzb.1
Added: packages/lottanzb/trunk/debian/postinst
===================================================================
--- packages/lottanzb/trunk/debian/postinst (rev 0)
+++ packages/lottanzb/trunk/debian/postinst 2009-01-06 20:21:59 UTC (rev 2168)
@@ -0,0 +1,19 @@
+#!/bin/sh
+set -e
+
+#DEBHELPER#
+# Update desktop database.
+if which update-desktop-database >/dev/null 2>&1; then
+ update-desktop-database
+fi
+
+# Update icon caches.
+if which gtk-update-icon-cache >/dev/null 2>&1; then
+ gtk-update-icon-cache -q -f -t /usr/share/icons/gnome
+ gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor
+fi
+
+# Update scrollkeeper database.
+if which scrollkeeper-update >/dev/null 2>&1; then
+ scrollkeeper-update -q -o /usr/share/omf
+fi
Added: packages/lottanzb/trunk/debian/postrm
===================================================================
--- packages/lottanzb/trunk/debian/postrm (rev 0)
+++ packages/lottanzb/trunk/debian/postrm 2009-01-06 20:21:59 UTC (rev 2168)
@@ -0,0 +1,19 @@
+#!/bin/sh
+set -e
+
+#DEBHELPER#
+# Update desktop database.
+if which update-desktop-database >/dev/null 2>&1; then
+ update-desktop-database
+fi
+
+# Update icon caches.
+if which gtk-update-icon-cache >/dev/null 2>&1; then
+ gtk-update-icon-cache -q -f -t /usr/share/icons/gnome
+ gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor
+fi
+
+# Update scrollkeeper database.
+if which scrollkeeper-update >/dev/null 2>&1; then
+ scrollkeeper-update -q -o /usr/share/omf
+fi
Added: packages/lottanzb/trunk/debian/pycompat
===================================================================
--- packages/lottanzb/trunk/debian/pycompat (rev 0)
+++ packages/lottanzb/trunk/debian/pycompat 2009-01-06 20:21:59 UTC (rev 2168)
@@ -0,0 +1 @@
+2
Added: packages/lottanzb/trunk/debian/pyversions
===================================================================
--- packages/lottanzb/trunk/debian/pyversions (rev 0)
+++ packages/lottanzb/trunk/debian/pyversions 2009-01-06 20:21:59 UTC (rev 2168)
@@ -0,0 +1 @@
+2.4-
Added: packages/lottanzb/trunk/debian/rules
===================================================================
--- packages/lottanzb/trunk/debian/rules (rev 0)
+++ packages/lottanzb/trunk/debian/rules 2009-01-06 20:21:59 UTC (rev 2168)
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM := pysupport
+
+include /usr/share/cdbs/1/rules/buildcore.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+DEB_PYTHON_INSTALL_ARGS_ALL := --packaging-mode
+DEB_INSTALL_CHANGELOGS_ALL := CHANGELOG
Property changes on: packages/lottanzb/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
Added: packages/lottanzb/trunk/debian/watch
===================================================================
--- packages/lottanzb/trunk/debian/watch (rev 0)
+++ packages/lottanzb/trunk/debian/watch 2009-01-06 20:21:59 UTC (rev 2168)
@@ -0,0 +1,2 @@
+version=3
+http://www.lottanzb.org/releases/lottanzb-(.*)\.tar\.gz
More information about the Python-apps-commits
mailing list