[Python-modules-commits] r21503 - in packages/jpylyzer/trunk/debian (4 files)

malat at users.alioth.debian.org malat at users.alioth.debian.org
Wed May 2 20:34:02 UTC 2012


    Date: Wednesday, May 2, 2012 @ 20:33:57
  Author: malat
Revision: 21503

Fix copyright file

Added:
  packages/jpylyzer/trunk/debian/install
  packages/jpylyzer/trunk/debian/jpylyzer
Modified:
  packages/jpylyzer/trunk/debian/copyright
  packages/jpylyzer/trunk/debian/rules

Modified: packages/jpylyzer/trunk/debian/copyright
===================================================================
--- packages/jpylyzer/trunk/debian/copyright	2012-05-02 20:23:06 UTC (rev 21502)
+++ packages/jpylyzer/trunk/debian/copyright	2012-05-02 20:33:57 UTC (rev 21503)
@@ -1,41 +1,28 @@
-This work was packaged for Debian by:
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: jpylyzer
+Source: https://github.com/openplanets/jpylyzer
 
-    David Tarrant <davetaz at ecs.soton.ac.uk> on Wed, 01 Feb 2012 17:50:59 +0100
-    Rainer Schmidt <scape at openplanetsfoundation.org> on Wed, 01 Feb 2012 17:50:59 +0100
+Files: *
+Copyright: 2011, 2012 Johan van der Knijff, Koninklijke Bibliotheek -
+  National Library of the Netherlands
+License: LGPL-3
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ 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 Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public License
+ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-It was downloaded from:
+Files: debian/*
+Copyright: 2012, Mathieu Malaterre <malat at debian.org>
+License: LGPL-3
 
-    https://github.com/openplanets/jpylyzer
-
-Upstream Author(s):
-
-    Johan van der Knijff, René van der Ark (KB / National Library of the Netherlands)
-    Lars Buitinck (University of Amsterdam)
-
-Copyright:
-
-    KB / National Library of the Netherlands, Open Planets Foundation
-
-License:
-
-   This program is free software: you can redistribute it and/or modify
-   it under the terms of the GNU Lesser General Public License as published by
-   the Free Software Foundation, either version 3 of the License, or
-   (at your option) any later version.
-
-   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 Lesser General Public License for more details.
-
-   You should have received a copy of the GNU Lesser General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-   On Debian systems, the complete text of the GNU Lesser General Public License 
-   version 3 can be found in "/usr/share/common-licenses/LGPL-3".
-
-The Debian packaging is:
-
-    Copyright (C) 2012 Open Planets Foundation <www.openplanetsfoundation.org>
-
-and is licensed under the GPL version 3, see above.
+License: LGPL-3
+  On Debian GNU/Linux system you can find the complete text of the
+  LGPL-3 license in '/usr/share/common-licenses/LGPL-3'

Added: packages/jpylyzer/trunk/debian/install
===================================================================
--- packages/jpylyzer/trunk/debian/install	                        (rev 0)
+++ packages/jpylyzer/trunk/debian/install	2012-05-02 20:33:57 UTC (rev 21503)
@@ -0,0 +1 @@
+debian/jpylyzer usr/bin

Added: packages/jpylyzer/trunk/debian/jpylyzer
===================================================================
--- packages/jpylyzer/trunk/debian/jpylyzer	                        (rev 0)
+++ packages/jpylyzer/trunk/debian/jpylyzer	2012-05-02 20:33:57 UTC (rev 21503)
@@ -0,0 +1,4 @@
+from jpylyzer.jpylyzer import main
+
+if __name__ == "__main__":
+    main()

Modified: packages/jpylyzer/trunk/debian/rules
===================================================================
--- packages/jpylyzer/trunk/debian/rules	2012-05-02 20:23:06 UTC (rev 21502)
+++ packages/jpylyzer/trunk/debian/rules	2012-05-02 20:33:57 UTC (rev 21503)
@@ -3,14 +3,13 @@
 %:
 	dh $@ --with python2
 
-#DEB_INSTALL_MANPAGES_jpylyzer = jpylyzer.1
-#pod2man --section=1 --release=$(VERSION) --center "" debian/jpylyzer.pod > jpylyzer.1
-
+VERSION=1.5.0
 override_dh_install:
 	pod2man --section=1 --release=$(VERSION) --center "" debian/jpylyzer.pod > jpylyzer.1
 
-#override_dh_installdocs:
-#	dh_installdocs
+override_dh_clean:
+	-rm debian/jpylyzer.1
+	dh_clean
 
 get-orig-source:
 	uscan --verbose --force-download




More information about the Python-modules-commits mailing list