[SCM] cutepaste packaging branch, master, updated. upstream/0.1.0-2-g85e6230

Howard Chan smartboyhw-guest at alioth.debian.org
Sat Oct 5 12:34:16 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/cutepaste.git;a=commitdiff;h=396c78f

The following commit has been merged in the master branch:
commit 396c78f6c8259ca833bb5a15a923ceba4d1b5f76
Author: Howard Chan <smartboyhw at gmail.com>
Date:   Sat Oct 5 20:33:17 2013 +0800

    Add debian/ dir
---
 debian/changelog                                   |    5 +++
 debian/compat                                      |    1 +
 debian/control                                     |   14 +++++++
 debian/copyright                                   |   41 ++++++++++++++++++++
 debian/cutepaste.1                                 |   11 ++++++
 debian/cutepaste.debhelper.log                     |   20 ++++++++++
 debian/cutepaste.manpages                          |    1 +
 debian/cutepaste.substvars                         |    2 +
 debian/cutepaste/DEBIAN/control                    |   12 ++++++
 debian/cutepaste/DEBIAN/md5sums                    |    4 ++
 debian/cutepaste/usr/bin/cutepaste                 |  Bin 0 -> 27288 bytes
 .../usr/share/doc/cutepaste/changelog.Debian.gz    |  Bin 0 -> 158 bytes
 debian/cutepaste/usr/share/doc/cutepaste/copyright |   41 ++++++++++++++++++++
 debian/cutepaste/usr/share/man/man1/cutepaste.1.gz |  Bin 0 -> 202 bytes
 debian/files                                       |    1 +
 debian/rules                                       |    8 ++++
 debian/source/format                               |    1 +
 debian/watch                                       |    2 +
 18 files changed, 164 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..9fb2e8f
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+cutepaste (0.1.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #725403)  
+
+ -- Howard Chan <smartboyhw at gmail.com>  Sat, 05 Oct 2013 18:30:57 +0800
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..d2768f1
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,14 @@
+Source: cutepaste
+Section: net
+Priority: extra
+Maintainer: Howard Chan <smartboyhw at gmail.com>
+Build-Depends: debhelper (>= 9), cmake
+Standards-Version: 3.9.4
+Homepage: https://projects.kde.org/projects/playground/network/cutepaste
+
+Package: cutepaste
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Client application for paste.kde.org written in Qt
+ cutepaste is a client application which pastes text
+ to paste.kde.org.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..33314a3
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,41 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: cutepaste
+Source: https://projects.kde.org/projects/playground/network/cutepaste
+
+Files: *
+Copyright: 2013 Laszlo Papp <lpapp at kde.org>
+License: LGPL-2.1+
+ 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.1 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 Lesser General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1".
+
+Files: debian/*
+Copyright: 2013 Howard Chan <smartboyhw at gmail.com>
+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 <http://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".
diff --git a/debian/cutepaste.1 b/debian/cutepaste.1
new file mode 100644
index 0000000..ddcd0aa
--- /dev/null
+++ b/debian/cutepaste.1
@@ -0,0 +1,11 @@
+.TH cutepaste 1 "5 October 2013" cutepaste 
+.SH NAME
+cutepaste - Client application for paste.kde.org written in Qt
+.SH SYNOPSIS
+.B cutepaste
+.I file
+.SH DESCRIPTION
+.B cutepaste
+pastes text in a file to paste.kde.org
+.SH AUTHOR
+Howard Chan <smartboyhw at gmail dot com>
diff --git a/debian/cutepaste.debhelper.log b/debian/cutepaste.debhelper.log
new file mode 100644
index 0000000..a1fbac5
--- /dev/null
+++ b/debian/cutepaste.debhelper.log
@@ -0,0 +1,20 @@
+dh_auto_configure
+dh_auto_build
+dh_auto_test
+dh_prep
+dh_auto_install
+dh_installdocs
+dh_installchangelogs
+dh_installman
+dh_perl
+dh_link
+dh_compress
+dh_fixperms
+dh_strip
+dh_makeshlibs
+dh_shlibdeps
+dh_installdeb
+dh_gencontrol
+dh_md5sums
+dh_builddeb
+dh_builddeb
diff --git a/debian/cutepaste.manpages b/debian/cutepaste.manpages
new file mode 100644
index 0000000..9a78421
--- /dev/null
+++ b/debian/cutepaste.manpages
@@ -0,0 +1 @@
+debian/cutepaste.1
diff --git a/debian/cutepaste.substvars b/debian/cutepaste.substvars
new file mode 100644
index 0000000..d77486d
--- /dev/null
+++ b/debian/cutepaste.substvars
@@ -0,0 +1,2 @@
+shlibs:Depends=libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libqt5core5 (>= 5.0.2), libqt5network5 (>= 5.0.2), libstdc++6 (>= 4.1.1)
+misc:Depends=
diff --git a/debian/cutepaste/DEBIAN/control b/debian/cutepaste/DEBIAN/control
new file mode 100644
index 0000000..73557e8
--- /dev/null
+++ b/debian/cutepaste/DEBIAN/control
@@ -0,0 +1,12 @@
+Package: cutepaste
+Version: 0.1.0-1
+Architecture: amd64
+Maintainer: Howard Chan <smartboyhw at gmail.com>
+Installed-Size: 65
+Depends: libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libqt5core5 (>= 5.0.2), libqt5network5 (>= 5.0.2), libstdc++6 (>= 4.1.1)
+Section: net
+Priority: extra
+Homepage: https://projects.kde.org/projects/playground/network/cutepaste
+Description: Client application for paste.kde.org written in Qt
+ cutepaste is a client application which pastes text
+ to paste.kde.org.
diff --git a/debian/cutepaste/DEBIAN/md5sums b/debian/cutepaste/DEBIAN/md5sums
new file mode 100644
index 0000000..87d4ff2
--- /dev/null
+++ b/debian/cutepaste/DEBIAN/md5sums
@@ -0,0 +1,4 @@
+ae22efd480d3d1b3f81608a7642079cb  usr/bin/cutepaste
+92f045e255143bd73b62f63d743a90a5  usr/share/doc/cutepaste/changelog.Debian.gz
+c78e883a32d37026b9ef7df85a59a24c  usr/share/doc/cutepaste/copyright
+51e3948db349b8e9795d30cca16aea3e  usr/share/man/man1/cutepaste.1.gz
diff --git a/debian/cutepaste/usr/bin/cutepaste b/debian/cutepaste/usr/bin/cutepaste
new file mode 100755
index 0000000..f651dfa
Binary files /dev/null and b/debian/cutepaste/usr/bin/cutepaste differ
diff --git a/debian/cutepaste/usr/share/doc/cutepaste/changelog.Debian.gz b/debian/cutepaste/usr/share/doc/cutepaste/changelog.Debian.gz
new file mode 100644
index 0000000..e52c7f3
Binary files /dev/null and b/debian/cutepaste/usr/share/doc/cutepaste/changelog.Debian.gz differ
diff --git a/debian/cutepaste/usr/share/doc/cutepaste/copyright b/debian/cutepaste/usr/share/doc/cutepaste/copyright
new file mode 100644
index 0000000..33314a3
--- /dev/null
+++ b/debian/cutepaste/usr/share/doc/cutepaste/copyright
@@ -0,0 +1,41 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: cutepaste
+Source: https://projects.kde.org/projects/playground/network/cutepaste
+
+Files: *
+Copyright: 2013 Laszlo Papp <lpapp at kde.org>
+License: LGPL-2.1+
+ 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.1 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 Lesser General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1".
+
+Files: debian/*
+Copyright: 2013 Howard Chan <smartboyhw at gmail.com>
+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 <http://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".
diff --git a/debian/cutepaste/usr/share/man/man1/cutepaste.1.gz b/debian/cutepaste/usr/share/man/man1/cutepaste.1.gz
new file mode 100644
index 0000000..bb4d781
Binary files /dev/null and b/debian/cutepaste/usr/share/man/man1/cutepaste.1.gz differ
diff --git a/debian/files b/debian/files
new file mode 100644
index 0000000..ebcaa6b
--- /dev/null
+++ b/debian/files
@@ -0,0 +1 @@
+cutepaste_0.1.0-1_amd64.deb net extra
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..59df96c
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@ --parallel 
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..e9f9746
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+ftp://ftp.kde.org/pub/kde/unstable/cutepaste/([\d\.]*)/src/cutepaste-([\d\.]*).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

-- 
cutepaste packaging



More information about the pkg-kde-commits mailing list