Skip to content

Commits on Source 27

thunar-volman (0.8.1-3) UNRELEASED; urgency=medium
* Moved the package to git on salsa.debian.org
* Updated the maintainer address to debian-xfce@lists.debian.org
-- Yves-Alexis Perez <corsac@debian.org> Tue, 25 Sep 2018 12:36:26 +0200
thunar-volman (0.8.1-2) unstable; urgency=medium
* Upload to unstable.
-- Yves-Alexis Perez <corsac@debian.org> Wed, 06 May 2015 16:33:20 +0200
thunar-volman (0.8.1-1) experimental; urgency=medium
[ Yves-Alexis Perez ]
* debian/control:
- Fix Vcs-* urls.
[ Jackson Doak ]
* New upstream release
-- Yves-Alexis Perez <corsac@debian.org> Sun, 08 Mar 2015 21:04:58 +0100
thunar-volman (0.8.0-4) unstable; urgency=medium
* debian/control:
- drop build-dep on chrpath.
* debian/rules:
- drop call to chrpath, not needed anymore.
-- Yves-Alexis Perez <corsac@debian.org> Sun, 02 Feb 2014 21:55:09 +0100
thunar-volman (0.8.0-3) unstable; urgency=low
[ Evgeni Golov ]
* Correct Vcs-* URLs to point to anonscm.debian.org
[ Jackson Doak ]
* debian/control:
- Bump standards-version to 3.9.4
- Remove redundant "section" category
* debian/rules:
- Add option for verbose mode
* Create manpage for thunar-volman-settings
[ Yves-Alexis Perez ]
* debian/rules:
- use autotools-dev addon to update autotools helper files.
* debian/control:
- add build-dep on autotools-dev.
- update standards version to 3.9.5.
-- Yves-Alexis Perez <corsac@debian.org> Sun, 02 Feb 2014 21:36:42 +0100
thunar-volman (0.8.0-2) unstable; urgency=low
* Upload to unstable.
* debian/rules:
- enable all hardening flags.
-- Yves-Alexis Perez <corsac@debian.org> Wed, 22 May 2013 00:38:28 +0200
thunar-volman (0.8.0-1) experimental; urgency=low
[ Lionel Le Folgoc ]
* New upstream release.
* debian/control:
- bump b-deps for Xfce 4.10.
* debian/rules:
- drop obsolete --disable-rpath configure flag
- pass --parallel to dh.
[ Yves-Alexis Perez ]
* debian/watch updated to track development releases.
-- Lionel Le Folgoc <mrpouit@gmail.com> Sat, 05 May 2012 14:19:58 +0200
thunar-volman (0.6.1-2) UNRELEASED; urgency=medium
* Moved the package to git on salsa.debian.org
......
......@@ -7,14 +7,13 @@ Uploaders: Yves-Alexis Perez <corsac@debian.org>,
Build-Depends: debhelper (>= 9), libexo-1-dev (>= 0.6.0), dpkg-dev (>= 1.16.1),
libgudev-1.0-dev (>= 145), libxfce4util-dev (>= 4.8.0),
libxfce4ui-1-dev (>= 4.8.0), libxfconf-0-dev (>= 4.8.0), libnotify-dev,
chrpath, libxml-parser-perl, intltool
Standards-Version: 3.9.3
Vcs-Git: https://salsa.debian.org/xfce-team/goodies/thunar-volman.git
Vcs-Browser: https://salsa.debian.org/xfce-team/goodies/thunar-volman
libxml-parser-perl, intltool, autotools-dev
Standards-Version: 3.9.6
Vcs-Git: https://salsa.debian.org/xfce-team/desktop/thunar-volman.git
Vcs-Browser: https://salsa.debian.org/xfce-team/desktop/thunar-volman
Homepage: http://goodies.xfce.org/projects/thunar-plugins/thunar-volman
Package: thunar-volman
Section: xfce
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}, thunar (>= 1.1.1), exo-utils
Description: Thunar extension for volumes management
......
debian/thunar-volman.1
debian/thunar-volman-settings.1
\ No newline at end of file
#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1 -Wl,-z,defs
export DEB_BUILD_MAINT_OPTIONS=hardening=+pie,+bindnow
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
dh $@
override_dh_auto_configure:
dh_auto_configure -- --disable-rpath
dh $@ --parallel --with autotools-dev
override_dh_install:
chrpath -d -k $(CURDIR)/debian/thunar-volman/usr/bin/thunar-volman
dh_install --fail-missing
dh_install debian/thunar-volman.xml /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/
.TH THUNAR-VOLMAN-SETTINGS "1" "August 2013" "thunar-volman-settings" "User Commands"
.SH NAME
thunar-volman-settings \- controls configuration of thunar's removable media
.SH NOTE
Note that usually this command is invoked by thunar itself and you should
only use this if you are having problems adding the device as per the
documentation cited at the end of this manpage.
.SH DESCRIPTION
.SS "Usage:"
.IP
thunar\-volman\-settings [OPTION...]
.SS "Help Options:"
.TP
\fB\-h\fR, \fB\-\-help\fR
Show help options
.TP
\fB\-\-help\-all\fR
Show all help options
.TP
\fB\-\-help\-gtk\fR
Show GTK+ Options
.PP
GTK+ Options
.TP
\fB\-\-class\fR=\fICLASS\fR
Program class as used by the window manager
.TP
\fB\-\-name\fR=\fINAME\fR
Program name as used by the window manager
.TP
\fB\-\-screen\fR=\fISCREEN\fR
X screen to use
.TP
\fB\-\-sync\fR
Make X calls synchronous
.TP
\fB\-\-gtk\-module\fR=\fIMODULES\fR
Load additional GTK+ modules
.TP
\fB\-\-g\-fatal\-warnings\fR
Make all warnings fatal
.SS "Application Options:"
.TP
\fB\-\-display\fR=\fIDISPLAY\fR
X display to use
.SH AUTHOR
Written by Benedikt Meurer <benny@xfce.org>.
.PP
This manual page was written by Jackson Doak <noskcaj@ubuntu.com> (with
help from help2man) for the Debian project but may be used by others.
.PP
Please report bugs to Debian's bug tracking system. Details can be found at
http://bugs.debian.org/
.SH COPYRIGHT
Copyright \(co 2004-2013
The Thunar development team. All rights reserved.
.SH "SEE ALSO"
The full documentation for
.B thunar-volman-settings
is maintained in /usr/share/doc/thunar/html/C/using-removable-media.html
\ No newline at end of file
version=3
http://archive.xfce.org/src/xfce/thunar-volman/(\d\.[02468])/ \
http://archive.xfce.org/src/xfce/thunar-volman/([\d\.]+)/ \
thunar-volman-([\d\.]+)\.tar\.(?:gz|bz2)