From 6c637fedb85e81cf48600fd5726080344304d16b Mon Sep 17 00:00:00 2001 From: Jeongmo Yang Date: Tue, 21 Aug 2012 19:46:37 +0900 Subject: [PATCH] 2.0 init Change-Id: I3dd2675280e68ed55b76b0b626f122632bf05a1d --- debian/changelog | 15 ---- debian/compat | 1 - debian/control | 46 ----------- debian/copyright | 21 ----- debian/docs | 0 debian/libopencore-amrnb-dev.install.in | 5 -- debian/libopencore-amrnb.install.in | 2 - debian/libopencore-amrwb-dev.install.in | 5 -- debian/libopencore-amrwb.install.in | 2 - debian/rules | 133 -------------------------------- packaging/opencore-amr.spec | 1 - 11 files changed, 231 deletions(-) delete mode 100644 debian/changelog delete mode 100644 debian/compat delete mode 100644 debian/control delete mode 100644 debian/copyright delete mode 100644 debian/docs delete mode 100644 debian/libopencore-amrnb-dev.install.in delete mode 100644 debian/libopencore-amrnb.install.in delete mode 100644 debian/libopencore-amrwb-dev.install.in delete mode 100644 debian/libopencore-amrwb.install.in delete mode 100755 debian/rules diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index fbe7087..0000000 --- a/debian/changelog +++ /dev/null @@ -1,15 +0,0 @@ -opencore-amr (0.1.2-2) unstable; urgency=low - - * Remove unused option - * Git: unmodified/opencore-amr - * Tag: opencore-amr_0.1.2-2 - - -- Jeongmo Yang Wed, 21 Dec 2011 17:51:55 +0900 - -opencore-amr (0.1.2-1) unstable; urgency=low - - * Initial release - * Git: unmodified/opencore-amr - * Tag: opencore-amr_0.1.2-1 - - -- Jeongmo Yang Thu, 10 Nov 2011 16:13:24 +0900 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 7ed6ff8..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/debian/control b/debian/control deleted file mode 100644 index 3381be8..0000000 --- a/debian/control +++ /dev/null @@ -1,46 +0,0 @@ -Source: opencore-amr -Section: libs -Priority: extra -Maintainer: Debian multimedia packages maintainers -Uploaders: Jeongmo Yang -Build-Depends: debhelper (>= 5), autotools-dev -Standards-Version: 3.7.2 - -Package: libopencore-amrnb-dev -Section: libdevel -Architecture: any -Depends: libopencore-amrnb (= ${Source-Version}) -XB-Generate-Docs: yes -Description: opencore AMRNB dev package - -Package: libopencore-amrnb -Section: libs -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: opencore AMRNB Library - -Package: libopencore-amrnb-dbg -Section: debug -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libopencore-amrnb (= ${Source-Version}) -Description: opencore AMRNB Debug Library (unstripped) - -Package: libopencore-amrwb-dev -Section: libdevel -Architecture: any -Depends: libopencore-amrwb (= ${Source-Version}) -XB-Generate-Docs: yes -Description: opencore AMRWB dev package - -Package: libopencore-amrwb -Section: libs -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: opencore AMRWB Library - -Package: libopencore-amrwb-dbg -Section: debug -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libopencore-amrwb (= ${Source-Version}) -Description: opencore AMRWB Debug Library (unstripped) - diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index 70b741e..0000000 --- a/debian/copyright +++ /dev/null @@ -1,21 +0,0 @@ -Files: debian/* -Copyright: 2011 Jeongmo Yang -License: Apache Version 2.0 - -This package was debianized by Jeongmo Yang on -Thu, 10 Nov 2011 16:22:18 +0900. - -Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - -http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. - diff --git a/debian/docs b/debian/docs deleted file mode 100644 index e69de29..0000000 diff --git a/debian/libopencore-amrnb-dev.install.in b/debian/libopencore-amrnb-dev.install.in deleted file mode 100644 index 4f84458..0000000 --- a/debian/libopencore-amrnb-dev.install.in +++ /dev/null @@ -1,5 +0,0 @@ -# if your module creates shared libraries -@PREFIX@/include/opencore-amrnb -@PREFIX@/lib/libopencore-amrnb.a -@PREFIX@/lib/libopencore-amrnb.so -@PREFIX@/lib/pkgconfig/opencore-amrnb.pc diff --git a/debian/libopencore-amrnb.install.in b/debian/libopencore-amrnb.install.in deleted file mode 100644 index 0e9d9da..0000000 --- a/debian/libopencore-amrnb.install.in +++ /dev/null @@ -1,2 +0,0 @@ -# if your module, creates shared libraries -@PREFIX@/lib/libopencore-amrnb.so.* diff --git a/debian/libopencore-amrwb-dev.install.in b/debian/libopencore-amrwb-dev.install.in deleted file mode 100644 index 49a1dfc..0000000 --- a/debian/libopencore-amrwb-dev.install.in +++ /dev/null @@ -1,5 +0,0 @@ -# if your module creates shared libraries -@PREFIX@/include/opencore-amrwb -@PREFIX@/lib/libopencore-amrwb.a -@PREFIX@/lib/libopencore-amrwb.so -@PREFIX@/lib/pkgconfig/opencore-amrwb.pc diff --git a/debian/libopencore-amrwb.install.in b/debian/libopencore-amrwb.install.in deleted file mode 100644 index fdee25c..0000000 --- a/debian/libopencore-amrwb.install.in +++ /dev/null @@ -1,2 +0,0 @@ -# if your module, creates shared libraries -@PREFIX@/lib/libopencore-amrwb.so.* diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 533a86d..0000000 --- a/debian/rules +++ /dev/null @@ -1,133 +0,0 @@ -#!/usr/bin/make -f -# -*- makefile -*- -# Sample debian/rules that uses debhelper. -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. - -# 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) -DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) -DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_GNU_OS) - -CFLAGS = -Wall -g -LDFLAGS ?= -PREFIX ?= /usr - -ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) - CFLAGS += -O0 -else - CFLAGS += -O2 -endif - -CFLAGS += -fPIC -LDFLAGS +=-Wl,--rpath=$(PREFIX)/lib -Wl,--as-needed -Wl,-z,defs -Wl,--hash-style=both - -# shared library versions, option 1 -version=2.0.5 -major=2 -# option 2, assuming the library is created as src/.libs/libfoo.so.2.0.5 or so -#version=`ls src/.libs/lib*.so.* | \ -# awk '{if (match($$0,/[0-9]+\.[0-9]+\.[0-9]+$$/)) print substr($$0,RSTART)}'` -#major=`ls src/.libs/lib*.so.* | \ -# awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'` - -configure: configure.ac - ./autogen.sh - -config.status: configure - dh_testdir - # Add here commands to configure the package. - ./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" - - -build: build-stamp -build-stamp: config.status - dh_testdir - - # Add here commands to compile the package. - $(MAKE) - - for f in `find $(CURDIR)/debian/ -name "*.in"`; do \ - cat $$f > $${f%.in}; \ - sed -i -e "s#@PREFIX@#$(PREFIX)#g" $${f%.in}; \ - sed -i -e "s#@DATADIR@#$(DATADIR)#g" $${f%.in}; \ - done - - touch $@ - -clean: - dh_testdir - dh_testroot - rm -f build-stamp - - # Add here commands to clean up after the build process. - -$(MAKE) distclean -ifneq "$(wildcard /usr/share/misc/config.sub)" "" - cp -f /usr/share/misc/config.sub config.sub -endif -ifneq "$(wildcard /usr/share/misc/config.guess)" "" - cp -f /usr/share/misc/config.guess config.guess -endif - - for f in `find $(CURDIR)/debian/ -name "*.in"`; do \ - rm -f $${f%.in}; \ - done - - 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 - - -# 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 -# dh_installmenu -# dh_installdebconf -# dh_installlogrotate -# dh_installemacsen -# dh_installpam -# dh_installmime -# dh_installinit -# dh_installcron -# dh_installinfo - dh_installman - dh_link - dh_strip -plibopencore-amrnb --dbg-package=libopencore-amrnb-dbg - dh_strip -plibopencore-amrwb --dbg-package=libopencore-amrwb-dbg - dh_compress - dh_fixperms -# dh_perl -# dh_python - 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 diff --git a/packaging/opencore-amr.spec b/packaging/opencore-amr.spec index b6da023..234a6bd 100644 --- a/packaging/opencore-amr.spec +++ b/packaging/opencore-amr.spec @@ -1,4 +1,3 @@ -#sbs-git:slp/unmodified/opencore-amr opencore-amr 0.1.2 be191ced743e9ac5b45642d5560a29d427a8302c Name: opencore-amr Summary: opencore AMRNB dev package Version: 0.1.2 -- 2.7.4