rev 9030 - in kde-extras: . kpar2 kpar2/trunk kpar2/trunk/debian
Fathi Boudra
fabo at alioth.debian.org
Sat Jan 19 09:17:32 UTC 2008
Author: fabo
Date: 2008-01-19 09:17:31 +0000 (Sat, 19 Jan 2008)
New Revision: 9030
Added:
kde-extras/kpar2/
kde-extras/kpar2/branches/
kde-extras/kpar2/tags/
kde-extras/kpar2/trunk/
kde-extras/kpar2/trunk/debian/
kde-extras/kpar2/trunk/debian/changelog
kde-extras/kpar2/trunk/debian/compat
kde-extras/kpar2/trunk/debian/control
kde-extras/kpar2/trunk/debian/copyright
kde-extras/kpar2/trunk/debian/rules
Log:
Add kpar2 to kde-extras repository
Added: kde-extras/kpar2/trunk/debian/changelog
===================================================================
--- kde-extras/kpar2/trunk/debian/changelog (rev 0)
+++ kde-extras/kpar2/trunk/debian/changelog 2008-01-19 09:17:31 UTC (rev 9030)
@@ -0,0 +1,6 @@
+kpar2 (0.3.1-1) unstable; urgency=low
+
+ * Initial release. (Closes: #460965)
+
+ -- Fathi Boudra <fabo at debian.org> Tue, 15 Jan 2008 21:38:18 +0100
+
Added: kde-extras/kpar2/trunk/debian/compat
===================================================================
--- kde-extras/kpar2/trunk/debian/compat (rev 0)
+++ kde-extras/kpar2/trunk/debian/compat 2008-01-19 09:17:31 UTC (rev 9030)
@@ -0,0 +1 @@
+5
Added: kde-extras/kpar2/trunk/debian/control
===================================================================
--- kde-extras/kpar2/trunk/debian/control (rev 0)
+++ kde-extras/kpar2/trunk/debian/control 2008-01-19 09:17:31 UTC (rev 9030)
@@ -0,0 +1,20 @@
+Source: kpar2
+Section: kde
+Priority: optional
+Maintainer: Fathi Boudra <fabo at debian.org>
+Build-Depends: cdbs, debhelper (>= 5), quilt, cmake, kdelibs4-dev,
+ libpar2-0-dev, libsigc++-2.0-dev
+Standards-Version: 3.7.3
+Homepage: http://kde-apps.org/content/show.php/KPar2?content=70101
+
+Package: kpar2
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Suggests: klibido
+Description: a frontend for verifying and repairing PAR and PAR2 recovery sets
+ KPar2 is a simple, easy to use graphical interface for verification and repair
+ of PAR v1.0 and PAR v2.0 (PAR2) recovery sets.
+ .
+ Parity Volumes may be used to verify that a set of files have not been
+ corrupted, or to reconstruct damaged files (providing that you have a
+ sufficient quantity of Parity Volumes to match the missing or damaged files).
Added: kde-extras/kpar2/trunk/debian/copyright
===================================================================
--- kde-extras/kpar2/trunk/debian/copyright (rev 0)
+++ kde-extras/kpar2/trunk/debian/copyright 2008-01-19 09:17:31 UTC (rev 9030)
@@ -0,0 +1,34 @@
+This package was debianized by Fathi Boudra <fabo at debian.org> on
+Tue, 15 Jan 2008 21:38:18 +0100.
+
+It was downloaded from http://kde-apps.org/content/show.php/KPar2?content=70101
+
+Upstream Author:
+
+ Lawrence Lee <valher at facticius.net>
+
+Copyright:
+
+ (C) 2007 by Lawrence Lee
+
+License:
+
+ 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 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'.
+
+The Debian packaging is (C) 2008, Fathi Boudra <fabo at debian.org> and
+is licensed under the GPL, see above.
Added: kde-extras/kpar2/trunk/debian/rules
===================================================================
--- kde-extras/kpar2/trunk/debian/rules (rev 0)
+++ kde-extras/kpar2/trunk/debian/rules 2008-01-19 09:17:31 UTC (rev 9030)
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/class/cmake.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+include /usr/share/cdbs/1/rules/utils.mk
+
+DEB_CMAKE_EXTRA_FLAGS += \
+ -DCMAKE_CXX_COMPILER:FILEPATH="g++" \
+ -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed" \
+ -DCMAKE_MODULE_LINKER_FLAGS="-Wl,--as-needed" \
+ -DCMAKE_EXE_LINKER_FLAGS="-Wl,--as-needed"
+
Property changes on: kde-extras/kpar2/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
More information about the pkg-kde-commits
mailing list