rev 8268 - in krap: . libspectre libspectre/debian

Matthew Rosewarne mukidohime-guest at alioth.debian.org
Mon Dec 17 01:55:37 UTC 2007


Author: mukidohime-guest
Date: 2007-12-17 01:55:36 +0000 (Mon, 17 Dec 2007)
New Revision: 8268

Added:
   krap/libspectre/
   krap/libspectre/debian/
   krap/libspectre/debian/changelog
   krap/libspectre/debian/compat
   krap/libspectre/debian/control
   krap/libspectre/debian/copyright
   krap/libspectre/debian/docs
   krap/libspectre/debian/libspectre-dev.install
   krap/libspectre/debian/libspectre1.install
   krap/libspectre/debian/rules
   krap/libspectre/debian/watch
Log:
* Initial import


Added: krap/libspectre/debian/changelog
===================================================================
--- krap/libspectre/debian/changelog	                        (rev 0)
+++ krap/libspectre/debian/changelog	2007-12-17 01:55:36 UTC (rev 8268)
@@ -0,0 +1,6 @@
+libspectre (0.1.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #456609).
+
+ -- Matthew Rosewarne <mrosewarne at inoutbox.com>  Sun, 16 Dec 2007 17:07:19 -0500
+

Added: krap/libspectre/debian/compat
===================================================================
--- krap/libspectre/debian/compat	                        (rev 0)
+++ krap/libspectre/debian/compat	2007-12-17 01:55:36 UTC (rev 8268)
@@ -0,0 +1 @@
+5

Added: krap/libspectre/debian/control
===================================================================
--- krap/libspectre/debian/control	                        (rev 0)
+++ krap/libspectre/debian/control	2007-12-17 01:55:36 UTC (rev 8268)
@@ -0,0 +1,36 @@
+Source: libspectre
+Section: libs
+Priority: optional
+Maintainer: Matthew Rosewarne <mrosewarne at inoutbox.com>
+Build-Depends: cdbs, debhelper (>= 5), autotools-dev, libcairo2-dev, libgs-dev
+Standards-Version: 3.7.3
+
+Package: libspectre1
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Suggests: libspectre1-dbg (= ${binary:Version})
+Description: Library for rendering Postscript documents
+ libspectre is a small library for rendering Postscript documents. It provides
+ a convenient easy to use API for handling and rendering Postscript documents.
+
+Package: libspectre1-dbg
+Section: libdevel
+Priority: extra
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, libspectre1 (= ${binary:Version})
+Description: Debugging symbols for libspectre
+ libspectre is a small library for rendering Postscript documents. It provides
+ a convenient easy to use API for handling and rendering Postscript documents.
+ .
+ This package contains the debugging symbols for libspectre.
+
+Package: libspectre-dev
+Section: libdevel
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, libspectre1 (= ${binary:Version})
+Description: Library for rendering Postscript documents - development files
+ libspectre is a small library for rendering Postscript documents. It provides
+ a convenient easy to use API for handling and rendering Postscript documents.
+ .
+ This is the development package which contains headers and static libraries 
+ for libspectre.

Added: krap/libspectre/debian/copyright
===================================================================
--- krap/libspectre/debian/copyright	                        (rev 0)
+++ krap/libspectre/debian/copyright	2007-12-17 01:55:36 UTC (rev 8268)
@@ -0,0 +1,36 @@
+This package was debianized by Matthew Rosewarne <mrosewarne at inoutbox.com> on
+Sun, 16 Dec 2007 17:07:19 -0500.
+
+It was downloaded from http://libspectre.freedesktop.org
+
+Upstream Authors: 
+
+    Albert Astals Cid <aacid at kde.org>
+    Carlos Garcia Campos <carlosgc at gnome.org>
+
+Copyright: 
+
+    Copyright (C) 2007 Albert Astals Cid <aacid at kde.org>
+    Copyright (C) 2007 Carlos Garcia Campos <carlosgc at gnome.org>
+
+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) 2007, Matthew Rosewarne <mrosewarne at inoutbox.com> and
+is licensed under the GPL, see above.

Added: krap/libspectre/debian/docs
===================================================================
--- krap/libspectre/debian/docs	                        (rev 0)
+++ krap/libspectre/debian/docs	2007-12-17 01:55:36 UTC (rev 8268)
@@ -0,0 +1,3 @@
+NEWS
+README
+TODO

Added: krap/libspectre/debian/libspectre-dev.install
===================================================================
--- krap/libspectre/debian/libspectre-dev.install	                        (rev 0)
+++ krap/libspectre/debian/libspectre-dev.install	2007-12-17 01:55:36 UTC (rev 8268)
@@ -0,0 +1,12 @@
+usr/lib/libspectre.la
+usr/lib/libspectre.a
+usr/lib/pkgconfig/libspectre.pc
+usr/include/libspectre/spectre.h
+usr/include/libspectre/spectre-macros.h
+usr/include/libspectre/spectre-status.h
+usr/include/libspectre/spectre-document.h
+usr/include/libspectre/spectre-render-context.h
+usr/include/libspectre/spectre-page.h
+usr/include/libspectre/spectre-exporter.h
+usr/include/libspectre/spectre-version.h
+usr/lib/libspectre.so

Added: krap/libspectre/debian/libspectre1.install
===================================================================
--- krap/libspectre/debian/libspectre1.install	                        (rev 0)
+++ krap/libspectre/debian/libspectre1.install	2007-12-17 01:55:36 UTC (rev 8268)
@@ -0,0 +1,2 @@
+usr/lib/libspectre.so.1.0.0
+usr/lib/libspectre.so.1

Added: krap/libspectre/debian/rules
===================================================================
--- krap/libspectre/debian/rules	                        (rev 0)
+++ krap/libspectre/debian/rules	2007-12-17 01:55:36 UTC (rev 8268)
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+  
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+
+DEB_DH_INSTALL_SOURCEDIR = debian/tmp
+
+DEB_MAKE_CHECK_TARGET = check


Property changes on: krap/libspectre/debian/rules
___________________________________________________________________
Name: svn:executable
   + 

Added: krap/libspectre/debian/watch
===================================================================
--- krap/libspectre/debian/watch	                        (rev 0)
+++ krap/libspectre/debian/watch	2007-12-17 01:55:36 UTC (rev 8268)
@@ -0,0 +1,4 @@
+# Compulsory line, this is a version 3 file
+version=3
+
+http://libspectre.freedesktop.org/releases/libspectre-(.*)\.tar\.gz




More information about the pkg-kde-commits mailing list