summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Haitzler <raster@rasterman.com>2010-11-08 05:54:24 +0000
committerCarsten Haitzler <raster@rasterman.com>2010-11-08 05:54:24 +0000
commit9d92b8812878c73a249e0c8cf82cdb7218f2bda9 (patch)
treebf892ba96ee0a8bf1b5139437e5d21123cfaea7c
parent24909ec041ad16f1ea49abc8484954944b864b2e (diff)
downloadimlib2-9d92b8812878c73a249e0c8cf82cdb7218f2bda9.tar.gz
no more debian dir in our svn - debian now handles this tehmselves.
SVN revision: 54306
-rw-r--r--debian/changelog11
-rw-r--r--debian/compat1
-rw-r--r--debian/control43
-rw-r--r--debian/copyright32
-rw-r--r--debian/imlib2-config.117
-rw-r--r--debian/imlib2-demo.install21
-rw-r--r--debian/imlib2-test.install6
-rw-r--r--debian/libimlib2-dev.doc-base10
-rw-r--r--debian/libimlib2-dev.install6
-rw-r--r--debian/libimlib2.install2
-rwxr-xr-xdebian/rules14
11 files changed, 0 insertions, 163 deletions
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index 7f05050..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,11 +0,0 @@
-imlib2 (1.4.2.001-2) unstable; urgency=low
-
- * a SVN release
-
- -- quaker <quaker66@gmail.com> Sat, 27 Dec 2008 14:42:03 +0100
-
-imlib2 (1.4.2.001-1) unstable; urgency=low
-
- * a CVS release
-
- -- Sytse Wielinga <s.b.wielinga@student.utwente.nl> Sat, 29 Jan 2005 18:33:57 +0100
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index 1e8b314..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-6
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 3833817..0000000
--- a/debian/control
+++ /dev/null
@@ -1,43 +0,0 @@
-Source: imlib2
-Section: libs
-Priority: optional
-Maintainer: Laurence J. Lane <ljlane@debian.org>
-Build-Depends: cdbs, libjpeg62-dev, libttf-dev, libpng3-dev | libpng2-dev | libpng-dev, libtiff4-dev | libtiff-dev, zlib1g-dev, libungif4-dev | libungif3g-dev | giflib3g-dev, x11proto-core-dev | xlibs-dev, x11proto-xext-dev | xlibs-dev, libfreetype6-dev | freetype2-dev, libbz2-dev, libltdl3-dev, automake1.7 | automaken, pkg-config, libtool, debhelper (>= 6)
-Standards-Version: 3.8.1
-
-Package: imlib2-demo
-Architecture: any
-Section: graphics
-Depends: ${shlibs:Depends}
-Description: Imlib2 demo's
- This package contains two small Imlib2-based programs: a simple
- image viewer and a simple image conversion program.
-
-Package: imlib2-test
-Architecture: any
-Section: graphics
-Depends: ${shlibs:Depends}, imlib2-demo (= ${Source-Version})
-Description: Imlib2 test programs
- This package contains some, not generally usable, test programs
- for Imlib2.
-
-Package: libimlib2
-Section: libs
-Architecture: any
-Depends: ${shlibs:Depends}
-Suggests: imlib2-loaders, imlib2-demo (= ${Source-Version})
-Description: Powerful image loading and rendering library
- Imlib2 is an advanced replacement library for libraries like
- libXpm that provides many more features with much greater
- flexibility and speed than standard libraries, including font
- rasterization, rotation, RGBA space rendering and blending,
- dynamic binary filters, scripting, and more.
- .
- Imlib2 is not a drop-in replacement for Imlib 1.x.
-
-Package: libimlib2-dev
-Architecture: any
-Section: libdevel
-Depends: libimlib2 (= ${Source-Version}), libjpeg62-dev, libpng3-dev | libpng2-dev | libpng-dev, libtiff4-dev | libtiff-dev, zlib1g-dev, libttf-dev, libungif4-dev | libungif3g-dev | giflib3g-dev, x11proto-core-dev | xlibs-dev, x11proto-xext-dev | xlibs-dev, libfreetype6-dev | freetype2-dev, libbz2-dev
-Description: Imlib2 headers, static libraries and documentation
- Headers, static libraries and documentation for Imlib2.
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index 25d1164..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,32 +0,0 @@
-This package was debianized by Laurence J. Lane <ljlane@debian.org> on
-Sat, 28 Oct 2000 17:56:46 -0400.
-
-The source code is from the e17/libs/imlib2 module of the enlightenment CVS
-tree. For more information, see:
-
- http://www.enlightenment.org/cvs.html
-
-Upstream Author: Carsten Haitzler <raster@rasterman.com>
-
-Copyright:
-
-Copyright (C) 2000 Carsten Haitzler and various contributors (see AUTHORS)
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to
-deal in the Software without restriction, including without limitation the
-rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
-sell copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies of the Software, its documentation and marketing & publicity
-materials, and acknowledgment shall be given in the documentation, materials
-and software packages that this Software was used.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
-THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
-IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/debian/imlib2-config.1 b/debian/imlib2-config.1
deleted file mode 100644
index 5ef1825..0000000
--- a/debian/imlib2-config.1
+++ /dev/null
@@ -1,17 +0,0 @@
-.TH imlib2-config 1 "29 Oct 2000" imlib2-config
-.SH NAME
-.HP
-imlib2-config - imlib2 build information script
-.SH SYNOPSIS
-.HP
-imlib2-config [options]
-.P
-.SH DESCRIPTION
-.HP
-.I imlib2-config
-is a script that's used by make and other build environments to
-gather imlib2 information.
-.HP
-Run
-.I imlib2-config
-for additional information.
diff --git a/debian/imlib2-demo.install b/debian/imlib2-demo.install
deleted file mode 100644
index 74cc8b7..0000000
--- a/debian/imlib2-demo.install
+++ /dev/null
@@ -1,21 +0,0 @@
-debian/tmp/usr/bin/imlib2_conv
-debian/tmp/usr/bin/imlib2_show
-debian/tmp/usr/bin/imlib2_view
-debian/tmp/usr/share/imlib2/data/fonts/*.ttf
-debian/tmp/usr/share/imlib2/data/images/audio.png
-debian/tmp/usr/share/imlib2/data/images/bg.png
-debian/tmp/usr/share/imlib2/data/images/bulb.png
-debian/tmp/usr/share/imlib2/data/images/calc.png
-debian/tmp/usr/share/imlib2/data/images/cal.png
-debian/tmp/usr/share/imlib2/data/images/folder.png
-debian/tmp/usr/share/imlib2/data/images/globe.png
-debian/tmp/usr/share/imlib2/data/images/lock.png
-debian/tmp/usr/share/imlib2/data/images/mail.png
-debian/tmp/usr/share/imlib2/data/images/menu.png
-debian/tmp/usr/share/imlib2/data/images/mush.png
-debian/tmp/usr/share/imlib2/data/images/paper.png
-debian/tmp/usr/share/imlib2/data/images/sh1.png
-debian/tmp/usr/share/imlib2/data/images/sh2.png
-debian/tmp/usr/share/imlib2/data/images/sh3.png
-debian/tmp/usr/share/imlib2/data/images/stop.png
-debian/tmp/usr/share/imlib2/data/images/tnt.png
diff --git a/debian/imlib2-test.install b/debian/imlib2-test.install
deleted file mode 100644
index cdcb4a0..0000000
--- a/debian/imlib2-test.install
+++ /dev/null
@@ -1,6 +0,0 @@
-debian/tmp/usr/bin/imlib2_bumpmap
-debian/tmp/usr/bin/imlib2_colorspace
-debian/tmp/usr/bin/imlib2_grab
-debian/tmp/usr/bin/imlib2_poly
-debian/tmp/usr/bin/imlib2_test
-debian/tmp/usr/share/imlib2/data/images/imlib2.png
diff --git a/debian/libimlib2-dev.doc-base b/debian/libimlib2-dev.doc-base
deleted file mode 100644
index 09d1d32..0000000
--- a/debian/libimlib2-dev.doc-base
+++ /dev/null
@@ -1,10 +0,0 @@
-Document: imlib2
-Title: Imlib2 Guide
-Author: Carsten Haitzler
-Abstract: This document describes Imlib2 API
- and provides sample C code.
-Section: Apps/Programming
-
-Format: HTML
-Index: /usr/share/doc/libimlib2-dev/html/index.html
-Files: /usr/share/doc/libimlib2-dev/html/index.html
diff --git a/debian/libimlib2-dev.install b/debian/libimlib2-dev.install
deleted file mode 100644
index 55c6f3f..0000000
--- a/debian/libimlib2-dev.install
+++ /dev/null
@@ -1,6 +0,0 @@
-debian/tmp/usr/bin/imlib2-config
-debian/tmp/usr/lib/pkgconfig/*
-debian/tmp/usr/include
-debian/tmp/usr/lib/*.so
-debian/tmp/usr/lib/*.a
-debian/tmp/usr/lib/*.la
diff --git a/debian/libimlib2.install b/debian/libimlib2.install
deleted file mode 100644
index c74fded..0000000
--- a/debian/libimlib2.install
+++ /dev/null
@@ -1,2 +0,0 @@
-debian/tmp/usr/lib/*.so.*
-debian/tmp/usr/lib/imlib2/*/*.so
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index 2ce41a9..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/usr/bin/make -f
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
-
-DEB_CONFIGURE_SCRIPT := ./autogen.sh
-DEB_MAKE_CLEAN_TARGET := distclean
-DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath
-
-clean::
- [ ! -f Makefile ] || make distclean
-
-debian/stamp-autotools-files:
- touch debian/stamp-autotools-files