[Python-apps-commits] r8792 - in packages/mimms/trunk/debian (changelog copyright preinst)

ebrahim-guest at users.alioth.debian.org ebrahim-guest at users.alioth.debian.org
Mon May 28 17:26:23 UTC 2012


    Date: Monday, May 28, 2012 @ 17:26:21
  Author: ebrahim-guest
Revision: 8792

* Mentioned upstream source homepage in copyright file (Closes: #674689)
* Removed link to symbolic link of latest GPL license in favore of versioned
  one, specifically GPL-3
* Merged unreleased changelog entries into new changelog section

Modified:
  packages/mimms/trunk/debian/changelog
  packages/mimms/trunk/debian/copyright
Deleted:
  packages/mimms/trunk/debian/preinst

Modified: packages/mimms/trunk/debian/changelog
===================================================================
--- packages/mimms/trunk/debian/changelog	2012-05-28 16:22:40 UTC (rev 8791)
+++ packages/mimms/trunk/debian/changelog	2012-05-28 17:26:21 UTC (rev 8792)
@@ -2,19 +2,17 @@
 
   * Upgraded to new upstream version which fixes a Python deprecation warning
     (Closes: #606863, #630245, #670862)
+  * Mentioned upstream source homepage in copyright file (Closes: #674689)
   * Upgraded the standard to Debian Policy 3.9.3
   * Upgraded to source package format 3.0 (quilt)
   * Introduced homepage of mimms in control file
   * Updated uscan watch file
+  * Removed link to symbolic link of latest GPL license in favore of versioned
+    one, specifically GPL-3
+  * Jakub Wilk <jwilk at debian.org> added Vcs-* fields
 
- -- Mohammad Ebrahim Mohammadi Panah <ebrahim at mohammadi.ir>  Fri, 25 May 2012 11:57:21 +0430
+ -- Mohammad Ebrahim Mohammadi Panah <ebrahim at mohammadi.ir>  Fri, 28 May 2012 21:57:21 +0430
 
-mimms (3.2.1-3) unstable; urgency=low
-
-  * Add Vcs-* fields.
-
- -- Jakub Wilk <jwilk at debian.org>  Sat, 10 Sep 2011 00:23:08 +0200
-
 mimms (3.2.1-2) unstable; urgency=low
 
   * Fixed classpath bug (Closes: #571654)

Modified: packages/mimms/trunk/debian/copyright
===================================================================
--- packages/mimms/trunk/debian/copyright	2012-05-28 16:22:40 UTC (rev 8791)
+++ packages/mimms/trunk/debian/copyright	2012-05-28 17:26:21 UTC (rev 8792)
@@ -14,7 +14,8 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
+# Homepage: http://code.ebrahim.ir/mimms/
 
 On Debian systems, the complete text of the GNU General Public License
-version 3 can be found in `/usr/share/common-licenses/GPL-3'. Also you can
-find the latest version of GNU GPL in `/usr/share/common-licenses/GPL'.
+version 3 can be found in `/usr/share/common-licenses/GPL-3'.

Deleted: packages/mimms/trunk/debian/preinst
===================================================================
--- packages/mimms/trunk/debian/preinst	2012-05-28 16:22:40 UTC (rev 8791)
+++ packages/mimms/trunk/debian/preinst	2012-05-28 17:26:21 UTC (rev 8792)
@@ -1,18 +0,0 @@
-#!/bin/sh
-
-set -e
-
-#DEBHELPER#
-
-case "$1" in
-    abort-upgrade|abort-remove|abort-deconfigure)
-		exit 0
-    ;;
-esac
-
-# make sure python-central files are removed before new package is installed
-if [ -f /var/lib/pycentral/#PACKAGE#.pkgremove ]
-then
-	pycentral pkgremove #PACKAGE#
-	rm -f /var/lib/pycentral/#PACKAGE#.pkgremove
-fi




More information about the Python-apps-commits mailing list