Skip to content
GitLab
Explore
Sign in
Register
Commits on Source
9
d/compat, d/control: Bump dh compat to 11.
· 0ffe96a4
Unit 193
authored
Jul 13, 2018
0ffe96a4
d/control: Build-depend on xfce4-dev-tools for autoreconf.
· 209189f8
Unit 193
authored
Jul 13, 2018
209189f8
d/control: Drop build-depend on libdbus-glib-1-dev.
· 2fe39700
Unit 193
authored
Jul 13, 2018
2fe39700
d/control: Update homepage field as found in source.
· e14ae0b4
Unit 193
authored
Jul 13, 2018
e14ae0b4
d/copyright: Re-write to DEP-5 format.
· 9ead9b05
Unit 193
authored
Jul 13, 2018
9ead9b05
d/rules: Drop obsolete --parallel.
· fa67e023
Unit 193
authored
Jul 13, 2018
fa67e023
d/watch: Use https.
· c67e5647
Unit 193
authored
Jul 13, 2018
c67e5647
Update Standards-Version to 4.1.5.
· 6eab57c5
Unit 193
authored
Jul 13, 2018
6eab57c5
Remove trailing whitespace from a previous entry.
· c022707d
Unit 193
authored
Jul 13, 2018
c022707d
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
c022707d
ristretto (0.8.3-1) UNRELEASED; urgency=medium
[ Yves-Alexis Perez ]
* Moved the package to git on salsa.debian.org
* Updated the maintainer address to debian-xfce@lists.debian.org
closes: #899683
* d/gbp.conf added, following DEP-14
* New upstream version 0.8.3
[ Unit 193 ]
* d/compat, d/control: Bump dh compat to 11.
* d/control:
- Build-depend on xfce4-dev-tools for autoreconf.
- Drop build-depend on libdbus-glib-1-dev.
- Update homepage field as found in source.
* d/copyright: Re-write to DEP-5 format.
* d/rules: Drop obsolete --parallel.
* d/watch: Use https.
* Update Standards-Version to 4.1.5.
* Remove trailing whitespace from a previous entry.
-- Yves-Alexis Perez <corsac@debian.org> Fri, 06 Jul 2018 23:34:04 +0200
ristretto (0.8.2-1) unstable; urgency=medium
...
...
debian/compat
View file @
c022707d
9
11
debian/control
View file @
c022707d
...
...
@@ -4,19 +4,19 @@ Priority: optional
Maintainer: Debian Xfce Maintainers <debian-xfce@lists.debian.org>
Uploaders: Yves-Alexis Perez <corsac@debian.org>,
Lionel Le Folgoc <mrpouit@gmail.com>
Build-Depends: debhelper (>=
9
),
Build-Depends: debhelper (>=
11
),
intltool,
libcairo2-dev (>= 1.8.0),
libdbus-glib-1-dev,
libexif-dev,
libexo-1-dev (>= 0.8.0),
libglib2.0-dev (>= 2.16.0),
libgtk2.0-dev,
libmagic-dev,
libxfce4ui-1-dev (>= 4.10.0),
libxfconf-0-dev (>= 4.10.0)
Standards-Version: 3.9.8
Homepage: http://goodies.xfce.org/
libxfconf-0-dev (>= 4.10.0),
xfce4-dev-tools
Standards-Version: 4.1.5
Homepage: https://docs.xfce.org/apps/ristretto/start
Vcs-Git: https://salsa.debian.org/xfce-team/apps/ristretto.git
Vcs-Browser: https://salsa.debian.org/xfce-team/apps/ristretto
...
...
debian/copyright
View file @
c022707d
This package was debianized by Stefan Ott <stefan@desire.ch> on
Mon, 17 Dec 2007 01:11:07 +0100.
Format:https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: ristretto
Source: https://archive.xfce.org/src/apps/ristretto/
It was downloaded from
http://goodies.xfce.org/projects/applications/ristretto
Files: *
Copyright: 2006-2012 Stephan Arts <stephan@xfce.org>
2013-2017 Xfce Developers
License: GPL-2+
Upstream Author and copyright holder:
© 2006-2011 Stephan Arts <stephan@xfce.org>
Files: src/icon_bar.*
Copyright: 2004-2006 os-cillation e.K.
2012 Stephan Arts <stephan@xfce.org>
License: LGPL-2.0+
License: GPLv2 or later.
Files: debian/*
Copyright: 2007 Stefan Ott <stefan@desire.ch>
License: GPL-2+
You are free to distribute this software under the terms of
the GNU General Public License (version 2 or later).
On Debian systems, the complete text of the GNU General Public
License can be found in the file `/usr/share/common-licenses/GPL'
License: GPL-2+
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>
.
On Debian systems, the complete text of the GNU General
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
License: LGPL-2.0+
This package is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
.
On Debian systems, the complete text of the GNU Lesser General
Public License can be found in "/usr/share/common-licenses/LGPL-2".
debian/rules
View file @
c022707d
...
...
@@ -4,4 +4,4 @@ export DEB_LDFLAGS_MAINT_APPEND=-Wl,-z,defs -Wl,--as-needed -Wl,-O1
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
dh $@
--parallel
dh $@
debian/watch
View file @
c022707d
version=3
http://archive.xfce.org/src/apps/ristretto/([\d\.]+)/ \
http
s
://archive.xfce.org/src/apps/ristretto/([\d\.]+)/ \
ristretto-([\d\.]+)\.tar\.(?:gz|bz2)