[med-svn] r19269 - trunk/packages/epigrass/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Wed May 20 20:58:24 UTC 2015
Author: tille
Date: 2015-05-20 20:58:23 +0000 (Wed, 20 May 2015)
New Revision: 19269
Modified:
trunk/packages/epigrass/trunk/debian/changelog
trunk/packages/epigrass/trunk/debian/copyright
trunk/packages/epigrass/trunk/debian/rules
Log:
DEP5; upload to unstable
Modified: trunk/packages/epigrass/trunk/debian/changelog
===================================================================
--- trunk/packages/epigrass/trunk/debian/changelog 2015-05-20 20:54:22 UTC (rev 19268)
+++ trunk/packages/epigrass/trunk/debian/changelog 2015-05-20 20:58:23 UTC (rev 19269)
@@ -1,12 +1,13 @@
-epigrass (2.4.0-3) UNRELEASED; urgency=medium
+epigrass (2.4.0-3) unstable; urgency=medium
* Fix watch file
* cme fix dpkg-control
* switch from python-support to pybuild
Closes: #786153
* Fix link to icon location
+ * DEP5 syntax
- -- Andreas Tille <tille at debian.org> Wed, 20 May 2015 19:54:17 +0200
+ -- Andreas Tille <tille at debian.org> Wed, 20 May 2015 22:55:34 +0200
epigrass (2.4.0-2) unstable; urgency=medium
Modified: trunk/packages/epigrass/trunk/debian/copyright
===================================================================
--- trunk/packages/epigrass/trunk/debian/copyright 2015-05-20 20:54:22 UTC (rev 19268)
+++ trunk/packages/epigrass/trunk/debian/copyright 2015-05-20 20:58:23 UTC (rev 19269)
@@ -7,18 +7,6 @@
Files: *
Copyright: © 2006-2010, Flávio Codeço Coelho <fccoelho at fiocruz.br>
License: GPL-2+
- 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; either version 2 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 General Public License for more details.
- .
- On Debian systems, you can find the GPL license version 2 in:
- /usr/share/common-licenses/GPL-2
Files: Epigrass/pylabQtcanvas.py
Copyright: © 2005, Florent Rougon
@@ -34,4 +22,18 @@
© 2009-2011, Andreas Tille <tille at debian.org>
© 2013, Thorsten Alteholz <debian at alteholz.de>
License: GPL-2+
- see above
+
+License: GPL-2+
+ 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; either version 2 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 General Public License for more details.
+ .
+ On Debian systems, you can find the GPL license version 2 in:
+ /usr/share/common-licenses/GPL-2
+
Modified: trunk/packages/epigrass/trunk/debian/rules
===================================================================
--- trunk/packages/epigrass/trunk/debian/rules 2015-05-20 20:54:22 UTC (rev 19268)
+++ trunk/packages/epigrass/trunk/debian/rules 2015-05-20 20:58:23 UTC (rev 19269)
@@ -6,8 +6,7 @@
dh $@ --with python2 --buildsystem=pybuild
override_dh_auto_install:
- dh_auto_install -- --after-install='set -x; \
- mv {destdir}/{install_dir}/Epigrass/egicon.png {destdir}/usr/share/pixmaps/epigrass.png; \
+ dh_auto_install -- --after-install='mv {destdir}/{install_dir}/Epigrass/egicon.png {destdir}/usr/share/pixmaps/epigrass.png; \
ln -s /usr/share/pixmaps/epigrass.png {destdir}/{install_dir}/Epigrass/egicon.png'
get-orig-source:
More information about the debian-med-commit
mailing list