liboglappth (0.98-2) debian-dir only changes

Summary

 debian/changelog               |   64 +++++++++++++++++++++++++++++++++
 debian/compat                  |    1 
 debian/control                 |   34 +++++++++++++++++
 debian/copyright               |   36 ++++++++++++++++++
 debian/liboglappth-dev.install |    4 ++
 debian/liboglappth2.install    |    1 
 debian/rules                   |   78 +++++++++++++++++++++++++++++++++++++++++
 debian/watch                   |    4 ++
 8 files changed, 222 insertions(+)

    
download this patch

Patch contents

--- liboglappth-0.98.orig/debian/changelog
+++ liboglappth-0.98/debian/changelog
@@ -0,0 +1,64 @@
+liboglappth (0.98-2) unstable; urgency=low
+
+  * Rebuild for unstable.
+
+  * debian/control (Vcs-Svn): Set back to unstable location.
+    (Description): Fixed extended-description-is-probably-too-short and
+    duplicate-long-description lintian hints.
+
+ -- Daniel Leidert (dale) <daniel.leidert@wgdd.de>  Sun, 22 Feb 2009 00:01:27 +0100
+
+liboglappth (0.98-1) experimental; urgency=low
+
+  * New upstream release 0.98.
+
+  * debian/control: liboglappth1 became liboglappth2.
+    (Uploaders): Removed LI. Thanks for your work!
+    (Build-Depends): Removed freeglut3-dev and dpatch.
+    (Standards-Version): Bumped to 3.8.0.
+    (Vcs-Svn): Set to experimental location.
+    (Depends): Added ${misc:Depends}. Replaced liboglappth1 with liboglappth2.
+    (Description): Improved short description.
+  * debian/copyright: Improved a bit.
+  * debian/liboglappth1.install: Renamed to debian/liboglappth2.install.
+  * debian/rules: Removed some sample boilerplates. Added CXXFLAGS. Removed
+    dpatch environment.
+    (LDFLAGS): Link with -lGL -lGLU.
+  * debian/patches/01_liboglappth_pc_in.dpatch: Removed (applied upstream).
+  * debian/patches/02_gcc43.dpatch: Ditto.
+  * debian/patches/: Removed dpatch environnment.
+
+ -- Daniel Leidert (dale) <daniel.leidert@wgdd.de>  Sat, 31 Jan 2009 16:24:45 +0100
+
+liboglappth (0.96-4) unstable; urgency=low
+
+  [ LI Daobing ]
+  * FTBFS with GCC 4.3: missing #includes (Closes: #462071)
+
+  [ Daniel Leidert ]
+  * debian/control: Added DM-Upload-Allowed for DM status.
+    (Uploaders): Added myself.
+  * debian/rules: Implemented noopt build option by defining CFLAGS. Further
+    made some minor cleanup.
+
+ -- Daniel Leidert (dale) <daniel.leidert@wgdd.de>  Mon, 10 Mar 2008 01:30:16 +0100
+
+liboglappth (0.96-3) unstable; urgency=low
+
+  * debian/copyright: Point to GPL-2, not GPL.
+
+ -- Michael Banck <mbanck@debian.org>  Sat, 05 Jan 2008 18:29:05 +0100
+
+liboglappth (0.96-2) unstable; urgency=low
+
+  * debian/copyright: Clarify that liboglappth is GPLv2only.
+  * debian/control (Uploaders): Added myself.
+
+ -- Michael Banck <mbanck@debian.org>  Sun, 30 Dec 2007 01:52:22 +0100
+
+liboglappth (0.96-1) unstable; urgency=low
+
+  * Initial release (Closes: #447745).
+
+ -- LI Daobing <lidaobing@gmail.com>  Tue, 23 Oct 2007 21:56:49 +0800
+
--- liboglappth-0.98.orig/debian/control
+++ liboglappth-0.98/debian/control
@@ -0,0 +1,34 @@
+Source: liboglappth
+Priority: optional
+Section: libs
+Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
+Uploaders: Michael Banck <mbanck@debian.org>,
+ Daniel Leidert (dale) <daniel.leidert@wgdd.de>
+Build-Depends: debhelper (>= 5), autotools-dev,
+ libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev
+Standards-Version: 3.8.0
+Homepage: http://bioinformatics.org/ghemical/ghemical/
+Vcs-Browser: http://svn.debian.org/wsvn/debichem/
+Vcs-Svn: svn+ssh://svn.debian.org/svn/debichem/unstable/liboglappth/
+DM-Upload-Allowed: yes
+
+Package: liboglappth-dev
+Section: libdevel
+Architecture: any
+Depends: liboglappth2 (= ${binary:Version}), ${misc:Depends},
+ libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev
+Description: Oglappth Library (development files)
+ A library for creating portable OpenGL applications with easy-to-code
+ scene setup and selection operations.
+ .
+ This package provides the development and header files and the
+ static library.
+
+Package: liboglappth2
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Oglappth Library
+ A library for creating portable OpenGL applications with easy-to-code
+ scene setup and selection operations.
+ .
+ This package provides the shared library.
--- liboglappth-0.98.orig/debian/compat
+++ liboglappth-0.98/debian/compat
@@ -0,0 +1 @@
+5
--- liboglappth-0.98.orig/debian/watch
+++ liboglappth-0.98/debian/watch
@@ -0,0 +1,4 @@
+# See uscan(1) for format
+
+version=3
+http://bioinformatics.org/ghemical/download/current/liboglappth-([\d\.]+)\.tar\.gz
--- liboglappth-0.98.orig/debian/copyright
+++ liboglappth-0.98/debian/copyright
@@ -0,0 +1,36 @@
+This package was debianized by LI Daobing <lidaobing@gmail.com> on
+Tue, 23 Oct 2007 21:56:49 +0800.
+
+It was downloaded from:
+
+     http://bioinformatics.org/ghemical/download/current/
+
+Upstream Author: 
+
+    Tommi Hassinen <thassine@messi.uku.fi>
+
+Copyright: 
+
+    Copyright (C) 1998, 1999, 2005 Tommi Hassinen
+
+    debian/*
+    Copyright (C) 2007 LI Daobing <lidaobing@gmail.com>
+
+License: GPL v2+
+
+    This package is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License along
+    with this program; if not, write to the Free Software Foundation, Inc.,
+    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+On Debian systems, the complete text of the latest GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
--- liboglappth-0.98.orig/debian/liboglappth-dev.install
+++ liboglappth-0.98/debian/liboglappth-dev.install
@@ -0,0 +1,4 @@
+usr/include
+usr/lib/lib*.a
+usr/lib/lib*.so
+usr/lib/pkgconfig/*
--- liboglappth-0.98.orig/debian/rules
+++ liboglappth-0.98/debian/rules
@@ -0,0 +1,78 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# 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
+CXXFLAGS = -Wall -g
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+CFLAGS += -O0
+CXXFLAGS += -O0
+else
+CFLAGS += -O2
+CXXFLAGS += -O2
+endif
+LDFLAGS= -Wl,-z,defs -Wl,-lGL -Wl,-lGLU
+
+config.status: configure
+	dh_testdir
+	test -r /usr/share/misc/config.sub && \
+		cp -f /usr/share/misc/config.sub config.sub
+	test -r /usr/share/misc/config.guess && \
+		cp -f /usr/share/misc/config.guess config.guess
+	./configure --host=$(DEB_HOST_GNU_TYPE) \
+	            --build=$(DEB_BUILD_GNU_TYPE) \
+		    --prefix=/usr \
+		    --mandir=\$${prefix}/share/man \
+		    --infodir=\$${prefix}/share/info \
+		    CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" LDFLAGS="$(LDFLAGS)"
+
+
+build: build-stamp
+build-stamp: config.status
+	dh_testdir
+	$(MAKE)
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	[ ! -f Makefile ] || $(MAKE) distclean
+	dh_clean config.sub config.guess build-stamp
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
+
+
+binary-indep: build install
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs ChangeLog
+	dh_installdocs
+	dh_installexamples
+	dh_install --sourcedir=debian/tmp
+	dh_installman
+	dh_link
+	dh_strip
+	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 
--- liboglappth-0.98.orig/debian/liboglappth2.install
+++ liboglappth-0.98/debian/liboglappth2.install
@@ -0,0 +1 @@
+usr/lib/lib*.so.*