File: changelog

package info (click to toggle)
camera.app 0.8.0-15
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 216 kB
  • sloc: objc: 952; makefile: 11
file content (177 lines) | stat: -rw-r--r-- 6,290 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
camera.app (0.8.0-15) unstable; urgency=medium

  * Run wrap-and-sort -ast.
  * debian/control (Build-Depends): Require libgnustep-gui-dev (>=
    0.31.1-7) for the multiarch layout.  Add imagemagick.
  * debian/rules (override_dh_auto_install): Remove.
    (execute_before_dh_link): New override; run dh_gnustep.  Resize the
    app icon to fix an AppStream error.
  * debian/install: Leave only the .desktop file (Closes: #1093981).
  * debian/camera.app.links: Delete and delegate this job to dh_gnustep.
  * debian/patches/pkg-config.patch: Fix FTCBFS (Closes: #1093982).
  * debian/Camera.desktop: Amend icon path.
  * debian/copyright: Use the team as copyright holder; update years.

 -- Yavor Doganov <yavor@gnu.org>  Thu, 30 Jan 2025 08:11:39 +0200

camera.app (0.8.0-14) unstable; urgency=medium

  * Bump standards version to 4.7.0.
  * Update homepage.

 -- Alex Myczko <tar@debian.org>  Tue, 09 Jul 2024 19:30:20 +0000

camera.app (0.8.0-13) unstable; urgency=medium

  [ Ferenc Wágner ]
  * debian/rules: Don't override GNUmakefile.preamble variables.
  * debian/patches/pkg-config.patch: New; use pkg-config for
    libgphoto2 (Closes: #963081).

  [ Yavor Doganov ]
  * debian/control (Uploaders): Add myself.
    (Build-Depends): Switch to debhelper-compat; bump level to 13.  Drop
    gnustep-make.  Remove ancient version requirements for
    libgnustep-gui-dev and libgphoto2-dev.
    (Depends): Remove dpkg; no longer needed.
    (Conflicts, Replaces): Remove; renaming done ~15 years ago.
    (Rules-Requires-Root): Set to "no".
    (Standards-Version): Claim compliance with 4.5.0; no changes needed.
  * debian/compat: Delete.
  * debian/rules: Enable hardening.
    (override_dh_auto_install): Adapt for compat level 13.
    (override_dh_auto_build): Use dh_auto_build instead of $(MAKE);
    support "noopt" and "terse" in DEB_BUILD_OPTIONS.
    (override_dh_fixperms, override_dh_strip): Remove; not needed.
  * debian/camera.app.maintscript: Delete; migration done.
  * debian/docs: Delete; not useful.
  * debian/watch: Replace with a dummy one; upstream's site is no more.
  * debian/Camera.desktop: Use real icon in /usr/share as AppStream does
    not support symlinks; fixes an AppStream error.
  * debian/changelog: Whitespace cleanup.

 -- Yavor Doganov <yavor@gnu.org>  Fri, 19 Jun 2020 20:04:31 +0300

camera.app (0.8.0-12) unstable; urgency=medium

  * Fix Vcs fields.
  * Bump standards version to 4.1.1.

 -- Gürkan Myczko <gurkan@phys.ethz.ch>  Fri, 01 Nov 2019 13:36:00 +0100

camera.app (0.8.0-11) unstable; urgency=medium

  * Update my name.
  * Bump debhelper version to 11.
  * Bump standards version to 4.1.3.

 -- Gürkan Myczko <gurkan@phys.ethz.ch>  Wed, 07 Feb 2018 13:12:06 +0100

camera.app (0.8.0-10) unstable; urgency=medium

  * Team upload, in harmony with Gürkan,:
    - move Debian GNUstep maintainer to Maintainer field,
    - move Gürkan to Uploaders field,
    - Add myself as new Co-Maintainer.
  * Bump debhelper compat to 9.
  * Upgrade to source format 3.0 (quilt).
  * Bump Standards-Version to 3.9.8.
  * Add Vcs-Browser and Vcs-Git fields.
  * Update gnustep Build-Depends.
  * Update libgphoto2-dev Build-Depends.
  * Add ${misc:Depends} to Depends field.
  * Update Description field.
  * Reformat debian/copyright file.
  * Provide a new debian/watch file.
  * Rewrite debian/rules:
    overrides 2 GNUmakefile.preamble variables (Closes: #820707).
  * Update debian/Camera.desktop file (Closes: #618456)
    and install it using debian/install file.
  * According with lintian and #741573 don't install menu file any longer.
  * According to debian policy 9.1.1, move
    /usr/lib/GNUstep/Applications/Camera.app/Resources dir
    to /usr/share/GNUstep/Camera.app:
    - use debian/install file,
    - use dh_symlink and dpkg-maintainer-script (and thus add dependency
      to dpkg (>= 1.17.4)) to create symlink from old to new locations.
      (provide new camera.app.links and new camera.app.maintscript files).

 -- Eric Heintzmann <heintzmann.eric@free.fr>  Tue, 19 Apr 2016 22:10:57 +0200

camera.app (0.8.0-9.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Build-depend on libgphoto2-dev (Closes: #739348)

 -- Jonathan Wiltshire <jmw@debian.org>  Fri, 08 May 2015 18:49:11 +0100

camera.app (0.8.0-9) unstable; urgency=low

  * Update my email address.
  * Change section to gnustep.
  * Bump standards version to 3.9.1.
  * Bump debhelper version to 7.

 -- Gürkan Sengün <gurkan@phys.ethz.ch>  Tue, 15 Feb 2011 12:36:11 +0100

camera.app (0.8.0-8) unstable; urgency=low

  * GNUstep transition.
    + Updated debian/rules.
    + Updated debian/dirs.
  * Added a desktop file.

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Wed, 24 Oct 2007 16:38:15 +0200

camera.app (0.8.0-7) unstable; urgency=low

  * Rebuild against latest libgnustep-gui-dev.
  * Bump standards version.

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Sun, 17 Sep 2006 23:27:40 +0200

camera.app (0.8.0-6) unstable; urgency=low

  * Rebuild against latest libgnustep-gui.
  * Update manual page.
  * Bump standards version.

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Fri, 20 Jan 2006 10:11:22 +0100

camera.app (0.8.0-5) unstable; urgency=high

  * Cleanup of package source.
  * Renamed source package to camera.app.
  * Updated manual page.
  * Updated debian/control build-depends for GNUstep 0.9.4.
  * Removed debian/watch.
  * Cleaned up debian/rules.

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Wed, 18 Aug 2004 23:35:50 +0200

camera (0.8-4) unstable; urgency=low

  * Renamed binary package to camera.app. (Closes: #241617)
  * Updated build-depends for latest gnustep

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Sun, 18 Jul 2004 11:18:52 +0200

camera (0.8-3) unstable; urgency=low

  * Updated the GNUstep.sh path. (Closes: #240716)
  * Dropped .app from debian/menu and debian/camera.sh

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Tue, 30 Mar 2004 00:00:09 +0200

camera (0.8-2) unstable; urgency=low

  * Added gnustep-make to build-depends.
  * Quoted all strings in debian/menu.

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Mon,  8 Mar 2004 18:46:25 +0100

camera (0.8-1) unstable; urgency=low

  * Initial Release.

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Sun, 11 Jan 2004 14:55:45 +0100