File: changelog

package info (click to toggle)
libpuzzle 0.11-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,092 kB
  • sloc: sh: 9,723; ansic: 1,811; makefile: 970; php: 269; sql: 148
file content (135 lines) | stat: -rw-r--r-- 5,235 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
libpuzzle (0.11-4) unstable; urgency=medium

  * Team upload.
  * Switch debhelper compatibility to 13
  * Bump Standards-Version to 4.7.2
  * Replace two debian manpages with upstreamed ones

 -- Alexandre Detiste <tchet@debian.org>  Sun, 05 Oct 2025 15:40:57 +0200

libpuzzle (0.11-3) unstable; urgency=medium

  * Change priority from extra to optional
  * Switch debhelper compatibility to 12
  * Bump Standards-Version to 4.3.0
  * Update Vcs-Git and Vcs-Browser with new repository on salsa.debian.org
  * Add Build-Depends-Package to debian/libpuzzle1.symbols
  * Fix debian/copyright Format URI to use https
  * Add a lintian override about PHP examples not installed
  * Add debian/upstream/metadata

 -- Emmanuel Bouthenot <kolter@debian.org>  Wed, 27 Feb 2019 02:18:31 +0000

libpuzzle (0.11-2) unstable; urgency=medium

  * Team upload.
  * debian/control:
      - Build-Depends: libgd-dev instead of libgd2-noxpm-dev.
        (Closes: #880774) -  Thanks Adrian Bunk
  * debian/rules:
      - Add DEB_CFLAGS_MAINT_APPEND = -fPIE
      - Add DEB_LDFLAGS_MAINT_APPEND = -fPIE -pie

 -- Herbert Parentes Fortes Neto <hpfn@debian.org>  Sun, 12 Nov 2017 14:18:03 -0200

libpuzzle (0.11-1) unstable; urgency=low

  * Team upload.
  * New upstream release.
  * All references to build libpuzzle-php package were
    removed. No support to PHP7. (Closes: #821688)
  * debian/control:
      - Bump Standards-Version from 3.9.5 to 3.9.8.
      - Homepage entry updated. github.com
      - Vcs-* entries updated. And using https.
      - php5-dev removed from Build-Depends.
      - chrpath removed from Build-Depends.
      - libpuzzle-php entry removed. No support to PHP7. No reverse depends.
  * debian/copyright:
      - Upstream Copyright: 2007-2009
  * debian/patches:
      - 02_link_against_libm renamed to 02_link_against_libm_jump_regress_1_test
        Add a reference to skip regress_1 test. As recommended by the upstream.
        Please see the header.
  * debian/rules:
      - References to php removed. libpuzzle 0.11 does not support PHP7.
        (Closes: #
      - Hardening added.
      - LDFLAGS maint append added.
  * debian/watch:
      - version 4.
      - github address added. There is no release on github yet. A guess line.

 -- Herbert Parentes Fortes Neto <hpfn@debian.org>  Mon, 19 Sep 2016 12:20:45 -0300

libpuzzle (0.9-6) unstable; urgency=medium

  * Add a patch to force linking against libm (Closes: #734564)
  * Use dh-autoreconf instead of autotools-dev to fix FTBFS on
    ppc64el. Thanks to Logan Rosen <logan@ubuntu.com> for the patches.
  * Bump Standards-Version to 3.9.5
  * Tiny updates in debian/copyright
  * Fix Vcs-Browser field
  * Add symbols file for libpuzzle1

 -- Emmanuel Bouthenot <kolter@debian.org>  Fri, 21 Mar 2014 21:44:57 +0100

libpuzzle (0.9-5) unstable; urgency=low

  * Taking over the maintenance of libpuzzle: add myself to Uploaders
    (Closes: #651426)
  * Bump Standards-Version to 3.9.3
  * Switch source format to '3.0 (quilt)'
  * Switch build system to full debhelper 9 (bye bye CDBS)
  * Add a patch to cleanly build the PHP module separately
  * Add Multi-Arch support
  * Fix typo in libpuzzle manpage
  * Fix various pod errors in manpages pod files
  * Switch debian/copyright to DEP5 format
  * Update Vcs-* fields
  * Use php5{en,dis}mod for conffile handling (Closes: #667769)

 -- Emmanuel Bouthenot <kolter@debian.org>  Sun, 06 May 2012 13:08:20 +0000

libpuzzle (0.9-4) unstable; urgency=high

  * Fix missing dependency on phpapi-* for libpuzzle-php, thanks to
    Raphael Geissert (Closes: #566289):
     - Add ${php:Depends} to its Depends.
     - Use $(php-config5 --phpapi) to define this variable in the
       associated substvars file.
  * Set urgency to “high” accordingly.

 -- Cyril Brulebois <kibi@debian.org>  Thu, 28 Jan 2010 20:35:16 +0100

libpuzzle (0.9-3) unstable; urgency=low

  * Fix comment in debian/libpuzzle.ini as requested by Thijs Kinkhorst
    since the previous style generates warnings with PHP 5.3: Replace
    leading “#” with “;”, which is said to work with all current PHP
    versions.
  * Add ${misc:Depends} to libpuzzle-dev.

 -- Cyril Brulebois <kibi@debian.org>  Sun, 03 Jan 2010 20:24:13 +0100

libpuzzle (0.9-2) unstable; urgency=low

  * Pass “LDFLAGS=""” to the PHP extension's ./configure script. Since
    dpkg-buildpackage now exports LDFLAGS, an FTBFS is triggered because
    of “-Wl,-z,defs” (which was previously only used for the shared
    library, as intended); and since “-Wl,--as-needed” isn't sufficient to
    get rid of extra linking for that extension anyway, passing an empty
    LDFLAGS variable for that part of the build (Closes: #475984).
  * Move the maintainership to pkg-phototools as originally planned
    (thanks to to Emmanuel Bouthenot who proposed that package):
     - Set Maintainer to pkg-phototools.
     - Set Uploaders to myself, and update the mail address.
     - Add Vcs-Browser and Vcs-Git.

 -- Cyril Brulebois <kibi@debian.org>  Sat, 26 Apr 2008 11:34:21 +0200

libpuzzle (0.9-1) unstable; urgency=low

  * Initial release (Closes: #445180).

 -- Cyril Brulebois <cyril.brulebois@enst-bretagne.fr>  Mon, 17 Mar 2008 01:25:25 +0100