diff -Nru jsmath-3.6c/debian/changelog jsmath-3.6e/debian/changelog --- jsmath-3.6c/debian/changelog 2014-03-23 19:54:37.000000000 +0000 +++ jsmath-3.6e/debian/changelog 2014-05-18 18:21:54.000000000 +0000 @@ -1,3 +1,10 @@ +jsmath (3.6e-1) unstable; urgency=medium + + * upgraded to the newest upstream package. + * upgraded the dependency on debhelper to 9 + + -- Georges Khaznadar Sun, 18 May 2014 20:19:48 +0200 + jsmath (3.6c-2) unstable; urgency=medium * Adopted the package. Closes: #620736 diff -Nru jsmath-3.6c/debian/compat jsmath-3.6e/debian/compat --- jsmath-3.6c/debian/compat 2014-03-23 18:24:34.000000000 +0000 +++ jsmath-3.6e/debian/compat 2014-05-18 18:21:07.000000000 +0000 @@ -1 +1 @@ -5 +9 diff -Nru jsmath-3.6c/debian/control jsmath-3.6e/debian/control --- jsmath-3.6c/debian/control 2014-03-23 19:36:09.000000000 +0000 +++ jsmath-3.6e/debian/control 2014-05-18 18:21:10.000000000 +0000 @@ -2,7 +2,7 @@ Section: web Priority: optional Maintainer: Georges Khaznadar -Build-Depends: debhelper (>= 4.1.16), unzip, dh-apache2 +Build-Depends: debhelper (>= 9.0.0), unzip, dh-apache2 Standards-Version: 3.9.5 Homepage: http://www.math.union.edu/~dpvc/jsMath diff -Nru jsmath-3.6c/debian/rules jsmath-3.6e/debian/rules --- jsmath-3.6c/debian/rules 2014-03-23 19:52:15.000000000 +0000 +++ jsmath-3.6e/debian/rules 2014-05-18 20:33:01.000000000 +0000 @@ -9,8 +9,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -DESTDIR=$(CURDIR)/debian/jsmath -JSMDIR=$(DESTDIR)/usr/share/jsmath +DESTDIR = $(CURDIR)/debian/jsmath +JSMDIR = $(DESTDIR)/usr/share/jsmath +JSM_SOURCEDIR = $(shell ls jsMath-*.zip| sed 's/\.zip//') %: dh $@ --with apache2 @@ -20,11 +21,11 @@ override_dh_clean: dh_clean - rm -rf jsMath + rm -rf $(JSM_SOURCEDIR) override_dh_install: dh_install install -m 755 -d $(JSMDIR) - cp -rp jsMath/* $(JSMDIR)/ + cp -rp $(JSM_SOURCEDIR)/* $(JSMDIR)/ rm -f $(JSMDIR)/COPYING.txt Binary files /tmp/cOWBEwfltN/jsmath-3.6c/jsMath-3.6c.zip and /tmp/b2C2VuN4Eu/jsmath-3.6e/jsMath-3.6c.zip differ Binary files /tmp/cOWBEwfltN/jsmath-3.6c/jsMath-3.6e.zip and /tmp/b2C2VuN4Eu/jsmath-3.6e/jsMath-3.6e.zip differ