--- colorblind-0.0.1.orig/debian/changelog +++ colorblind-0.0.1/debian/changelog @@ -0,0 +1,26 @@ +colorblind (0.0.1-1fakesync2) trusty; urgency=medium + + * Use dh-autoreconf instead of autotools-dev to also fix FTBFS on ppc64el by + getting new libtool macros (still updates config.{sub,guess}). + + -- Logan Rosen Sat, 28 Dec 2013 02:43:22 -0500 + +colorblind (0.0.1-1fakesync1) maverick; urgency=low + + * Target version to fakesync instead build (LP: #591216). + + -- Artur Rona Tue, 08 Jun 2010 13:45:18 +0200 + +colorblind (0.0.1-1build1) gutsy; urgency=low + + * Fakesync from Debian: no-change upload due to differing orig.tar.gz + - Should be synced on next version bump + + -- Albin Tonnerre Sat, 5 May 2007 15:57:23 +0200 + +colorblind (0.0.1-1) unstable; urgency=low + + * Initial release. + + -- Daniel Ruoso Mon, 15 Jan 2007 15:33:26 +0100 + --- colorblind-0.0.1.orig/debian/compat +++ colorblind-0.0.1/debian/compat @@ -0,0 +1 @@ +5 --- colorblind-0.0.1.orig/debian/control +++ colorblind-0.0.1/debian/control @@ -0,0 +1,30 @@ +Source: colorblind +Section: libs +Priority: extra +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Daniel Ruoso +Build-Depends: cdbs, debhelper (>= 5), dh-autoreconf +Standards-Version: 3.7.2 + +Package: libcolorblind0 +Architecture: any +Section: libs +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Pixel Filter for colorblind accessibility + This library provides an unified way to recalculate colors + in order to present alternative views on images for colorblind + people. + . + This package contains the library files. + +Package: libcolorblind-dev +Architecture: any +Section: libs +Depends: libcolorblind0 (= ${Source-Version}), ${misc:Depends} +Description: Pixel Filter for colorblind accessibility - headers + This library provides an unified way to recalculate colors + in order to present alternative views on images for colorblind + people. + . + This package contains the library headers. + --- colorblind-0.0.1.orig/debian/copyright +++ colorblind-0.0.1/debian/copyright @@ -0,0 +1,22 @@ +This package was debianized by Daniel Holbach on +Mon, 15 Jan 2007 15:33:26 +0100. And re-packaged for Debian by Daniel +Ruoso . + +It was downloaded from http://people.debian.org/~ruoso/ + +Upstream Author: + Daniel Ruoso + +Copyright: + Daniel Ruoso 2006-2007 + +License: + This Software is in Public Domain. + It was originally written by Daniel Ruoso + + I, Daniel Ruoso, hereby offer this to the public domain. + + +The Debian packaging is (C) 2007, Daniel Holbach +and Daniel Ruoso and is licensed under the GPL, +see `/usr/share/common-licenses/GPL'. --- colorblind-0.0.1.orig/debian/libcolorblind-dev.install +++ colorblind-0.0.1/debian/libcolorblind-dev.install @@ -0,0 +1,2 @@ +debian/tmp/usr/include +debian/tmp/usr/lib/lib*.so --- colorblind-0.0.1.orig/debian/libcolorblind0.install +++ colorblind-0.0.1/debian/libcolorblind0.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/lib*.so.* --- colorblind-0.0.1.orig/debian/rules +++ colorblind-0.0.1/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/autoreconf.mk