diff -Nru electric-9.07+dfsg/debian/changelog electric-9.07+dfsg/debian/changelog --- electric-9.07+dfsg/debian/changelog 2016-11-27 23:16:21.000000000 +0000 +++ electric-9.07+dfsg/debian/changelog 2017-06-24 17:14:49.000000000 +0000 @@ -1,3 +1,21 @@ +electric (9.07+dfsg-2) unstable; urgency=medium + + [ Stuart Prescott ] + * Fix Vcs-Git URL + '/git' was missing resulting in a 404 + + [ Markus Koschany ] + * Remove scala from Build-Depends because it is not strictly required. + (Closes: #847297) + * Declare compliance with Debian Policy 4.0.0. + * Drop imagemagick from B-D and don't convert the icon to the deprecated xpm + format. + * Drop deprecated menu file. + * Remove Version entry from electric.desktop. + * Use https for Format field. + + -- Markus Koschany Sat, 24 Jun 2017 19:14:49 +0200 + electric (9.07+dfsg-1) unstable; urgency=medium * New upstream version 9.07+dfsg. diff -Nru electric-9.07+dfsg/debian/clean electric-9.07+dfsg/debian/clean --- electric-9.07+dfsg/debian/clean 2016-11-27 23:16:21.000000000 +0000 +++ electric-9.07+dfsg/debian/clean 2017-06-24 17:14:49.000000000 +0000 @@ -1,2 +1 @@ debian/electric.png -debian/electric.xpm diff -Nru electric-9.07+dfsg/debian/control electric-9.07+dfsg/debian/control --- electric-9.07+dfsg/debian/control 2016-11-27 23:16:21.000000000 +0000 +++ electric-9.07+dfsg/debian/control 2017-06-24 17:14:49.000000000 +0000 @@ -10,14 +10,12 @@ bsh, debhelper (>= 10), default-jdk, - imagemagick, javahelper, jython, libjava3d-java, - libslf4j-java, - scala -Standards-Version: 3.9.8 -Vcs-Git: https://anonscm.debian.org/pkg-java/electric.git + libslf4j-java +Standards-Version: 4.0.0 +Vcs-Git: https://anonscm.debian.org/git/pkg-java/electric.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/electric.git Homepage: http://www.staticfreesoft.com/productsFree.html diff -Nru electric-9.07+dfsg/debian/copyright electric-9.07+dfsg/debian/copyright --- electric-9.07+dfsg/debian/copyright 2016-11-27 23:16:21.000000000 +0000 +++ electric-9.07+dfsg/debian/copyright 2017-06-24 17:14:49.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Electric Source: ftp://ftp.gnu.org/pub/gnu/electric Files-Excluded: @@ -22,7 +22,7 @@ 2008, Ralf Treinen 2008-2010, Onkar Shinde 2011, Torsten Werner - 2014-2016, Markus Koschany + 2014-2017, Markus Koschany License: GPL-3+ License: GPL-3+ diff -Nru electric-9.07+dfsg/debian/electric.desktop electric-9.07+dfsg/debian/electric.desktop --- electric-9.07+dfsg/debian/electric.desktop 2016-11-27 23:16:21.000000000 +0000 +++ electric-9.07+dfsg/debian/electric.desktop 2017-06-24 17:14:49.000000000 +0000 @@ -1,5 +1,4 @@ [Desktop Entry] -Version=1.0 Name=Electric GenericName=Electrical CAD Comment=Electrical CAD System diff -Nru electric-9.07+dfsg/debian/install electric-9.07+dfsg/debian/install --- electric-9.07+dfsg/debian/install 2016-11-27 23:16:21.000000000 +0000 +++ electric-9.07+dfsg/debian/install 2017-06-24 17:14:49.000000000 +0000 @@ -1,5 +1,4 @@ debian/bin/electric usr/bin debian/electric.desktop usr/share/applications debian/electric.png usr/share/icons/hicolor/64x64/apps -debian/electric.xpm usr/share/pixmaps electric.jar usr/share/java diff -Nru electric-9.07+dfsg/debian/menu electric-9.07+dfsg/debian/menu --- electric-9.07+dfsg/debian/menu 2016-11-27 23:16:21.000000000 +0000 +++ electric-9.07+dfsg/debian/menu 1970-01-01 00:00:00.000000000 +0000 @@ -1,7 +0,0 @@ -?package(electric):needs="X11" \ - section="Applications/Science/Engineering" \ - hints="CAD,Electric" \ - title="Electric" \ - longtitle="Electric - electrical CAD system" \ - command="/usr/bin/electric" \ - icon="/usr/share/pixmaps/electric.xpm" diff -Nru electric-9.07+dfsg/debian/rules electric-9.07+dfsg/debian/rules --- electric-9.07+dfsg/debian/rules 2016-11-27 23:16:21.000000000 +0000 +++ electric-9.07+dfsg/debian/rules 2017-06-24 17:14:49.000000000 +0000 @@ -7,7 +7,6 @@ override_dh_auto_build: dh_auto_build - convert -monitor -resize 32x32 ElectricIcon64x64.png debian/electric.xpm cp ElectricIcon64x64.png debian/electric.png get-orig-source::