+++ /dev/null
-liboil (0.3.17-1slp4) unstable; urgency=low
-
- * Initial Release
- * Git : unmodified/liboil
- * Tag : liboil_0.3.17-1slp4
-
- -- Sangchul Lee <sc11.lee@samsung.com> Wed, 07 Dec 2011 11:56:13 +0900
+++ /dev/null
-Source: liboil
-Section: devel
-Priority: optional
-Maintainer: Seungbae Shin <seungbae.shin@samsung.com>
-Build-Depends: debhelper (>= 5),
- autotools-dev,
- gtk-doc-tools, execstack
-Standards-Version: 3.7.3
-
-Package: liboil0.3
-Section: libs
-Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends}
-Description: Library of Optimized Inner Loops
- Liboil is a collection of functions that often benefit from having
- special implementations on various architectures or CPUs. Each function
- in liboil has several implementations which may perform faster or
- slower on a given CPU. Some implementations use alternate algorithms,
- some use hand-crafted assembly, and some use special instructions that
- are only available on certain CPUs, such as MMX, SSE, or Altivec.
- The fastest implementation is automatically chosen at runtime.
- .
- This package contains the liboil shared libraries. It is typically
- installed automatically when an application or library requires it.
-
-Package: liboil0.3-dev
-Section: libdevel
-Architecture: any
-Depends: liboil0.3 (= ${binary:Version}),
- ${shlibs:Depends},
- ${misc:Depends}
-Provides: liboil-dev
-Suggests: liboil0.3-doc
-Description: Library of Optimized Inner Loops (development headers)
- Liboil is a collection of functions that often benefit from having
- special implementations on various architectures or CPUs. Each function
- in liboil has several implementations which may perform faster or
- slower on a given CPU. Some implementations use alternate algorithms,
- some use hand-crafted assembly, and some use special instructions that
- are only available on certain CPUs, such as MMX, SSE, or Altivec.
- The fastest implementation is automatically chosen at runtime.
- .
- This package contains the development headers and libraries, and should
- be installed to compile software that uses liboil.
-
-Package: liboil0.3-dbg
-Section: debug
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, liboil0.3 (= ${Source-Version})
-Description: Library of Optimized Inner Loops (unstripped)
-
+++ /dev/null
-This package was debianized by Seungbae Shin <seungbae.shin@samsung.com> on
-Tue, 06 Dec 2011 10:09:18 +0900.
-
-The Debian packaging is:
-
-Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
-Copyright (c) 2011 Seungbae Shin <seungbae.shin@samsung.com>
-
-and is free software; you can redistribute it and/or modify
-it under the terms of the GNU Lesser General Public License version 2.1.
-
-The full text of the LGPL 2.1 can be found in
-/usr/share/common-licenses.
+++ /dev/null
-usr/lib/*.{a,la}
-usr/include/liboil-0.3
-usr/lib/pkgconfig/liboil-0.3.pc
+++ /dev/null
-usr/lib/liboil-0.3.so*
-usr/bin/*
+++ /dev/null
-#!/usr/bin/make -f
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# These are used for cross-compiling and for saving the configure script
-# from having to guess our platform (since we know it already)
-DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
-
-CFLAGS = -Wall -g -fPIC
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
- CFLAGS += -O0
-else
- CFLAGS += -O2
-endif
-
-# shared library versions, option 1
-version=0.3.14
-major=0
-
-LDFLAGS += -Wl,--hash-style=both -Wl,--as-needed
-
-build: build-stamp
-build-stamp:
- dh_testdir
-
- ./configure --prefix=/usr \
- CFLAGS="$(CFLAGS)" \
- LDFLAGS="$(LDFLAGS)"
-
- $(MAKE)
- touch build-stamp
-
-clean:
- dh_testdir
- dh_testroot
- rm -f build-stamp
-
- -$(MAKE) clean
- rm -f config.log config.status config.h *.pc
- rm -f libtool Makefile stamp-h1
- rm -f liboil/liboil-stdint.h
-
- -find * -name .deps -exec rm -rf {} \;
- -find * -name Makefile -exec rm -rf {} \;
-
- dh_clean
-
-install: build
- dh_testdir
- dh_testroot
- dh_clean -k
- dh_installdirs
-
- # Add here commands to install the package into debian/tmp
- $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
- execstack -c $(CURDIR)/debian/tmp/usr/lib/liboil-0.3.so.0.3.0
-
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
- dh_testdir
- dh_testroot
- dh_installchangelogs
- dh_installdocs
- dh_installexamples
- dh_install --sourcedir=debian/tmp --list-missing
- dh_link
- dh_strip --dbg-package=liboil0.3-dbg
- dh_compress
- dh_fixperms
- dh_makeshlibs
- dh_installdeb
- dh_shlibdeps
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install clean
Name: liboil
Summary: Library of Optimized Inner Loops, CPU optimized functions
Version: 0.3.17
-Release: 2.12
+Release: 2.13
Group: System/Libraries
License: BSD and Motorola License
URL: http://liboil.freedesktop.org/