File: changelog

package info (click to toggle)
gip 1.7.0-1-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 720 kB
  • sloc: cpp: 1,455; ansic: 548; sh: 547; makefile: 35
file content (186 lines) | stat: -rw-r--r-- 7,222 bytes parent folder | download
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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
gip (1.7.0-1-5) unstable; urgency=medium

  * New maintainer.
    Thanks to Ignace Mouzannar, the last maintainer. (Closes: 955987)
  * Ran wrap-and-sort.
  * 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 13.
  * debian/control:
      - Added 'Rules-Requires-Root: binary-targets' to source stanza.
      - Added the field Homepage.
      - Added VCS fields.
      - Bumped Standards-Version to 4.5.0.
  * debian/copyright:
      - Migrated to 1.0 format. Full updated.
      - Updated the field Source.
  * debian/gip.docs: removed README.source.
  * debian/patches:
      - Renamed all patches:
          ~ 010_gen-sh.patch
          ~ 020_build-sh.patch
          ~ 030_gip-desktop.patch
          ~ 040_init-lock-events.patch
          ~ 050_installer-build-files-sh.patch
          ~ 060_binary-hex-network-update.patch
          ~ 070_remove-header.patch
          ~ 080_debian-hardening.patch
          ~ 090_desktop-file.patch
      - 020_build-sh.patch: updated to fixed the package reproducibility.
        Thanks to Reiner Herrmann <reiner@reiner-h.de>. (Closes: 842868)
      - 080_debian-hardening.patch: updated to set CPPFLAGS.
  * debian/README.source: removed.
  * debian/rules:
      - Added CPPFLAGS.
      - Added DEB_BUILD_MAINT_OPTIONS.
      - Added DH_VERBOSE.
      - Removed CFLAGS from noopt.
  * debian/salsa-ci.yml: added to provide CI tests for Salsa.
  * debian/tests/control: added to perform a test.
  * debian/watch: updated to version 4 and changed the URI.

 -- Thiago Andrade Marques <andrade@debian.org>  Sat, 11 Jul 2020 02:00:18 -0300

gip (1.7.0-1-4) unstable; urgency=medium

  * debian/patches:
    - 70-remove-header.diff: remove include to fix FTBFS with newer
      libsigc++. Patch imported from Ubuntu. (Closes: 805200)
    - 71-debian-hardening.diff: adds hardening compile-time options,
      as suggested and described here: https://wiki.debian.org/Hardening.
    - 72-desktop-file.diff: add Keywords field to the desktop file.
  * debian/compat:
    - Bumped compat version from 7 to 9.
  * debian/control:
    - Removed deprecated 'Dm-Upload-Allowed' field.
    - Removed Vcs-Svn and Vcs-Browser as they are out of date.
    - Removed obsolete hompage url.
    - Bumped Standards-Version to 3.9.8.
    - Updated debhelper dependency version to follow new compat version.
  * debian/gip.menu:
    - Removed file as recommended here:
      https://lists.debian.org/debian-devel-announce/2015/09/msg00000.html

 -- Ignace Mouzannar <mouzannar@gmail.com>  Sat, 23 Jul 2016 23:45:32 -0400

