summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control21
-rw-r--r--debian/copyright39
-rw-r--r--debian/gbp.conf7
-rwxr-xr-xdebian/rules19
-rw-r--r--debian/source/format1
-rw-r--r--debian/ultracopier.144
-rw-r--r--debian/ultracopier.manpages1
-rw-r--r--debian/ultracopier.menu5
-rw-r--r--debian/watch10
11 files changed, 153 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..3d96b06
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+ultracopier (0.2.0.15-1) unstable; urgency=low
+
+ * Initial release (Closes: #599008).
+
+ -- Thomas Preud'homme <robotux@celest.fr> Thu, 30 Sep 2010 21:58:07 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..fee7980
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: ultracopier
+Section: utils
+Priority: extra
+Maintainer: Thomas Preud'homme <robotux@celest.fr>
+Build-Depends: debhelper (>= 8.0.0~), libqt4-dev, kdelibs5-dev, qt4-qmake
+Standards-Version: 3.9.1
+Homepage: http://ultracopier.first-world.info/
+Vcs-Git: git://git.debian.org/collab-maint/ultracopier.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/ultracopier.git;a=summary
+
+Package: ultracopier
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Advanced graphical file copy system
+ Ultracopier is a graphical file copy system featuring:
+ - transfer suspend
+ - speed control
+ - transfer list management
+ - advanced name colision and error management
+ .
+ Ultracopier also supports multiple skins and languages.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..5dd96a8
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,39 @@
+This work was packaged for Debian by:
+
+ Thomas Preud'homme <robotux@celest.fr> on Thu, 30 Sep 2010 21:58:07 +0200
+
+It was downloaded from:
+
+ http://files.first-world.info/ultracopier/0.2.0.15/ultracopier-src-0.2.0.15.tar.bz2
+
+Upstream Author(s):
+
+ Herman BRULE <ultracopier@first-world.info>
+
+Copyright:
+
+ Copyright (C) 2007-2010 Herman BRULE <ultracopier@first-world.info>
+
+License:
+
+ This program 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 3 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 <http://www.gnu.org/licenses/>.
+
+On Debian systems, the complete text of the GNU General
+Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
+
+The Debian packaging is:
+
+ Copyright (C) 2010 Thomas Preud'homme <robotux@celest.fr>
+
+and is licensed under the GPL version 3, see above.
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..ded914e
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,7 @@
+[git-buildpackage]
+compression = bzip2
+
+[git-dch]
+auto = True
+meta = True
+meta-closes = Closes|LP
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..44da3af
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,19 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+clean:
+ rm -f build
+ dh clean --buildsystem=qmake
+
+build:
+ dh build --buildsystem=qmake
+ touch build
+
+override_dh_fixperms:
+ dh_fixperms
+ chmod a-x debian/ultracopier/usr/share/ultracopier/lang/*
+
+%:
+ dh $@ --buildsystem=qmake
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/ultracopier.1 b/debian/ultracopier.1
new file mode 100644
index 0000000..61fa366
--- /dev/null
+++ b/debian/ultracopier.1
@@ -0,0 +1,44 @@
+.\" Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH ULTRACOPIER 1 "October 3, 2010"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh disable hyphenation
+.\" .hy enable hyphenation
+.\" .ad l left justify
+.\" .ad b justify to both left and right margins
+.\" .nf disable filling
+.\" .fi enable filling
+.\" .br insert line break
+.\" .sp <n> insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+ultracopier \- Advanced graphical file copy system
+.SH SYNOPSIS
+.B ultracopier
+.SH DESCRIPTION
+This manual page documents briefly the
+.B ultracopier
+command.
+.PP
+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
+.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
+.\" respectively.
+\fBultracopier\fP is a program that offers a graphical user interface to
+enhance control over file copying and renaming. Enhanced control
+includes:
+ \- transfer suspend
+ \- speed control
+ \- transfer list management
+ \- advanced name colision and error management
+.br
+\fBultracopier\fP also supports multiple skins and languages, and takes
+no argument.
+.SH AUTHOR
+ultracopier was written by Herman Brule <ultracopier@first-world.info>.
+.PP
+This manual page was written by Thomas Preud'homme <robotux@celest.fr>,
+for the Debian project (and may be used by others).
diff --git a/debian/ultracopier.manpages b/debian/ultracopier.manpages
new file mode 100644
index 0000000..4965cfa
--- /dev/null
+++ b/debian/ultracopier.manpages
@@ -0,0 +1 @@
+debian/ultracopier.1
diff --git a/debian/ultracopier.menu b/debian/ultracopier.menu
new file mode 100644
index 0000000..e764d51
--- /dev/null
+++ b/debian/ultracopier.menu
@@ -0,0 +1,5 @@
+?package(ultracopier):\
+ needs="X11"\
+ section="Applications/File Management"\
+ title="Ultracopier"\
+ command="/usr/bin/ultracopier"
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..bc9ef55
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,10 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+# Recursive directory scanning
+http://files.first-world.info/ultracopier([\d\.]+)/ ultracopier-src-([\d\.]+)\.tar\.bz2 debian uupdate