diff -Nru xmorph-20140707+nmu2.1/debian/changelog xmorph-20150712/debian/changelog --- xmorph-20140707+nmu2.1/debian/changelog 2021-01-03 13:01:34.000000000 +0000 +++ xmorph-20150712/debian/changelog 2022-08-11 13:06:07.000000000 +0000 @@ -1,3 +1,38 @@ +xmorph (1:20150712-1) unstable; urgency=medium + + * Team upload. + * Inject latest SVN status (without debian/ dir) + * Add Homepage field + * Add fake watch file + * Maintenance in Debian Phototools Team + * debian/source/format: 3.0 (quilt) + Closes: #1007678 + * Short dh + Closes: #769686 + * Drop unneeded debian/dirs + * Add debian/salsa-ci.yml + * Standards-Version: 4.6.1 (routine-update) + * debhelper-compat 13 (routine-update) + * Remove trailing whitespace in debian/changelog (routine-update) + * Remove trailing whitespace in debian/copyright (routine-update) + * Rules-Requires-Root: no (routine-update) + * No tab in license text (routine-update) + * Trim trailing whitespace. + * Remove fields on binary packages that duplicate source: + + Field Priority from gtkmorph, gtkmorph-example, libmorph, libmorph-dev, + xmorph. + + Field Section from gtkmorph, gtkmorph-example, xmorph. + * DEP5 copyright + * Drop debian/*.files and debian/*.dirs + * Drop useless Build-Depends + * lintian-overrides for native package versioning scheme + * Install README.html + Closes: #858516 + * Remove dependency from install-info + Closes: #1013862 + + -- Andreas Tille Thu, 11 Aug 2022 15:06:07 +0200 + xmorph (1:20140707+nmu2.1) unstable; urgency=medium * Non maintainer upload by the Reproducible Builds team. @@ -52,7 +87,7 @@ - Change dh-clean-k in dh_prep * Add reference to SVN repo in sourceforge * The correction for info-dir-section was not effective, corrected. - + -- A Mennucc1 Tue, 29 Sep 2009 19:41:59 +0200 xmorph (1:20090606) unstable; urgency=low @@ -123,31 +158,31 @@ xmorph (1:20060525) unstable; urgency=low - * xmorph: incorrect handling of i18n in iso environment. - Thanks to Thomas Huriaux (Closes: 361260) - * [INTL:fr] French program translation update. - Thanks Christophe Masson (Closes: 361256) + * xmorph: incorrect handling of i18n in iso environment. + Thanks to Thomas Huriaux (Closes: 361260) + * [INTL:fr] French program translation update. + Thanks Christophe Masson (Closes: 361256) -- A Mennucc1 Thu, 25 May 2006 09:27:12 +0200 xmorph (1:20060304) unstable; urgency=low - + the "I got a flu this weekend" release * gtkmorph: fix nasty bug: would crash when saving the resulting mesh - (due to double fclose); thanks "kkilfedder at iee dot org" + (due to double fclose); thanks "kkilfedder at iee dot org" * gtkmorph: debugging of "features": - allocate_colors in main() otherwise features are broken - due to stupid newline in glade, the combo was not empty when created! - this was breaking the feature renaming and such! - for the future, feature_init() clears the combo + this was breaking the feature renaming and such! + for the future, feature_init() clears the combo - save features names in meshes, and load them with meshes - redraw the color in the button when the feature entry changes - properly refresh the color in the colored button when the feature changes * gtkmorph: feature names are saved at the end of the meshes (example meshes in AD and AD2 contain feature names). - * gtkmorph: the setting "mesh is readonly" was not working + * gtkmorph: the setting "mesh is readonly" was not working * gtkmorph: does not load the example session if some meshes are unsaved - * gtkmorph: when "showing warp in other window" is on and + * gtkmorph: when "showing warp in other window" is on and "show warp after warp" is off, the warp-showing window was not working * morph: do not print warnings @@ -155,7 +190,7 @@ xmorph (1:20060130) unstable; urgency=low - * new feature: can load, save, and display "difference meshes", that + * new feature: can load, save, and display "difference meshes", that are difference of two meshes; those can be added to a morph, to morph in a particular direction * more uniform naming scheme for windows and images @@ -167,7 +202,7 @@ * rerun automake autoconf libtoolize gettextize * now "make dist" creates a tar that does compile (so some useless stuff deleted from tar in Debian :-) - + -- A Mennucc1 Wed, 11 Jan 2006 12:11:55 +0100 xmorph (1:20060107) unstable; urgency=low @@ -179,16 +214,16 @@ and some correction and rationalization of the whole code , such as: * in gtksettings.c : submenus were reversed, didnt work properly * found nasty bug in image blending code , that luckily was never triggered - + -- A Mennucc1 Thu, 15 Dec 2005 12:16:00 +0100 xmorph (1:20051111) never uploaded * configure.ac : corrected PACKAGE_LOCALE_DIR, now translation are correctly used - * updated list of translatable files in po/POTFILES.in , + * updated list of translatable files in po/POTFILES.in , ran 'make update-po' in po/ - * updated italian translation + * updated italian translation * updated menus according to latest guidelines * removed PLY support and plyview (that was never compiled in Debian) @@ -206,7 +241,7 @@ xmorph (1:20050415) (never uploaded ?) - * another correction to 'ijkl' system... point position was + * another correction to 'ijkl' system... point position was affected by scroll bars! * added informational label showing estimated time to movie completion * program crashes when movie should warn that some frames already exist @@ -236,7 +271,7 @@ (this was present, but did not work with GTK2) * revised libmorph/README.libmorph * the GTK1 interface is outdated wrt what gtkmorph now offers with GTK2 : - - the code for using wavelets does not work with GTK1 + - the code for using wavelets does not work with GTK1 - the mplayer button is not there - the button for changing feature colors is not there - images can only be saved in PPM format @@ -257,18 +292,18 @@ (so moving the blending slide reacts faster) * the warp pulls pixel from loaded image and not from the editing subimage, and the resample code pads image with its border color and not with black - + (1:20040714) unreleased - * added 'disable-rpath' to configure + * added 'disable-rpath' to configure * the spinbuttons in GTK2 use value-changed callback - + (1:20040713) unreleased - + * code clean up: divided 'callbacks.c' and 'utils.c' in many files * use 'gdk_window_invalidate_rect' instead of 'gtk_widget_draw' in GTK2 : the responsiveness of the program is much improved - * gtk-meta.h and gtk-meta.c to compile for win32 and gtk 1.2 , 2.2 + * gtk-meta.h and gtk-meta.c to compile for win32 and gtk 1.2 , 2.2 (1:20040707) unreleased @@ -279,7 +314,7 @@ - auto calibration of mesh points - wavelet equalization - saving images in ppm, jpeg, png format (thanks to GTK2 ) - + -- A Mennucc1 Thu, 10 Jun 2004 11:26:54 +0200 xmorph (1:20040525) unstable; urgency=low @@ -291,10 +326,10 @@ by oberger and lvalero (@ esil univ-mrs fr) : it is twice as fast - corrected a read F[i+1] out of array bounds - sinc() is symmetric! so I don't need a table that big! - * corrected GTK_TEXT in guide.c, thanks + * corrected GTK_TEXT in guide.c, thanks "J.C. Keet" (j.keet wandromeda tmfweb nl) * deleting CWD from filenames in save_session was off by 1 - + -- A Mennucc1 Thu, 27 May 2004 15:17:37 +0200 xmorph (1:20040110) unstable; urgency=low @@ -304,9 +339,9 @@ sometimes went wild; now it seems ok, so it is the default * while editing the image, the image has a big border (to track mesh points outside the image itself) - * the settings "view original features" "view warped features" + * the settings "view original features" "view warped features" have disappeared since I never implemented it - * new setting "cursor jump" + * new setting "cursor jump" * fixed session file in example (closes: #225090) * Bug fix: "xmorph: Upgrade conflict between xmorph 20011220 and gtkmorph 20030527", thanks to Nick Leverton (Closes: #202691). @@ -342,8 +377,8 @@ xmorph (1:20030527) unstable; urgency=low - * there is a new 'setting' (in the menu) to choose between - elastic-energy smoothing (old way) and + * there is a new 'setting' (in the menu) to choose between + elastic-energy smoothing (old way) and thin-plate-energy smoothing (new way , default) of meshes * smoothing is done on idle time (thin splate is complex) * can use keys 0...9 to set point labels, and 'ijkl' to finely move points @@ -394,7 +429,7 @@ xmorph (1:20030121) unstable; urgency=low - * added example suite + * added example suite * complete rehaul of the code that now uses both glade1 gtk1 and glade2 gtk2 -- A Mennucc1 Thu, 23 Jan 2003 12:18:46 +0100 @@ -402,7 +437,7 @@ xmorph (1:20030119-1) unstable; urgency=low * added tools. - * Added 'features' . + * Added 'features' . When points are packed in features, they will be moved as one. TODO note: feature names and colors can be changed but will not be saved; whereas features in meshes are saved with the mesh. @@ -413,7 +448,7 @@ * I want to try gtk2.0 building so I have removed temporarily libgdk-pixbuf-dev, libgtk1.2-dev | - + * avoid time skew (closes: #161270) -- Andrea Mennucc Sat, 5 Oct 2002 13:27:58 +0200 @@ -442,7 +477,7 @@ xmorph (1:20020520) unstable; urgency=low - * new + * new -- Andrea Mennucc Fri, 24 May 2002 18:13:36 +0200 @@ -453,7 +488,7 @@ * I am implementing new features, which are too buggy, so I have disabled them in this bug-fixing release * debhelper was installing info a second time (closes: #120120) - + -- Andrea Mennucc Fri, 4 Jan 2002 12:26:04 +0100 xmorph (1:20011113) unstable; urgency=low @@ -465,7 +500,7 @@ -- A Mennucc1 Wed, 14 Nov 2001 15:40:05 +0100 xmorph (1:20011112) unstable; urgency=medium - + * the following changelog and patch comes from Branden Robinson Thu, 8 Nov 2001 16:56:36 -0500 * NMU to fix build-failures @@ -473,7 +508,7 @@ * debian/control: - corrected bad Build-Dependency (Closes: #119005) - add versioning of 1.1.17 to Build-Dep on debhelper - - fix up poor grammar and other errors in package descriptions + - fix up poor grammar and other errors in package descriptions [AM: isn't he such a nice guy?] - fix duplicate and missing package relationships (probably caused by ignorance of proper dh_shlibdeps usage) @@ -492,13 +527,13 @@ xmorph (1:20011109) unstable; urgency=low - * again run libtoolize to get support for new architectures. + * again run libtoolize to get support for new architectures. (closes: #103372) * libgtk-dev is a real package, not a virtual one; I want libgtk1.2-dev instead. (closes: #115414) -- A Mennucc1 Fri, 9 Nov 2001 14:16:14 +0100 - + xmorph (1:20011010) unstable; urgency=low * clean up the CVS, some minor adjustments, better build deps, @@ -527,7 +562,7 @@ xmorph (1:20010421-2) unstable; urgency=low - * there was a leftover include for gdk-imlib (closes: #98911) + * there was a leftover include for gdk-imlib (closes: #98911) -- A Mennucc1 Fri, 1 Jun 2001 20:11:30 +0200 @@ -548,7 +583,7 @@ * libmorph: changes for the above (line adding didnt preserve labels) and for locale problems in read/save of meshes (in italian the , separates decimals, not the .) - + -- A Mennucc1 Tue, 24 Apr 2001 16:59:39 +0200 xmorph (1:20010220-2) unstable; urgency=low @@ -621,5 +656,3 @@ * Initial Release. -- Larry Gilbert Tue, 29 Jul 1997 22:42:50 -0700 - - diff -Nru xmorph-20140707+nmu2.1/debian/compat xmorph-20150712/debian/compat --- xmorph-20140707+nmu2.1/debian/compat 2014-07-06 17:38:33.000000000 +0000 +++ xmorph-20150712/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -7 \ No newline at end of file diff -Nru xmorph-20140707+nmu2.1/debian/control xmorph-20150712/debian/control --- xmorph-20140707+nmu2.1/debian/control 2014-11-15 15:26:58.000000000 +0000 +++ xmorph-20150712/debian/control 2022-08-11 13:06:07.000000000 +0000 @@ -1,19 +1,32 @@ Source: xmorph +Maintainer: Debian PhotoTools Maintainers +Uploaders: A Mennucc1 Section: graphics -Build-Depends: gettext, libtool, autotools-dev, debhelper (>= 7.0.0), libx11-dev, libxt-dev, x11proto-core-dev, libxaw7-dev, xbitmaps, texinfo, bsdmainutils, libgtk2.0-dev, libwaili-dev (>= 19990723-16), dh-autoreconf Priority: optional -Maintainer: A Mennucc1 -Standards-Version: 3.9.5.0 -Vcs-SVN: svn://svn.code.sf.net/p/xmorph/code/ -Vcs-Browser: https://sourceforge.net/p/xmorph/code/HEAD/tree/ +Build-Depends: gettext, + libtool, + debhelper-compat (= 13), + libtool, + libx11-dev, + libxt-dev, + x11proto-core-dev, + libxaw7-dev, + xbitmaps, + texinfo, + bsdmainutils, + libgtk2.0-dev, + libwaili-dev (>= 19990723-16) +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/debian-phototools-team/xmorph +Vcs-Git: https://salsa.debian.org/debian-phototools-team/xmorph.git +Homepage: http://xmorph.sourceforge.net/ +Rules-Requires-Root: no Package: libmorph Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends} -Breaks: xmorph (<< 1:20140707~) -Replaces: xmorph (<< 1:20140707~) -Priority: optional Section: libs +Depends: ${misc:Depends}, + ${shlibs:Depends} Description: digital image warping library libmorph warps images; the warping technique was invented and first used by Industrial Light and Magic, and is commonly called "morphing." @@ -22,11 +35,10 @@ Package: xmorph Architecture: any -Depends: dpkg (>= 1.15.4) | install-info, ${misc:Depends}, ${shlibs:Depends} +Depends: ${misc:Depends}, + ${shlibs:Depends} Suggests: imagemagick | netpbm | xmorph-example -Priority: optional -Section: graphics -Description: digital image warp and morph (x11) +Description: digital image warp and morph (x11) Xmorph loads, saves, warps, and dissolves images, and loads, saves, creates, and manipulates control meshes which determine the warping. The technique was invented and first used by Industrial Light and Magic, and is commonly @@ -41,21 +53,20 @@ Package: libmorph-dev Architecture: any -Depends: ${misc:Depends}, libmorph (= ${binary:Version}) -Priority: optional Section: libdevel +Depends: ${misc:Depends}, + libmorph (= ${binary:Version}) Description: digital image warping library (development files) This package contains header files for, and a static version of, the libmorph library. Package: gtkmorph Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends} -Suggests: imagemagick, gtkmorph-example -Conflicts: xmorph (<< 20030121) -Priority: optional -Section: graphics -Description: Digital image warp and morph (gtk) +Depends: ${misc:Depends}, + ${shlibs:Depends} +Suggests: imagemagick, + gtkmorph-example +Description: Digital image warp and morph (gtk) gtkmorph loads, saves, warps, and dissolves images, and loads, saves, creates, and manipulates control meshes which determine the warping. The technique was invented and first used by Industrial Light and Magic, and is @@ -66,11 +77,10 @@ Package: gtkmorph-example Architecture: all -Depends: ${misc:Depends}, gtkmorph | xmorph +Depends: ${misc:Depends}, + gtkmorph | xmorph Provides: xmorph-example -Priority: optional -Section: graphics -Description: digital image warp and morph, examples +Description: digital image warp and morph, examples gtkmorph loads, saves, warps, and dissolves images, and loads, saves, creates, and manipulates control meshes which determine the warping. It has support for making movies automatically (it needs extra packages). The diff -Nru xmorph-20140707+nmu2.1/debian/copyright xmorph-20150712/debian/copyright --- xmorph-20140707+nmu2.1/debian/copyright 2014-07-06 17:38:33.000000000 +0000 +++ xmorph-20150712/debian/copyright 2022-08-11 13:06:07.000000000 +0000 @@ -1,24 +1,35 @@ -This is xmorph, written and maintained by A Mennucc1 -on Thu, 22 Feb 2001 18:50:20 +0100. - -The original source can always be found at: - http://sourceforge.net/projects/xmorph - -xmorph/morph: Written and Copyright (C) 1994-2000 by Michael J. Gourlay - -gtkmorph: Written and Copyright (C) 2000 by A C G Mennucci - - 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. - - You should have received a copy of the GNU General Public License with - the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL - if not, write to the Free Software Foundation, Inc., - 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: xmorph +Source: http://sourceforge.net/projects/xmorph + http://xmorph.svn.code.sourceforge.net/p/xmorph/code/xmorph-current/ + +Files: * +Copyright: 1994-2000 by Michael J. Gourlay +License: GPL-2+ + +Files: gtkmorph/* +Copyright: 2000-2009 A Mennucc1 +License: GPL-2+ + +Files: doc/xmorph.texinfo +Copyright: 1994-1999 Michael J. Gourlay + 2000-2009 A Mennucc1 +License: GPL-2+ + +Files: debian/* +Copyright: 2000-2014 A Mennucc1 +License: GPL-2+ + +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 full text of the GNU General Public + License version 2 at /usr/share/common-licenses/GPL-2. \ No newline at end of file diff -Nru xmorph-20140707+nmu2.1/debian/dirs xmorph-20150712/debian/dirs --- xmorph-20140707+nmu2.1/debian/dirs 2014-07-06 17:38:33.000000000 +0000 +++ xmorph-20150712/debian/dirs 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -usr/bin -usr/sbin diff -Nru xmorph-20140707+nmu2.1/debian/docs xmorph-20150712/debian/docs --- xmorph-20140707+nmu2.1/debian/docs 2014-07-06 17:38:33.000000000 +0000 +++ xmorph-20150712/debian/docs 2022-08-11 13:06:07.000000000 +0000 @@ -1,5 +1,6 @@ NEWS README +README.html TODO HISTORY AUTHORS diff -Nru xmorph-20140707+nmu2.1/debian/gmorph.mapnages xmorph-20150712/debian/gmorph.mapnages --- xmorph-20140707+nmu2.1/debian/gmorph.mapnages 1970-01-01 00:00:00.000000000 +0000 +++ xmorph-20150712/debian/gmorph.mapnages 2022-08-11 13:06:07.000000000 +0000 @@ -0,0 +1 @@ +debian/tmp/usr/share/man/man1/gtkmorph.1 diff -Nru xmorph-20140707+nmu2.1/debian/gtkmorph.dirs xmorph-20150712/debian/gtkmorph.dirs --- xmorph-20140707+nmu2.1/debian/gtkmorph.dirs 2014-07-06 17:38:33.000000000 +0000 +++ xmorph-20150712/debian/gtkmorph.dirs 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -usr/share/gtkmorph -usr/share/xmorph diff -Nru xmorph-20140707+nmu2.1/debian/gtkmorph-example.dirs xmorph-20150712/debian/gtkmorph-example.dirs --- xmorph-20140707+nmu2.1/debian/gtkmorph-example.dirs 2014-07-06 17:38:33.000000000 +0000 +++ xmorph-20150712/debian/gtkmorph-example.dirs 1970-01-01 00:00:00.000000000 +0000 @@ -1,4 +0,0 @@ -usr/share/gtkmorph -usr/share/doc/gtkmorph-example -usr/share/doc/gtkmorph -usr/share/xmorph diff -Nru xmorph-20140707+nmu2.1/debian/gtkmorph-example.files xmorph-20150712/debian/gtkmorph-example.files --- xmorph-20140707+nmu2.1/debian/gtkmorph-example.files 2014-07-06 17:38:33.000000000 +0000 +++ xmorph-20150712/debian/gtkmorph-example.files 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -usr/share/xmorph/example/* diff -Nru xmorph-20140707+nmu2.1/debian/gtkmorph-example.install xmorph-20150712/debian/gtkmorph-example.install --- xmorph-20140707+nmu2.1/debian/gtkmorph-example.install 1970-01-01 00:00:00.000000000 +0000 +++ xmorph-20150712/debian/gtkmorph-example.install 2022-08-11 13:06:07.000000000 +0000 @@ -0,0 +1 @@ +usr/share/xmorph/example diff -Nru xmorph-20140707+nmu2.1/debian/gtkmorph-example.links xmorph-20150712/debian/gtkmorph-example.links --- xmorph-20140707+nmu2.1/debian/gtkmorph-example.links 1970-01-01 00:00:00.000000000 +0000 +++ xmorph-20150712/debian/gtkmorph-example.links 2022-08-11 13:06:07.000000000 +0000 @@ -0,0 +1,3 @@ +usr/share/xmorph/example usr/share/gtkmorph/example +usr/share/xmorph/example usr/share/doc/gtkmorph-example/examples +usr/share/xmorph/example usr/share/doc/gtkmorph/examples diff -Nru xmorph-20140707+nmu2.1/debian/gtkmorph.files xmorph-20150712/debian/gtkmorph.files --- xmorph-20140707+nmu2.1/debian/gtkmorph.files 2014-07-06 17:38:33.000000000 +0000 +++ xmorph-20150712/debian/gtkmorph.files 1970-01-01 00:00:00.000000000 +0000 @@ -1,4 +0,0 @@ -usr/bin/gtkmorph -usr/share/man/man1/gtkmorph.1 -usr/share/xmorph/pixmaps/* -usr/share/xmorph/mpeg.param diff -Nru xmorph-20140707+nmu2.1/debian/gtkmorph.install xmorph-20150712/debian/gtkmorph.install --- xmorph-20140707+nmu2.1/debian/gtkmorph.install 1970-01-01 00:00:00.000000000 +0000 +++ xmorph-20150712/debian/gtkmorph.install 2022-08-11 13:06:07.000000000 +0000 @@ -0,0 +1,3 @@ +usr/bin/gtkmorph +usr/share/xmorph/mpeg.param +usr/share/xmorph/pixmaps diff -Nru xmorph-20140707+nmu2.1/debian/gtkmorph.links xmorph-20150712/debian/gtkmorph.links --- xmorph-20140707+nmu2.1/debian/gtkmorph.links 1970-01-01 00:00:00.000000000 +0000 +++ xmorph-20150712/debian/gtkmorph.links 2022-08-11 13:06:07.000000000 +0000 @@ -0,0 +1 @@ +usr/share/xmorph/pixmaps usr/share/gtkmorph/pixmaps diff -Nru xmorph-20140707+nmu2.1/debian/gtkmorph.manpages xmorph-20150712/debian/gtkmorph.manpages --- xmorph-20140707+nmu2.1/debian/gtkmorph.manpages 1970-01-01 00:00:00.000000000 +0000 +++ xmorph-20150712/debian/gtkmorph.manpages 2022-08-11 13:06:07.000000000 +0000 @@ -0,0 +1 @@ +usr/share/man/man1/gtkmorph.1 diff -Nru xmorph-20140707+nmu2.1/debian/libmorph-dev.files xmorph-20150712/debian/libmorph-dev.files --- xmorph-20140707+nmu2.1/debian/libmorph-dev.files 2014-07-06 21:25:13.000000000 +0000 +++ xmorph-20150712/debian/libmorph-dev.files 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -usr/lib/libmorph*.so -usr/lib/libmorph*.a -usr/include/xmorph/* diff -Nru xmorph-20140707+nmu2.1/debian/libmorph-dev.install xmorph-20150712/debian/libmorph-dev.install --- xmorph-20140707+nmu2.1/debian/libmorph-dev.install 1970-01-01 00:00:00.000000000 +0000 +++ xmorph-20150712/debian/libmorph-dev.install 2022-08-11 13:06:07.000000000 +0000 @@ -0,0 +1,3 @@ +usr/include +usr/lib/*/lib*.so +usr/lib/*/libmorph.a diff -Nru xmorph-20140707+nmu2.1/debian/libmorph.files xmorph-20150712/debian/libmorph.files --- xmorph-20140707+nmu2.1/debian/libmorph.files 2014-07-06 17:38:33.000000000 +0000 +++ xmorph-20150712/debian/libmorph.files 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -usr/lib/libmorph*so.* -usr/share/locale/*/* diff -Nru xmorph-20140707+nmu2.1/debian/libmorph.install xmorph-20150712/debian/libmorph.install --- xmorph-20140707+nmu2.1/debian/libmorph.install 1970-01-01 00:00:00.000000000 +0000 +++ xmorph-20150712/debian/libmorph.install 2022-08-11 13:06:07.000000000 +0000 @@ -0,0 +1,2 @@ +usr/lib/*/lib*so.* +usr/share/locale/* diff -Nru xmorph-20140707+nmu2.1/debian/rules xmorph-20150712/debian/rules --- xmorph-20140707+nmu2.1/debian/rules 2015-07-08 18:28:04.000000000 +0000 +++ xmorph-20150712/debian/rules 2022-08-11 13:06:07.000000000 +0000 @@ -1,179 +1,13 @@ #!/usr/bin/make -f -# Sample debian/rules that uses debhelper. -# GNU copyright 1997 by Joey Hess. -# -# This version is for a hypothetical package that builds an -# architecture-dependant package, as well as an architecture-independent -# package. -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=0 +export DEB_BUILD_MAINT_OPTIONS=hardening=+all +export DEB_CFLAGS_MAINT_APPEND = -fgnu89-inline -# This is the debhelper compatability version to use, for local overrides. -#export DH_COMPAT=4 +%: + dh $@ -# This has to be exported to make some magic below work. -export DH_OPTIONS +override_dh_auto_configure: + dh_auto_configure -- --disable-rpath --with-xmorph --with-gtkmorph --with-gtk=2 --with-waili --without-fftw -INSTALL = install -INSTALL_FILE = $(INSTALL) -p -o root -g root -m 644 -INSTALL_PROGRAM = $(INSTALL) -p -o root -g root -m 755 -INSTALL_SCRIPT = $(INSTALL) -p -o root -g root -m 755 -INSTALL_DIR = $(INSTALL) -p -d -o root -g root -m 755 - -CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS) -CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) -fgnu89-inline -CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) -LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) - -ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) -INSTALL_PROGRAM += -s -endif - -export DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) -export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) -# FOR AUTOCONF 2.52 AND NEWER ONLY -ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE)) - confflags += --build $(DEB_HOST_GNU_TYPE) -else - confflags += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE) -endif - -config: config-stamp -config-stamp: - dh_testdir - # avoid time skews - touch configure.ac && touch aclocal.m4 && touch configure - touch config.h.in */Makefile.in Makefile.in - #https://bugs.debian.org/744550 - dh_autoreconf - # - ./configure $(confflags) --prefix=/usr --mandir=/usr/share/man \ - --infodir=/usr/share/info --disable-rpath \ - --with-xmorph --with-gtkmorph --with-gtk=2 \ - --with-waili --without-fftw \ - CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" \ - CPPFLAGS="$(CPPFLAGS)" CXXFLAGS="$(CXXFLAGS)" - touch config-stamp - -build: config build-arch build-indep - -build-indep: config build-indep-stamp -build-indep-stamp: - touch build-indep-stamp - -build-arch: config build-arch-stamp -build-arch-stamp: - # Add here commands to compile the package. - $(MAKE) - # - touch build-arch-stamp - -install-indep: DH_OPTIONS=-i -install-indep: build-indep - dh_testdir - dh_testroot - dh_prep - dh_installdirs - # Add here commands to install the package into debian/tmp. - $(MAKE) install-data-local DESTDIR=`pwd`/debian/tmp - dh_movefiles - dh_link -pgtkmorph-example usr/share/xmorph/example usr/share/gtkmorph/example - dh_link -pgtkmorph-example usr/share/xmorph/example usr/share/doc/gtkmorph-example/examples - dh_link -pgtkmorph-example usr/share/xmorph/example usr/share/doc/gtkmorph/examples - -install-arch: DH_OPTIONS=-a -install-arch: build-arch - dh_testdir - dh_testroot - dh_prep - dh_installdirs - # Add here commands to install the package into debian/tmp. - $(MAKE) install DESTDIR=`pwd`/debian/tmp - dh_movefiles - dh_link -pxmorph usr/share/man/man1/xmorph.1.gz usr/share/man/man1/morph.1.gz - dh_link -pgtkmorph usr/share/xmorph/pixmaps usr/share/gtkmorph/pixmaps - - -# Build architecture-independent files here. -# Pass -i to all debhelper commands in this target to reduce clutter. -binary-indep: DH_OPTIONS=-i -binary-indep: build-indep install-indep - dh_testdir - dh_testroot -# dh_installdebconf - dh_installdocs -#nope! it was getting installed twice! -# #dh_installexamples -pgtkmorph-example example - dh_installmenu -# dh_installemacsen -# dh_installpam -# dh_installinit - dh_installcron - dh_installman -#is done by postinst -# dh_undocumented -# dh_installinfo - dh_installchangelogs - #ChangeLog - dh_link - dh_compress - dh_fixperms - dh_installdeb -# dh_perl - dh_gencontrol - dh_md5sums - dh_builddeb - -# Build architecture-dependent files here. -# Pass -a to all debhelper commands in this target to reduce clutter. -binary-arch: DH_OPTIONS=-a -binary-arch: build-arch install-arch - dh_testdir - dh_testroot -# dh_installdebconf - dh_installdocs -# dh_installexamples - dh_installmenu -# dh_installemacsen -# dh_installpam -# dh_installinit -# dh_installcron - dh_installman -# is done correctly in my postinst -# dh_installinfo -# dh_undocumented - dh_installchangelogs - #ChangeLog - dh_strip - dh_link - dh_compress - dh_fixperms - dh_makeshlibs - dh_installdeb -# dh_perl - dh_shlibdeps -ldebian/libmorph/usr/lib - dh_gencontrol - dh_md5sums - dh_builddeb - -binary: binary-arch binary-indep - - - -clean: - dh_testdir - dh_testroot - rm -f build-arch-stamp build-indep-stamp config-stamp - - # Add here commands to clean up after the build process. - [ ! -f Makefile ] || $(MAKE) distclean - # - #https://bugs.debian.org/744550 - dh_autoreconf_clean - # - dh_clean - - - -.PHONY: config build-arch build-indep clean binary-indep binary-arch binary binary-arch binary-indep install-indep install-arch +execute_after_dh_install: + find debian -name '*.la' -delete diff -Nru xmorph-20140707+nmu2.1/debian/salsa-ci.yml xmorph-20150712/debian/salsa-ci.yml --- xmorph-20140707+nmu2.1/debian/salsa-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ xmorph-20150712/debian/salsa-ci.yml 2022-08-11 13:06:07.000000000 +0000 @@ -0,0 +1,4 @@ +--- +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml diff -Nru xmorph-20140707+nmu2.1/debian/source/format xmorph-20150712/debian/source/format --- xmorph-20140707+nmu2.1/debian/source/format 2014-07-06 20:29:14.000000000 +0000 +++ xmorph-20150712/debian/source/format 2022-08-11 13:06:07.000000000 +0000 @@ -1 +1 @@ -1.0 +3.0 (quilt) \ No newline at end of file diff -Nru xmorph-20140707+nmu2.1/debian/source/lintian-overrides xmorph-20150712/debian/source/lintian-overrides --- xmorph-20140707+nmu2.1/debian/source/lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ xmorph-20150712/debian/source/lintian-overrides 2022-08-11 13:06:07.000000000 +0000 @@ -0,0 +1,2 @@ +# We can't change past changelog versions so ignore this warning +xmorph source: odd-historical-debian-changelog-version diff -Nru xmorph-20140707+nmu2.1/debian/watch xmorph-20150712/debian/watch --- xmorph-20140707+nmu2.1/debian/watch 1970-01-01 00:00:00.000000000 +0000 +++ xmorph-20150712/debian/watch 2022-08-11 13:06:07.000000000 +0000 @@ -0,0 +1,9 @@ +version=4 + +opts=dversionmangle=s/.*/0.No-Release/ \ + https://people.debian.org/~eriberto/ FakeWatchNoUpstreamReleaseForThisPackage-(\d\S+)\.gz + +# no release numbers in SVN dir layout +#opts="mode=svn,pgpmode=none" \ +#http://xmorph.svn.code.sourceforge.net/p/xmorph/code/xmorph-current/ \ +# (\d[\d.]+)/ diff -Nru xmorph-20140707+nmu2.1/debian/xmorph.files xmorph-20150712/debian/xmorph.files --- xmorph-20140707+nmu2.1/debian/xmorph.files 2014-07-06 17:38:33.000000000 +0000 +++ xmorph-20150712/debian/xmorph.files 1970-01-01 00:00:00.000000000 +0000 @@ -1,4 +0,0 @@ -usr/bin/xmorph -usr/bin/morph -usr/share/man/man1/xmorph.1 -usr/share/info/xmorph.info diff -Nru xmorph-20140707+nmu2.1/debian/xmorph.info xmorph-20150712/debian/xmorph.info --- xmorph-20140707+nmu2.1/debian/xmorph.info 2014-07-06 17:38:33.000000000 +0000 +++ xmorph-20150712/debian/xmorph.info 2022-08-11 13:06:07.000000000 +0000 @@ -1 +1 @@ -doc/xmorph.info +usr/share/info/xmorph.info diff -Nru xmorph-20140707+nmu2.1/debian/xmorph.install xmorph-20150712/debian/xmorph.install --- xmorph-20140707+nmu2.1/debian/xmorph.install 1970-01-01 00:00:00.000000000 +0000 +++ xmorph-20150712/debian/xmorph.install 2022-08-11 13:06:07.000000000 +0000 @@ -0,0 +1,2 @@ +usr/bin/morph +usr/bin/xmorph diff -Nru xmorph-20140707+nmu2.1/debian/xmorph.links xmorph-20150712/debian/xmorph.links --- xmorph-20140707+nmu2.1/debian/xmorph.links 1970-01-01 00:00:00.000000000 +0000 +++ xmorph-20150712/debian/xmorph.links 2022-08-11 13:06:07.000000000 +0000 @@ -0,0 +1 @@ +usr/share/man/man1/xmorph.1.gz usr/share/man/man1/morph.1.gz diff -Nru xmorph-20140707+nmu2.1/debian/xmorph.manpages xmorph-20150712/debian/xmorph.manpages --- xmorph-20140707+nmu2.1/debian/xmorph.manpages 1970-01-01 00:00:00.000000000 +0000 +++ xmorph-20150712/debian/xmorph.manpages 2022-08-11 13:06:07.000000000 +0000 @@ -0,0 +1 @@ +usr/share/man/man1/xmorph.1 diff -Nru xmorph-20140707+nmu2.1/m4/ltversion.m4 xmorph-20150712/m4/ltversion.m4 --- xmorph-20140707+nmu2.1/m4/ltversion.m4 1970-01-01 00:00:00.000000000 +0000 +++ xmorph-20150712/m4/ltversion.m4 2022-08-01 13:42:55.000000000 +0000 @@ -0,0 +1,23 @@ +# ltversion.m4 -- version numbers -*- Autoconf -*- +# +# Copyright (C) 2004 Free Software Foundation, Inc. +# Written by Scott James Remnant, 2004 +# +# This file is free software; the Free Software Foundation gives +# unlimited permission to copy and/or distribute it, with or without +# modifications, as long as this notice is preserved. + +# @configure_input@ + +# serial 3337 ltversion.m4 +# This file is part of GNU Libtool + +m4_define([LT_PACKAGE_VERSION], [2.4.2]) +m4_define([LT_PACKAGE_REVISION], [1.3337]) + +AC_DEFUN([LTVERSION_VERSION], +[macro_version='2.4.2' +macro_revision='1.3337' +_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) +_LT_DECL(, macro_revision, 0) +])