From 11394aecd1f906fee2ebd2b90412aeba4651fbff Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 3 Apr 2019 22:56:40 +0900 Subject: DEB: use _base folder for a distro instead of specific distros (squeeze and maverick). Signed-off-by: Michele Calgaro --- .../dependencies/libcaldav/debian/README.Debian | 45 --------- .../dependencies/libcaldav/debian/README.fallback | 23 ----- .../dependencies/libcaldav/debian/changelog | 29 ------ .../squeeze/dependencies/libcaldav/debian/compat | 1 - .../squeeze/dependencies/libcaldav/debian/control | 23 ----- .../dependencies/libcaldav/debian/copyright | 13 --- .../dependencies/libcaldav/debian/patches/series | 0 debian/squeeze/dependencies/libcaldav/debian/rules | 110 --------------------- .../dependencies/libcaldav/debian/source/format | 1 - .../dependencies/libcaldav/debian/source/options | 6 -- debian/squeeze/dependencies/libcaldav/debian/watch | 2 - 11 files changed, 253 deletions(-) delete mode 100644 debian/squeeze/dependencies/libcaldav/debian/README.Debian delete mode 100644 debian/squeeze/dependencies/libcaldav/debian/README.fallback delete mode 100644 debian/squeeze/dependencies/libcaldav/debian/changelog delete mode 100644 debian/squeeze/dependencies/libcaldav/debian/compat delete mode 100644 debian/squeeze/dependencies/libcaldav/debian/control delete mode 100644 debian/squeeze/dependencies/libcaldav/debian/copyright delete mode 100644 debian/squeeze/dependencies/libcaldav/debian/patches/series delete mode 100755 debian/squeeze/dependencies/libcaldav/debian/rules delete mode 100644 debian/squeeze/dependencies/libcaldav/debian/source/format delete mode 100644 debian/squeeze/dependencies/libcaldav/debian/source/options delete mode 100644 debian/squeeze/dependencies/libcaldav/debian/watch (limited to 'debian/squeeze/dependencies/libcaldav/debian') diff --git a/debian/squeeze/dependencies/libcaldav/debian/README.Debian b/debian/squeeze/dependencies/libcaldav/debian/README.Debian deleted file mode 100644 index 9adebeacc..000000000 --- a/debian/squeeze/dependencies/libcaldav/debian/README.Debian +++ /dev/null @@ -1,45 +0,0 @@ - Imlib Version 11 - ---------------- - -Imlib11 is linked with libpng12, which began life as libpng3. This is -in accordance with the practice of Redhat. The GDK version of imlib, -being part of GNOME 1, has remained linked with libpng2. - -No library that links with this version of Imlib may also link with -libpng2. - -No application that links with this version of Imlib may link with -libpng2, neither directly nor through a third library. - -If you accidentally link an application with imlib and libpng2, the -application may behave in unpredictible ways, possibly crashing, -possibly emitting warnings similar to the following: - - libpng warning: Application was compiled with png.h from libpng-1.2.1 - libpng warning: Application is running with png.c from libpng-1.0.12 - libpng error: Incompatible libpng version in application and library - - - - Imlib Version 1 - --------------- - -Imlib1 and gdk-imlib1 are compiled against libpng2. If you need to -build with libpng2, install the package imlib1-dev or gdk-imlib1-dev -as appropriate. - - - The Palette File - ---------------- - -The system Imlib/Gdk-Imlib palette file was moved from the directory -`/etc/im' to `/etc/imlib'. This move may cause problems for users who -have a `.imrc' file in their home directory since that file may -contain a reference to the old location of the palette file. To -correct this problem, the "PaletteFile" entry should look like: - - PaletteFile /etc/imlib/im_palette.pal - -I believe this changed happened in late 1999. - - -- Steve M. Robbins , Sun Oct 19 15:11:42 2003 diff --git a/debian/squeeze/dependencies/libcaldav/debian/README.fallback b/debian/squeeze/dependencies/libcaldav/debian/README.fallback deleted file mode 100644 index 1b41c225f..000000000 --- a/debian/squeeze/dependencies/libcaldav/debian/README.fallback +++ /dev/null @@ -1,23 +0,0 @@ - Imlib Image Conversion - ---------------------- - -The imlib and gdk-imlib libraries have a number of built-in image -conversion routines, and are capable of loading or saving in *at -least* the following formats: GIF, JPEG, PNG, TIFF, PS, BMP, XPM, and -PPM. - -Prior to version 1.9.13, imlib and gdk-imlib could use an external -program, such as Imagemagick's "convert", to load or save images -in formats not handled internally to Imlib. - - - - "All fallbacks failed." - ----------------------- - -This message indicates that the file you wished to load is not handled -by Imlib. - -The remedy is to convert the image file by hand using, for example, -Imagemagick's "convert" command: "convert foo.rgb foo.png". Then -you'll have to fix up the application to use the new filename instead. diff --git a/debian/squeeze/dependencies/libcaldav/debian/changelog b/debian/squeeze/dependencies/libcaldav/debian/changelog deleted file mode 100644 index 13d81ef1d..000000000 --- a/debian/squeeze/dependencies/libcaldav/debian/changelog +++ /dev/null @@ -1,29 +0,0 @@ -libcaldav (0.6.5-2debian2) maverick; urgency=low - - * Fixed RECURRENCE-ID modification with Zimbra CalDAV resources - - -- Timothy Pearson Sat, 28 Aug 2010 16:34:00 -0600 - -libcaldav (0.6.4-0debian0) lenny; urgency=low - - * Added VTODO support - - -- Timothy Pearson Fri, 27 Aug 2010 18:53:00 -0600 - -libcaldav (0.6.3-0debian1) lenny; urgency=low - - * Multiple VEVENT blocks in a single CardDAV response are now returned correctly - - -- Timothy Pearson Thu, 26 Aug 2010 15:40:00 -0600 - -libcaldav (0.6.2-0debian0) lenny; urgency=low - - * Added "Connection: close" to the list of headers sent, so that server keep-alive (which causes long delays) is disabled. - - -- Timothy Pearson Sun, 18 Jul 2010 15:29:00 -0600 - -libcaldav (0.6.1-1debian0) lenny; urgency=low - - * Initial Lenny build - - -- Timothy Pearson Mon, 31 May 2010 01:55:00 -0600 diff --git a/debian/squeeze/dependencies/libcaldav/debian/compat b/debian/squeeze/dependencies/libcaldav/debian/compat deleted file mode 100644 index 7f8f011eb..000000000 --- a/debian/squeeze/dependencies/libcaldav/debian/compat +++ /dev/null @@ -1 +0,0 @@ -7 diff --git a/debian/squeeze/dependencies/libcaldav/debian/control b/debian/squeeze/dependencies/libcaldav/debian/control deleted file mode 100644 index 5aee0c950..000000000 --- a/debian/squeeze/dependencies/libcaldav/debian/control +++ /dev/null @@ -1,23 +0,0 @@ -Source: libcaldav -Build-Depends: cdbs, debhelper (>= 7.0.50~), quilt, libcurl4-gnutls-dev (>= 7.19), libglib2.0-dev, automake, autoconf, libtool, libltdl-dev -Section: graphics -Priority: optional -Maintainer: Timothy Pearson -Standards-Version: 3.8.3 - -Package: libcaldav -Architecture: any -Section: libs -Depends: ${shlibs:Depends} -Description: - libcaldav provides a C interface for caldav PIM clients - -Package: libcaldav-dev -Architecture: any -Section: libdevel -Depends: libcaldav (= ${binary:Version}) -Description: - libcaldav provides a C interface for caldav PIM clients - . - This is the development package containing header files and link - libraries for libcaldav. diff --git a/debian/squeeze/dependencies/libcaldav/debian/copyright b/debian/squeeze/dependencies/libcaldav/debian/copyright deleted file mode 100644 index a0ce37b8b..000000000 --- a/debian/squeeze/dependencies/libcaldav/debian/copyright +++ /dev/null @@ -1,13 +0,0 @@ -This package was debianized by Timothy Pearson (kb9vqf@pearsoncomputing.net) - -It was downloaded from http://sourceforge.net/projects/libcaldav/ - -Copyright: - -Copyright 2008 by Michael Rasmussen (mir@datanom.net) - -License: - -All libraries in this package are released under the GPL -(/usr/share/common-licenses/GPL-3). The programs and examples are -under the GPL (/usr/share/common-licenses/GPL). diff --git a/debian/squeeze/dependencies/libcaldav/debian/patches/series b/debian/squeeze/dependencies/libcaldav/debian/patches/series deleted file mode 100644 index e69de29bb..000000000 diff --git a/debian/squeeze/dependencies/libcaldav/debian/rules b/debian/squeeze/dependencies/libcaldav/debian/rules deleted file mode 100755 index a6922482f..000000000 --- a/debian/squeeze/dependencies/libcaldav/debian/rules +++ /dev/null @@ -1,110 +0,0 @@ -#!/usr/bin/make -f - -#include /usr/share/cdbs/1/rules/patchsys-quilt.mk - -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - -DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ - && echo xz || echo bzip2) - -# This has to be exported to make some magic below work. -export DH_OPTIONS - -export CFLAGS = -g - -ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) -CFLAGS += -O0 -else -CFLAGS += -O3 -endif - -# Suppress accidental execution of the auto-* tools, c.f. -# http://lists.debian.org/debian-devel/2001/debian-devel-200111/msg01416.html -no_auto_tools = ACLOCAL="`pwd`/missing aclocal" \ - AUTOCONF="`pwd`/missing autoconf" \ - AUTOMAKE="`pwd`/missing automake" \ - AUTOHEADER="`pwd`/missing autoheader" - -make_flags = moduledir=/usr/lib/gdk-imlib2 $(no_auto_tools) - -post-patches:: - dh_testdir - -build: post-patches build-stamp -build-stamp: - dh_testdir - ./autogen.sh - ./configure --prefix=/usr \ - --mandir=/usr/share/man - $(MAKE) $(make_flags) - - touch build-stamp - -clean:: - dh_testdir - dh_testroot - rm -f build-stamp - - [ ! -f Makefile ] || $(MAKE) clean - [ ! -f Makefile ] || $(MAKE) distclean - - dh_clean - -install: DH_OPTIONS= -install: build - dh_testdir - dh_testroot - dh_clean -k - dh_installdirs - - $(MAKE) $(make_flags) DESTDIR=`pwd`/debian/tmp install - - dh_movefiles - - # Library package - dh_install -plibcaldav --autodest debian/tmp/usr/lib/libcaldav.so* - - # Developer package - dh_install -plibcaldav-dev --autodest debian/tmp/usr/lib/libcaldav.la - dh_install -plibcaldav-dev --autodest debian/tmp/usr/include/libcaldav/* - dh_install -plibcaldav-dev --autodest debian/tmp/usr/lib/pkgconfig/* - -# This single target is used to build all the packages, all at once, or -# one at a time. So keep in mind: any options passed to commands here will -# affect _all_ packages. Anything you want to only affect one package -# should be put in another target, such as the install target. -binary-common: - dh_testdir - dh_testroot - dh_installdocs -A debian/README.Debian - dh_installexamples - dh_installmenu - dh_installcron - dh_installinfo - dh_installchangelogs ChangeLog - dh_link - dh_compress - dh_fixperms - dh_strip - dh_makeshlibs - dh_installdeb - dh_shlibdeps - dh_gencontrol - dh_md5sums - dh_builddeb $(DEB_DH_BUILDDEB_ARGS) - -# Build architecture independent packages using the common target. -binary-indep: build install - $(MAKE) -f debian/rules DH_OPTIONS=-i binary-common - -# Build architecture dependent packages using the common target. -binary-arch: build install - $(MAKE) -f debian/rules DH_OPTIONS=-a binary-common - -# Any other binary targets build just one binary package at a time. -binary-%: build install - make -f debian/rules binary-common DH_OPTIONS=-p$* - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/squeeze/dependencies/libcaldav/debian/source/format b/debian/squeeze/dependencies/libcaldav/debian/source/format deleted file mode 100644 index 163aaf8d8..000000000 --- a/debian/squeeze/dependencies/libcaldav/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (quilt) diff --git a/debian/squeeze/dependencies/libcaldav/debian/source/options b/debian/squeeze/dependencies/libcaldav/debian/source/options deleted file mode 100644 index 72f1f5450..000000000 --- a/debian/squeeze/dependencies/libcaldav/debian/source/options +++ /dev/null @@ -1,6 +0,0 @@ -# Use xz instead of gzip -compression = "xz" -compression-level = 9 - -# Don't run differences -diff-ignore = .* diff --git a/debian/squeeze/dependencies/libcaldav/debian/watch b/debian/squeeze/dependencies/libcaldav/debian/watch deleted file mode 100644 index 8cea7d35f..000000000 --- a/debian/squeeze/dependencies/libcaldav/debian/watch +++ /dev/null @@ -1,2 +0,0 @@ -version=3 -ftp://ftp.gnome.org/pub/GNOME/sources/imlib/1.9/imlib-(.*)\.tar\.gz -- cgit v1.2.3