gip (1.7.0-1-3) unstable; urgency=low

  * debian/patches:
    - 50-installer-build_files-sh.diff: Fix placement of libs in linking stages
      for GCC 4.6. Thank you Daniel T Chen <crimsun@ubuntu.com> for providing
      this patch. (Closes: 641844) (LP: #771081)
    - 60-binary-hex-network-update.diff: Adds update signals to binary and hex
      "network" fields when user updates "Network mask" or "Prefix length".
      (LP: #704348)
  * debian/control:
    - Removed dependency on quilt.
    - Bumped Standards-Version to 3.9.2.
    - Added DM-Upload-Allowed field.
  * debian/watch:
    - Updated to use googlecode.debian.net redirector.

 -- Ignace Mouzannar <mouzannar@gmail.com>  Sun, 20 Nov 2011 01:06:59 +0100

gip (1.7.0-1-2) unstable; urgency=low

  * debian/control:
    - Bumped Standards-Version to 3.9.1.
    - Added Vcs-Svn and Vcs-Browser as the package has been added on
      collab-maint/ext-main.
  * debian/patches:
    - Added 40-init_lock_events.diff: to initialize the lock_events variable
      to FALSE as it was not initialized. (Closes: #576416)
      Thank you Frank Dean <frank-lists@smartpixie.com> for providing the patch.
    - 20-build-sh.diff: updated the patch to correct linking paths (LP: #565187)
  * Converted the package to "3.0 (quilt)" source format.

 -- Ignace Mouzannar <mouzannar@gmail.com>  Wed, 01 Sep 2010 00:58:07 +0200

gip (1.7.0-1-1) unstable; urgency=low

  * New maintainer. (Closes: #547045)
  * New upstream release.
  * Menu entry has been added in "Applications->Accessories". (Closes: #474969)
  * debian/rules:
    - Simplified the rules file using dh7 features.
  * debian/control:
    - Updated project homepage.
    - Updated debhelper dependency to (>= 7.0.50~).
    - Added dependency on quilt (>= 0.46-7).
  * debian/copyright:
    - Linked to GPL-2.
  * debian/compat:
    - Updated debhelper compatibility to 7.
  * debian/patches/:
    - Added 10-gen-sh.diff: to remove the timestamps modification of the
      po/gip.pot file.
    - Added 20-build-sh.diff: to correct installation path in the build.sh
      file, and remove uselessly linked libraries.
    - Added 30-gip-desktop.diff: to correct the path in the .desktop file,
      and remove the "Encoding" key.
  * Added a debian/watch file.
  * Added a debian/gip.dirs file.
  * Standards-Version bumped to 3.8.3.

 -- Ignace Mouzannar <mouzannar@gmail.com>  Tue, 06 Oct 2009 11:35:57 +0200

gip (1.6.1.1-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fix double-build FTBFS by calling “./clean.sh” instead of
    “-$(MAKE) clean” (Closes: #442574).
  * Remove unneeded “clean” script.
  * Bump debhelper compatibility from 4 to 5, no changes needed.
  * Bump Standards-Version from 3.7.2 to 3.7.3, no changes needed.
  * Move the Homepage from the description to a source field.
  * Menu transition: Move the menu section from “Apps/Net” to
    “Applications/Network/Monitoring”.

 -- Cyril Brulebois <cyril.brulebois@enst-bretagne.fr>  Tue, 26 Feb 2008 23:40:07 +0100

gip (1.6.1.1-1) unstable; urgency=low

  * New upstream release.
  * debian/control: Updated to Standards-Version 3.7.2.
  * debian/copyright: Updated address of Free Software Foundation.
  * Added patch "[INTL:sv] Swedish PO-template translation", thanks to Daniel
    Nylander <yeager@lidkoping.net>; forwarded patch upstream
    (Closes: bug#343478).

 -- Khalid El Fathi <invent@edena-fr.org>  Wed, 12 Jul 2006 16:04:12 +0200

gip (1.6.0.1-1) unstable; urgency=low

  * New upstream release.
  * Updated to Standards-Version 3.6.2.
  * New dependencies after C++ ABI transition (Closes: bug#324756).

 -- Khalid El Fathi <invent@edena-fr.org>  Wed, 13 Jul 2005 14:46:49 +0200

gip (1.4.0.1-2) unstable; urgency=low

  * Added patch "[INTL:de] German PO file corrections", thanks to Jens Seidel;
    forwarded patch upstream (Closes: bug#314086).

 -- Khalid El Fathi <invent@edena-fr.org>  Wed, 15 Jun 2005 15:04:47 +0200

gip (1.4.0.1-1) unstable; urgency=low

  * New upstream release.
  * No new features, it's only compiles with gtkmm-2.4 now.

 -- Khalid El Fathi <invent@edena-fr.org>  Fri,  6 May 2005 22:18:37 +0200

gip (1.2.1.1-1) unstable; urgency=low

  * New upstream release (Closes: bug#303694).

 -- Khalid El Fathi <invent@edena-fr.org>  Fri,  8 Apr 2005 14:45:03 +0200

gip (1.2.0.1-1) unstable; urgency=low

  * Initial Release (Closes: bug#265394).
  * Adjusted the build.sh to fix INST_* problems.

 -- Khalid El Fathi <invent@edena-fr.org>  Mon, 25 Oct 2004 22:27:20 +0200