summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackson Doak <noskcaj@ubuntu.com>2013-08-04 10:40:05 +0200
committerJackson Doak <noskcaj@ubuntu.com>2013-08-04 10:40:05 +0200
commitad25a29e0a6d2d8dd0937871b786111b7035b145 (patch)
tree4771912461c45f4fb8de8122b2ed36439bc5978a
parent6b30421672d0b356dad6acfaba5ecd4136105743 (diff)
parent8fd72427ae43ceb9f37753a817df2c9ab7aaadf0 (diff)
clipit (1.4.2-1) unstable; urgency=low
* New upstream version 1.4.2 * Delete patch glib-single-include.patch it is fixed in the new version * Set myself as maintainer. closes: #718681 * Update debhelper to version 9 * Update standards version to 3.9.4 * Enable hardening and verbose mode in debian/rules * Set xdotool as "required" * Updated copyright file to standard 1.0 [dgit import unpatched clipit 1.4.2-1]
-rw-r--r--debian/changelog77
-rw-r--r--debian/compat1
-rw-r--r--debian/control25
-rw-r--r--debian/copyright84
-rw-r--r--debian/menu2
-rw-r--r--debian/patches/series1
-rwxr-xr-xdebian/rules12
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch4
9 files changed, 207 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..312b3ba
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,77 @@
+clipit (1.4.2-1) unstable; urgency=low
+
+ * New upstream version 1.4.2
+ * Delete patch glib-single-include.patch it is fixed in the new version
+ * Set myself as maintainer. closes: #718681
+ * Update debhelper to version 9
+ * Update standards version to 3.9.4
+ * Enable hardening and verbose mode in debian/rules
+ * Set xdotool as "required"
+ * Updated copyright file to standard 1.0
+
+ -- Jackson Doak <noskcaj@ubuntu.com> Sun, 04 Aug 2013 18:40:05 +1000
+
+clipit (1.4.1-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+
+ [ Sebastian Ramacher ]
+ * debian/patches/glib-single-include.patch: Apply patch from Michael Biebl
+ to fix build with newer glib. (Closes: #665518)
+
+ -- gregor herrmann <gregoa@debian.org> Sat, 13 Jul 2013 14:39:12 +0200
+
+clipit (1.4.1-1) unstable; urgency=low
+
+ * New upstream release.
+ - Fixed bug with indicator-menu not refreshing properly. (LP: #782248)
+ * Move xdotool from Build-Depends to Recommends.
+ * Set DM-Upload-Allowed flag, ACKed by David Paleino <dapal>.
+
+ -- Cristian Henzel <oss@rspwn.com> Fri, 27 May 2011 11:18:10 +0300
+
+clipit (1.4.0-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Cristian Henzel <oss@rspwn.com> Sat, 21 May 2011 21:31:05 +0300
+
+clipit (1.3.13-1) unstable; urgency=low
+
+ * New upstream release.
+ - Fixed problem with indicator code causing X to freeze. (LP: #702316)
+
+ -- Cristian Henzel <oss@rspwn.com> Tue, 03 May 2011 09:20:35 +0300
+
+clipit (1.3.12-1) unstable; urgency=low
+
+ * New upstream release.
+ - Fixed typo and added some info to description. (Closes: #611702, #615830)
+
+ -- Cristian Henzel <oss@rspwn.com> Mon, 28 Feb 2011 16:28:49 +0200
+
+clipit (1.3.11-1) unstable; urgency=low
+
+ * New upstream release.
+
+ * Fixed problem with all files being executable.
+
+ -- Cristian Henzel <oss@rspwn.com> Tue, 04 Jan 2011 11:00:47 +0200
+
+clipit (1.3.9-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Cristian Henzel <oss@rspwn.com> Mon, 20 Dec 2010 13:32:36 +0200
+
+clipit (1.3.6-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Cristian Henzel <oss@web-tm.com> Mon, 06 Dec 2010 13:41:26 +0200
+
+clipit (1.3.4-1) unstable; urgency=low
+
+ * Initial release (Closes: #603131)
+
+ -- Cristian Henzel <oss@web-tm.com> Tue, 30 Nov 2010 08:27:14 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..1cbce94
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: clipit
+Section: misc
+Priority: optional
+Maintainer: Jackson Doak <noskcaj@ubuntu.com>
+Build-Depends: debhelper (>= 9),
+ libgtk2.0-dev,
+ intltool,
+ autotools-dev
+Standards-Version: 3.9.4
+Homepage: http://clipit.rspwn.com/
+
+Package: clipit
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, xdotool
+Description: lightweight GTK+ clipboard manager
+ Clipboard manager with features such as:
+ * Save history of your last copied items
+ * Search through the history
+ * Global hotkeys for most used functions
+ * Execute actions with clipboard items
+ * Exclude specific items from history
+ .
+ ClipIt was forked from Parcellite and adds many bugfixes and features to the
+ project. For a full list of changes see either the ChangeLog in the package
+ or http://clipit.rspwn.com/changelog/
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..c063d69
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,84 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: clipit
+Upstream-Contact: Cristian Henzel <oss@rspwn.com>
+Source: http://sourceforge.net/projects/gtkclipit/
+
+Files: *
+Copyright: 2010, Cristian Henzel <oss@rspwn.com>
+ 2007-2008, Gilberto "Xyhthyx" Miralla <xyhthyx@gmail.com>
+License: GPL-3+
+
+Files: src/eggaccelerators.c
+Copyright: 2002, Red Hat, Inc.
+ 1998, 2001 Tim Janik
+License: LGPL-2+
+
+Files: src/eggaccelerators.h
+Copyright: 2002, Red Hat, Inc.
+License: LGPL-2+
+
+Files: src/keybinder.?
+Copyright: Alex Graveley
+License: LGPL-2.1+
+ This library 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.1 of the License, or (at your option) any later version.
+ .
+ This library 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 Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
+
+Files: po/sv.po po/pl.po
+Copyright: 2009, Free Software Foundation, Inc.
+License: GPL-3+
+
+Files: debian/*
+Copyright: 2010, Cristian Henzel <oss@rspwn.com>
+ 2013, Jackson Doak <noskcaj@ubuntu.com>
+License: GPL-3+
+ See `/usr/share/common-licenses/GPL-3'.
+
+License: LGPL-2+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Library General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later version.
+ .
+ This library 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
+ Library General Public License for more details.
+ .
+ You should have received a copy of the GNU Library General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/LGPL-2'
+
+License: GPL-3+
+ 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 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 package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-3'.
diff --git a/debian/menu b/debian/menu
new file mode 100644
index 0000000..788af1b
--- /dev/null
+++ b/debian/menu
@@ -0,0 +1,2 @@
+?package(clipit):needs="X11" section="Applications/Text"\
+ title="ClipIt" command="/usr/bin/clipit"
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..039b70c
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+
+# To enable all, uncomment following line
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+ dh $@ --with autotools_dev
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/watch b/debian/watch
new file mode 100644
index 0000000..39eca13
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# Compulsory line, this is a version 3 file
+version=3
+
+http://sf.net/gtkclipit/clipit-(.*)\.tar\.gz