diff -Nru lyx-2.1.1/debian/changelog lyx-2.1.1/debian/changelog --- lyx-2.1.1/debian/changelog 2014-07-17 04:55:41.000000000 +0000 +++ lyx-2.1.1/debian/changelog 2014-07-17 05:13:27.000000000 +0000 @@ -1,10 +1,10 @@ -lyx (2.1.1-1~saucy~ppa1) saucy; urgency=low +lyx (2.1.1-1~saucy~ppa2) saucy; urgency=low * New upstream release -- Liviu Andronic Wed, 16 Jul 2014 14:34:28 +0100 -lyx (2.1.0-1~precise~ppa4) precise; urgency=low +lyx (2.1.0-1~trusty~ppa4) trusty; urgency=low * New upstream release * Add 'automake, autoconf, gettext, libmagic-dev, bc' deps @@ -13,25 +13,27 @@ -- Liviu Andronic Sun, 20 Apr 2014 14:34:28 +0100 -lyx (2.0.7-1~precise~ppa1) precise; urgency=low +lyx (2.0.7-1~trusty~ppa2) trusty; urgency=low * New upstream bugfix release -- Liviu Andronic Wed, 18 Dec 2013 14:24:28 +0100 -lyx (2.0.6-1~quantal~ppa1) quantal; urgency=low +lyx (2.0.6-1~saucy~ppa1) saucy; urgency=low * New upstream bugfix release + * Drop defoma dep + * Initial import from Raring -- Liviu Andronic Wed, 08 May 2013 14:24:28 +0100 -lyx (2.0.5.1-1~quantal~ppa1) quantal; urgency=low +lyx (2.0.5.1-1~raring~ppa1) raring; urgency=low * New upstream bugfix release -- Liviu Andronic Wed, 02 Jan 2013 14:24:28 +0100 -lyx (2.0.5-1~quantal~ppa1) quantal; urgency=low +lyx (2.0.5-1~raring~ppa1) raring; urgency=low * New upstream release * Install scalable LyX icon diff -Nru lyx-2.1.1/debian/control lyx-2.1.1/debian/control --- lyx-2.1.1/debian/control 2014-04-20 16:02:45.000000000 +0000 +++ lyx-2.1.1/debian/control 2014-04-20 16:24:12.000000000 +0000 @@ -13,7 +13,7 @@ autotools-dev, libqt4-dev, libboost-dev, libboost-filesystem-dev, libboost-signals-dev, libboost-iostreams-dev, libboost-regex-dev, libboost-test-dev, - pkg-config, tex-common, defoma, libaspell-dev, libhunspell-dev, + pkg-config, tex-common, libaspell-dev, libhunspell-dev, automake, autoconf, gettext, libmagic-dev, bc Package: lyx @@ -62,7 +62,7 @@ Architecture: all Section: fonts Pre-Depends: ${misc:Pre-Depends}, dpkg (>= 1.15.6) -Depends: ${misc:Depends}, defoma +Depends: ${misc:Depends} Description: TrueType versions of some TeX fonts These fonts are needed for the visual math symbol display in LyX. They can also be used to display MathML in Gecko-based browsers diff -Nru lyx-2.1.1/debian/patches/fix_automake_1.14 lyx-2.1.1/debian/patches/fix_automake_1.14 --- lyx-2.1.1/debian/patches/fix_automake_1.14 1970-01-01 00:00:00.000000000 +0000 +++ lyx-2.1.1/debian/patches/fix_automake_1.14 2014-04-14 13:39:04.000000000 +0000 @@ -0,0 +1,43 @@ +Description: + TODO: Put a short summary on the line above and replace this paragraph + with a longer explanation of this change. Complete the meta-information + with other relevant fields (see below for details). To make it easier, the + information below has been extracted from the changelog. Adjust it or drop + it. + . + lyx (2.0.7-1~trusty~ppa1) trusty; urgency=low + . + * New upstream bugfix release + * Switch to dpkg (>= 1.15.5) +Author: Liviu Andronic + +--- +The information above should follow the Patch Tagging Guidelines, please +checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here +are templates for supplementary fields that you might want to add: + +Origin: , +Bug: +Bug-Debian: http://bugs.debian.org/ +Bug-Ubuntu: https://launchpad.net/bugs/ +Forwarded: +Reviewed-By: +Last-Update: + +--- lyx-2.0.7.orig/autogen.sh ++++ lyx-2.0.7/autogen.sh +@@ -16,12 +16,12 @@ test "$automake_version" != "" && { + } + + case $automake_version in +- *' '1.[8-9]*|*' '1.1[0123]*) ++ *' '1.[8-9]*|*' '1.1[01234]*) + ;; + *) + + echo "This automake version is not supported by LyX." +- echo "LyX only supports automake 1.8 to 1.13." ++ echo "LyX only supports automake 1.8 to 1.14." + exit 1 + ;; + esac diff -Nru lyx-2.1.1/debian/rules lyx-2.1.1/debian/rules --- lyx-2.1.1/debian/rules 2014-04-20 22:36:45.000000000 +0000 +++ lyx-2.1.1/debian/rules 2014-04-21 08:43:34.000000000 +0000 @@ -98,7 +98,7 @@ override_dh_install: dh_install dh_installtex -plyx-common - dh_installdefoma -pttf-lyx + #dh_installdefoma -pttf-lyx override_dh_builddeb: dh_builddeb -- -Z bzip2