1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132
|
fldiff (1.1+0-6) unstable; urgency=medium
* QA upload.
* Set Debian QA Group as maintainer. (see #922895)
* Using new DH level format. Consequently:
- debian/compat: removed.
- debian/control: changed from 'debhelper' to 'debhelper-compat' in
Build-Depends field and bumped level to 12.
* debian/control:
- Added homepage.
- Bumped Standards-Version to 4.4.0.
* debian/copyright:
- Added new rights to debian/*.
- Fixed debian/* block to use GPL-2+, as in a previous revision
(see 1.1+0-3).
- Using https in format field.
* debian/tests/control: created to provide a trivial test.
* debian/upstream/metadata: created.
-- Diego Sarzi <diegosarzi@gmail.com> Sun, 21 Jul 2019 20:22:49 -0300
fldiff (1.1+0-5) unstable; urgency=low
* Updated to Standards-Version 4.1.2:
+ Updated compat level to 10.
+ Updated debhelper to 10.
+ Removed unnecessary build-dependencies on dh-autoreconf
and autotools-dev.
* Added fix-show-binary-files.patch file
(Closes: #525594 LP: 284639).
* Added UTF-8 support:
+ Build-Depends to libfltk1.3-dev.
+ Added fix-UTF-8-support.patch.
* Added PtProcess.* files copyright on
debian/copyright file.
* Removed Homepage debian/control field:
the website is not more actively.
-- Innocent De Marchi <tangram.peces@gmail.com> Fri, 22 Dec 2017 16:48:23 +0200
fldiff (1.1+0-4) unstable; urgency=low
* Update Standards-Version field to 3.9.8.
* Remove the build dependency on hardening-wrapper (Closes: #836754).
* Change Build-Depends field in debian/control.
* Update compat level to 9.
* Remove debian/menu file by the tech-ctte decision on #741573.
* Update debian/copyright format file.
* Add Vcs-Browser and Vcs-Git fields in debian/control.
-- Innocent De Marchi <tangram.peces@gmail.com> Sat, 10 Sep 2016 18:26:51 +0200
fldiff (1.1+0-3) unstable; urgency=low
* Update Standards-Version field to 3.9.5.
* Update debian/rules file:
- add hardering flags.
- add build-arch and build-indep target.
* Corrected the description field in debian/control file.
* Update the fldiff.desktop file to Desktop Entry Specification.
- add Keywords and Version fields.
- change Actions for Categories field.
* Update year in debian/copyright file.
* Remove the homepage in debian/control
(homepage it's dead).
* Completely comented the watch file content.
-- Innocent De Marchi <tangram.peces@gmail.com> Mon, 24 Feb 2014 18:10:23 +0200
fldiff (1.1+0-2) unstable; urgency=low
* Upload to unstable.
* The prior upload added a working watch file.
* Repositioned the application icon in usr/share/pixmaps/fldiff/
-- Innocent De Marchi <tangram.peces@gmail.com> Wed, 09 Feb 2011 17:01:35 +0200
fldiff (1.1+0-1) experimental; urgency=low
* New mantainer (adopt orphan package) ( Closes: #547013 ).
* Update Standard-Version from 3.7.3 to 3.9.1: no changes required.
* Update to new format 3.0 (quilt).
* Change debian/rules option dh_clean -k to dh_clean.
* Add new debian/fldiff.desktop (and add to debian/rules).
* Add the debian/menu file.
* Add fldiff.xpm file.
* Added a +0 to the upstream version number so that we can re-upload the
orig.tar.gz to the archive. The prior uploader uploaded a modified
orig.tar.gz after autoreconfing the source release.
* Update data format in debian/changelog.
-- Innocent De Marchi <tangram.peces@gmail.com> Sat, 30 Oct 2010 18:48:45 +0200
fldiff (1.1-1.1) unstable; urgency=low
* Non-maintainer upload.
* Fix double-build FTBFS (Closes: #424272, #442565), thanks to Kartik
Mistry for his original patch:
- Call “$(MAKE) clean” instead of “$(MAKE) distclean” so that configure
doesn't get lost.
- Get rid of config.log, config.status, and Makefile through the
dh_clean call.
- No longer ignore make clean errors.
* Also get rid of fldiff.list through dh_clean, since it is
(re)generated during the build. It is now kept out of the Debian diff.
* Move the autotool-dev code snippet to update config.{guess,sub} from
the clean target to the config.status one, and delete these files
through dh_clean, so as to keep their update out of the Debian diff.
* Move the Homepage from the description to a source field.
* Bump Standards-Version from 3.7.2 to 3.7.3, no changes needed.
-- Cyril Brulebois <cyril.brulebois@enst-bretagne.fr> Tue, 26 Feb 2008 23:00:40 +0100
fldiff (1.1-1) unstable; urgency=low
* New upstream release.
-- Khalid El Fathi <invent@edena-fr.org> Thu, 23 Nov 2006 22:39:31 +0100
fldiff (1.0-2) unstable; urgency=low
* debian/control: Updated to Standards-Version 3.7.2.
* debian/copyright: Updated address of Free Software Foundation.
* debian/watch: Added watch file.
-- Khalid El Fathi <invent@edena-fr.org> Wed, 27 Sep 2006 20:44:38 +0200
fldiff (1.0-1) unstable; urgency=low
* Initial release (Closes: #311297).
-- Khalid El Fathi <invent@edena-fr.org> Thu, 16 Jun 2005 23:27:56 +0200
|