Codebase list mirage / debian/latest
Add debian directory Thomas Ross 3 years ago
9 changed file(s) with 409 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 mirage/
1 .debhelper/
2 debhelper-build-stamp
3 mirage.*.debhelper
4 mirage.substvars
5 files
0 mirage (0.11.1-1) unstable; urgency=medium
1
2 * New upstream release:
3 - Upgrade to Python3 (Closes: #937052)
4 - Upgrade to PyGObject (Closes: #885353)
5 - Fix translation initialization (Closes: #612216)
6 * debian/control:
7 - Update my email address
8 - Build-Depends:
9 - Require debhelper-compat = 13
10 - Replace python-dev with python3-all-dev
11 - Remove cdbs, replaced with debhelper
12 - Remove quilt, not needed
13 - Remove python-gtk2-dev, no longer needed
14 - Add dh-sequence-python3
15 - Add libx11-dev
16 - Add gettext
17 - Add libglib2.0-dev
18 - Depends:
19 - Replace ${python:Depends} with ${python3:Depends}
20 - Add python3-gi
21 - Replace python-gtk2 with gir1.2-gtk-3.0, python3-cairo and
22 python3-gi-cairo
23 - Replace python-pyexiv2 with gir1.2-gexiv2-0.10
24 - Don't suggest menu (Closes: #647375)
25 - Update homepage for new upstream
26 - Add Vcs-Browser and Vcs-Git fields
27 - Add Rules-Requires-Root: no
28 * debian/patches:
29 - Remove halfSelected.patch, fixed upstream
30 - Remove desktop_entry_issue.patch, fixed upstream
31 - Remove remove_gimp_remote.patch, fixed upstream
32 - Remove save-exif.patch, fixed upstream
33 - Remove add-pixmap.patch, unused
34 - Remove empty patches directory
35 * debian/changelog:
36 - Add Upstream-Contact field
37 - Update for new release
38 * Remove debian/compat, replaced with debhelper-compat build-dependency
39 * Update to policy version 4.5.0
40 * Update debian/watch for new upstream
41 * Remove debian/menu, package provides a FreeDesktop menu entry
42 * Remove debian/mirage.install, no longer used
43 * Remove debian/mirage.xpm, no longer used
44 * Remove post-install script, obsoleted by desktop-file-utils trigger
45
46 -- Thomas Ross <thomasross@thomasross.io> Sat, 06 Jun 2020 15:14:06 -0400
47
48 mirage (0.9.5.2-1) unstable; urgency=medium
49
50 * New upstream release
51 * Save EXIF/XMP/IPTC data upon modification (Closes: #513025)
52 * Add an icon to the Debian menu
53 * debian/rules:
54 - Remove unnecessary line
55 - Improve hardening rules
56 * debian/control:
57 - Package adopted (Closes: #632989)
58 - Change priority from extra to optional
59 - Depend on python-pyexiv2
60
61 -- Thomas Ross <th0m4sr0ss@gmail.com> Wed, 05 Aug 2015 22:19:28 -0400
62
63 mirage (0.9.5.1-5) unstable; urgency=medium
64
65 * QA upload.
66 * debian/control: reorganized the Depends fields.
67 * debian/mirage.postinst: Fixed command exist checking.
68
69 -- Lucas de Castro Borges <lucascastroborges@gmail.com> Fri, 17 Jul 2015 01:39:21 -0300
70
71 mirage (0.9.5.1-4) unstable; urgency=low
72
73 * QA upload.
74 * New upstream Homepage. (closes: #773997)
75 * DH level updated to 9.
76 * debian/control
77 - Bumped Standards-Version to 3.9.6.
78 - dh-python added as Build-Depends.
79 * debian/patches/desktop_entry_issue.patch.
80 - Added to avoid desktop-entry-lacks-keywords-entry.
81 * debian/copyright
82 - format updated to 1.0.
83 - License updated to GPL-3+.
84 * debian/mirage.postinst
85 - Changed to avoid command-with-path-in-maintainer-script.
86 * debian/pycompat: removed.
87 * debian/watch: updated.
88
89 -- Lucas de Castro Borges <lucascastroborges@gmail.com> Mon, 13 Jul 2015 00:37:11 -0300
90
91 mirage (0.9.5.1-3) unstable; urgency=medium
92
93 * QA upload.
94 * Build using dh_python2
95
96 -- Matthias Klose <doko@debian.org> Sun, 13 Jul 2014 15:43:46 +0000
97
98 mirage (0.9.5.1-2) unstable; urgency=low
99
100 * QA upload.
101 * Maintainer field set to QA Group.
102 * Bump Standards-Version to 3.9.5.
103 * Remove debian/docs to avoid supplying CHANGELOG twice.
104
105 -- Emanuele Rocca <ema@debian.org> Tue, 11 Mar 2014 15:39:22 +0100
106
107 mirage (0.9.5.1-1.1) unstable; urgency=low
108
109 * Non-maintainer upload.
110 * Patch by Jakub Wilk to fix FTBFS with python 2.7 (closes: #628830).
111
112 -- Julien Cristau <jcristau@debian.org> Wed, 29 Jun 2011 17:53:19 +0200
113
114 mirage (0.9.5.1-1) unstable; urgency=low
115
116 * New upstream release.
117 * Python 2.6 migration (Closes: #590361).
118 * Bump Stantards-Version to 3.9.1.
119 * Refresh halfSelected.patch and remove_gimp_remote.patch.
120 * Remove xdg_specification.patch, fixed upstream.
121
122 -- Xavier Oswald <xoswald@debian.org> Thu, 12 Aug 2010 09:20:30 +0200
123
124 mirage (0.9.3-5.1) unstable; urgency=low
125
126 * Non-maintainer upload.
127 * Update debian/control.
128 - Update python-dev of version from 2.5 to 2.6.
129 - Update XS-Python-Version from 2.5 to 2.6.
130
131 -- Nobuhiro Iwamatsu <iwamatsu@debian.org> Fri, 06 Aug 2010 08:59:39 +0900
132
133 mirage (0.9.3-5) unstable; urgency=low
134
135 * Fix dh_pysupport call, so only python-support controlled files are
136 installed (Closes: #566038)
137 * Fix half-selected images (Closes: #536285). Thanks to Evgeni Golov patch
138 * Provide a mirage menu item (Closes: #550023)
139 * Add XDG base directory specification support (Closes: #535816).
140 Thanks to Jakub Wilk <ubanus@users.sf.net> patch
141 * Add suggest gimp, imagemagick, menu (Closes: #535822)
142 * By default, Ctrl+E is bound to the gimp-remote-2.4 command, which is no
143 longer available in sid (Closes: #535817)
144 Thanks to Jakub Wilk <ubanus@users.sf.net> patch
145 * Switch to dpkg-source 3.0 (quilt) format
146 * Bump Standards-Version to 3.8.4
147
148 -- Xavier Oswald <xoswald@debian.org> Wed, 10 Feb 2010 00:29:30 +0100
149
150 mirage (0.9.3-4) unstable; urgency=low
151
152 * Remove forgotten DM flag
153 * Support python transition (Closes: #532827)
154 * Remove uploaders Mike Massonet (Thanks Mike for your work)
155
156 -- Xavier Oswald <xoswald@debian.org> Fri, 12 Jun 2009 14:30:25 +0200
157
158 mirage (0.9.3-3) unstable; urgency=low
159
160 * debian/control:
161 + Change my mail address
162 + Bump Standards-Version to 3.8.1
163 + Update debhelper to 7
164 + Remove DM flag
165 * Update debian/compat to 7
166 * Remove twice README, TODO and CHANGELOG
167 * Fix lintian warnings:
168 W: mirage: desktop-mimetype-without-update-call
169 /usr/share/applications/mirage.desktop
170 W: mirage source: debhelper-but-no-misc-depends mirage
171 I: mirage: copyright-with-old-dh-make-debian-copyright
172
173 -- Xavier Oswald <xoswald@debian.org> Thu, 23 Apr 2009 00:43:54 +0200
174
175 mirage (0.9.3-2) unstable; urgency=low
176
177 * Update debian policy to 3.8.0
178 * Add XS-Python-Version: current (Closes: #484701)
179 * Add dh_installchangelogs
180
181 -- Xavier Oswald <x.oswald@free.fr> Mon, 16 Jun 2008 11:35:12 +0200
182
183 mirage (0.9.3-1) unstable; urgency=low
184
185 [ Xavier Oswald ]
186 * Remove quilt from Build-Depends
187 * Remove leftover .pc/.version
188
189 [ Mike Massonnet ]
190 * New upstream release
191 * Bump Python version to 2.5
192 * Add DM-Upload-Allowed: flag
193 * Install upstream changelog file
194 * Drop patch for desktop entry file (fixed upstream)
195
196 -- Xavier Oswald <x.oswald@free.fr> Thu, 05 Jun 2008 12:48:37 +0200
197
198 mirage (0.9.2-2) unstable; urgency=low
199
200 [ Mike Massonnet ]
201 * Replace python-central against python-support and go for cdbs
202
203 -- Mike Massonnet (mmassonnet) <mmassonnet@gmail.com> Wed, 12 Mar 2008 01:28:47 +0100
204
205 mirage (0.9.2-1) unstable; urgency=low
206
207 [ Xavier Oswald ]
208 * New upstream release
209 * Update debian policy to 3.7.3
210 * Add watch file (Closes: #463174)
211 * Remove mirage.desktop patch, fixed upstream
212 * Add Homepage field in the control file
213
214 [ Mike Massonnet ]
215 * Refined the description
216 * Fixed manpage
217 * Add Build-dep: quilt to patch the errors reported by desktop-file-validate
218
219 -- Xavier Oswald <x.oswald@free.fr> Wed, 20 Feb 2008 08:19:57 +0100
220
221 mirage (0.9-1) unstable; urgency=low
222
223 * New upstream release
224 * Use desktop.patch to fix mirage.desktop policy
225 * Update copyright from GPLv2 to GPLv3
226 * EXIF tags saved after rotating an image (Closes: #415208)
227
228 -- Xavier Oswald <x.oswald@free.fr> Mon, 29 Oct 2007 10:40:10 +0100
229
230 mirage (0.8.3-1) unstable; urgency=low
231
232 * New upstream release
233 * Use "*" for the long description (Closes: #410664)
234
235 -- Xavier Oswald <x.oswald@free.fr> Mon, 12 Feb 2007 20:46:28 +0100
236
237 mirage (0.8.2-1) unstable; urgency=low
238
239 * Initial release (Closes: #381523)
240 * Clean debian/rules
241 * Solve the lintian warning about the license
242
243 -- Xavier Oswald <x.oswald@free.fr> Mon, 15 Jan 2007 13:56:20 +0100
0 Source: mirage
1 Section: graphics
2 Priority: optional
3 Maintainer: Thomas Ross <thomasross@thomasross.io>
4 Build-Depends: debhelper-compat (= 13),
5 python3-all-dev,
6 dh-sequence-python3,
7 libglib2.0-dev,
8 gettext,
9 libx11-dev
10 Rules-Requires-Root: no
11 Standards-Version: 4.5.0
12 Homepage: https://gitlab.com/thomasross/mirage
13 Vcs-Browser: https://salsa.debian.org/thomasross/mirage
14 Vcs-Git: https://salsa.debian.org/thomasross/mirage.git
15
16 Package: mirage
17 Architecture: any
18 Depends: ${shlibs:Depends},
19 ${python3:Depends},
20 ${misc:Depends},
21 python3-gi,
22 python3-cairo,
23 python3-gi-cairo,
24 gir1.2-gtk-3.0,
25 gir1.2-gexiv2-0.10
26 Suggests: gimp, imagemagick
27 Description: fast and simple GTK+ image viewer
28 Mirage is ideal for users who wish to keep their computers
29 lean while still having a clean image viewer.
30 .
31 Features:
32 * Supports png, jpg, svg, xpm, gif, bmp, tiff, and others
33 * Preloading to navigate faster through images (optional)
34 * Thumbnail pane for quick navigation
35 * Slideshow and fullscreen mode
36 * Rotating, zooming, flipping, resizing, and cropping
37 * Custom user actions
38 * Screenshot
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: mirage
2 Upstream-Contact: https://gitlab.com/thomasross/mirage/
3 Source: https://gitlab.com/thomasross/mirage
4
5 Files: *
6 Copyright: 2007 Scott Horowitz <stonecrest@gmail.com>
7 2020 Thomas Ross <thomasross@thomasross.io>
8 License: GPL-3+
9
10 Files: po/*
11 Copyright: 2006 Björn Martensen <bjoern.martensen@gmail.com>
12 2006 Isidro Arribas <cdhotfire@gmail.com>
13 2006 Roxana Kolosova <mavka@justos.org>
14 2006 Tomasz Dominikowski <dominikowski@gmail.com>
15 2007 Mike Massonnet <mmassonnet@gmail.com>
16 2007 Scott Horowitz <stonecrest@gmail.com>
17 2008 Danilo Martins <mawkee@gmail.com>
18 2008 Jayden Suen <no.sun@163.com>
19 2008 Lisovszki <lisovszki@gmail.com>
20 2008 Petr Pisar <petr.pisar@atlas.cz>
21 2010 Pascal De Vuyst <pascal.devuyst@gmail.com>
22 2020 Åke Engelbrektson <eson@svenskasprakfiler.se>
23 License: GPL-3+
24
25 Files: debian/*
26 Copyright: 2007-2010 Xavier Oswald <xoswald@debian.org>
27 2008 Mike Massonnet (mmassonnet) <mmassonnet@gmail.com>
28 2010 Nobuhiro Iwamatsu <iwamatsu@debian.org>
29 2011 Julien Cristau <jcristau@debian.org>
30 2014 Emanuele Rocca <ema@debian.org>
31 2014 Matthias Klose <doko@debian.org>
32 2015 Lucas de Castro Borges <lucascastroborges@gmail.com>
33 2015-2020 Thomas Ross <thomasross@thomasross.io>
34 License: GPL-3+
35
36 License: GPL-3+
37 This program is free software: you can redistribute it and/or modify
38 it under the terms of the GNU General Public License as published by
39 the Free Software Foundation, either version 3 of the License, or
40 (at your option) any later version.
41 .
42 This package is distributed in the hope that it will be useful,
43 but WITHOUT ANY WARRANTY; without even the implied warranty of
44 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
45 GNU General Public License for more details.
46 .
47 You should have received a copy of the GNU General Public License
48 along with this program. If not, see <https://www.gnu.org/licenses/>.
49 .
50 On Debian systems, the complete text of the GNU General
51 Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
0 .TH MIRAGE 1 "January 15, 2007"
1 .SH NAME
2 mirage \- A fast and simple GTK+ Image Viewer
3 .SH SYNOPSIS
4 .B mirage
5 [\fIOPTION\fR]... [\fIFILES\fR|\fIFOLDERS\fR]...
6 .SH DESCRIPTION
7 Mirage is a fast and simple GTK+ Image Viewer.
8 .SH OPTIONS
9 .TP
10 \fB\-h\fR, \fB\-\-help\fR
11 Show this help and exit
12 .TP
13 \fB\-v\fR, \fB\-\-version\fR
14 Show version information and exit
15 .TP
16 \fB\-V\fR, \fB\-\-verbose\fR
17 Show more detailed information
18 .TP
19 \fB\-R\fR, \fB\-\-recursive\fR
20 Recursively include all images found
21 in subdirectories of FOLDERS
22 .TP
23 \fB\-s\fR, \fB\-\-slideshow\fR
24 Start in slideshow mode
25 .TP
26 \fB\-f\fR, \fB\-\-fullscreen\fR
27 Start in fullscreen mode
28 .TP
29 \fB\-o\fR, \fB\-\-onload 'cmd'\fR
30 Execute 'cmd' when an image is loaded
31 (uses same syntax as custom actions,
32 i.e. mirage \-o \(aqecho file is %F\(aq)
33 .SH "SEE ALSO"
34 .PP
35 Website: http://mirageiv.berlios.de
36 .SH AUTHOR
37 Mirage was written by Scott Horowitz <stonecrest@gmail.com>.
38
39 .PP
40 This manual page was written by Mike Massonnet <mmassonnet@gmail.com>,
41 for the Debian project (but may be used by others).
0 debian/mirage.1
0 #!/usr/bin/make -f
1
2 export DH_VERBOSE = 1
3
4 export PYBUILD_NAME=mirage
5 export PYBUILD_DISABLE=test
6
7 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
8
9 %:
10 dh "$@" --with python3 --buildsystem=pybuild
11
12 override_dh_installchangelogs:
13 dh_installchangelogs CHANGELOG
14
15 execute_after_dh_python3:
16 rm -f debian/mirage/usr/share/mirage/COPYING
17 rm -f debian/mirage/usr/share/mirage/README
18 rm -f debian/mirage/usr/share/mirage/TODO
19 rm -f debian/mirage/usr/share/mirage/CHANGELOG
20 rm -f debian/mirage/usr/share/mirage/TRANSLATORS
0 3.0 (quilt)
0 version=4
1 opts=filenamemangle=s/.*\/archive\/(\d\S+)\/mirage.*\.tar\.gz/mirage-$1\.tar\.gz/g \
2 https://gitlab.com/thomasross/mirage/-/tags?sort=updated_desc .*/archive/(\d\S+)/.*\.tar\.gz.*