[med-svn] r11926 - trunk/packages/openslide-python/trunk/debian
Mathieu Malaterre
malat at alioth.debian.org
Sat Jul 28 13:29:41 UTC 2012
Author: malat
Date: 2012-07-28 13:29:41 +0000 (Sat, 28 Jul 2012)
New Revision: 11926
Modified:
trunk/packages/openslide-python/trunk/debian/changelog
trunk/packages/openslide-python/trunk/debian/control
trunk/packages/openslide-python/trunk/debian/copyright
trunk/packages/openslide-python/trunk/debian/docs
trunk/packages/openslide-python/trunk/debian/rules
Log:
remaining issues
Modified: trunk/packages/openslide-python/trunk/debian/changelog
===================================================================
--- trunk/packages/openslide-python/trunk/debian/changelog 2012-07-28 09:55:24 UTC (rev 11925)
+++ trunk/packages/openslide-python/trunk/debian/changelog 2012-07-28 13:29:41 UTC (rev 11926)
@@ -1,5 +1,5 @@
-openslide-python (0.2.0-1) unstable; urgency=low
+openslide-python (0.3.0-1) unstable; urgency=low
- * Initial release (Closes: #)
+ * Initial release (Closes: #683077)
- -- Mathieu Malaterre <mathieu.malaterre at gmail.com> Thu, 01 Sep 2011 17:18:40 +0200
+ -- Mathieu Malaterre <malat at debian.org> Sat, 28 Jul 2012 15:22:36 +0200
Modified: trunk/packages/openslide-python/trunk/debian/control
===================================================================
--- trunk/packages/openslide-python/trunk/debian/control 2012-07-28 09:55:24 UTC (rev 11925)
+++ trunk/packages/openslide-python/trunk/debian/control 2012-07-28 13:29:41 UTC (rev 11926)
@@ -3,9 +3,9 @@
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
DM-Upload-Allowed: yes
-Uploaders: Mathieu Malaterre <mathieu.malaterre at gmail.com>
+Uploaders: Mathieu Malaterre <malat at debian.org>
Build-Depends: debhelper (>= 7.0.50~), python-all-dev (>= 2.6.6-3)
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
X-Python-Version: >=2.6
Homepage: http://openslide.org
Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/openslide-python/trunk/
Modified: trunk/packages/openslide-python/trunk/debian/copyright
===================================================================
--- trunk/packages/openslide-python/trunk/debian/copyright 2012-07-28 09:55:24 UTC (rev 11925)
+++ trunk/packages/openslide-python/trunk/debian/copyright 2012-07-28 13:29:41 UTC (rev 11926)
@@ -12,7 +12,7 @@
License: BSD
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
-
+ .
- Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice,
@@ -21,7 +21,7 @@
- Neither the name of OpenSeadragon nor the names of its contributors may be
used to endorse or promote products derived from this software without
specific prior written permission.
-
+ .
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
Modified: trunk/packages/openslide-python/trunk/debian/docs
===================================================================
--- trunk/packages/openslide-python/trunk/debian/docs 2012-07-28 09:55:24 UTC (rev 11925)
+++ trunk/packages/openslide-python/trunk/debian/docs 2012-07-28 13:29:41 UTC (rev 11926)
@@ -1,2 +1 @@
README.txt
-TODO.txt
Modified: trunk/packages/openslide-python/trunk/debian/rules
===================================================================
--- trunk/packages/openslide-python/trunk/debian/rules 2012-07-28 09:55:24 UTC (rev 11925)
+++ trunk/packages/openslide-python/trunk/debian/rules 2012-07-28 13:29:41 UTC (rev 11926)
@@ -1,10 +1,13 @@
#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
-export DH_VERBOSE=1
+#export DH_VERBOSE=1
%:
dh $@ --with python2 --buildsystem=python_distutils
-override_dh_auto_clean:
- # bla
+override_dh_installexamples:
+ dh_installexamples -Xjquery.js examples/*
+
+get-orig-source:
+ uscan --verbose --force-download --rename
More information about the debian-med-commit
mailing list