--- libparser++-0.2.3.orig/debian/control +++ libparser++-0.2.3/debian/control @@ -0,0 +1,16 @@ +Source: libparser++ +Section: libdevel +Priority: extra +Maintainer: Simon Richter +Build-Depends: debhelper (>= 5) +Standards-Version: 3.7.3 + +Package: libparser++-dev +Architecture: all +Depends: libboost1.38-dev | libboost1.37-dev | libboost1.35-dev | libboost-dev, ${misc:Depends} +Description: Generic parser base class for C++ (development files) + This library provides a base class for parsers as well as an adapter to an + iterator compatible interface. + . + A parser for Debian-style RFC822 messages is included, both as an example + and as a working implementation. --- libparser++-0.2.3.orig/debian/copyright +++ libparser++-0.2.3/debian/copyright @@ -0,0 +1,41 @@ +This package was debianized by Simon Richter on +Sat, 23 Feb 2008 00:53:15 +0100. + +It was downloaded from http://www.hogyros.de/download/ + +Upstream Author: + + Simon Richter + +Copyright: + + Copyright (C) 2007, 2008 Simon Richter + +License: + + Boost Software License - Version 1.0 - August 17th, 2003 + + Permission is hereby granted, free of charge, to any person or organization + obtaining a copy of the software and accompanying documentation covered by + this license (the "Software") to use, reproduce, display, distribute, + execute, and transmit the Software, and to prepare derivative works of the + Software, and to permit third-parties to whom the Software is furnished to + do so, all subject to the following: + + The copyright notices in the Software and this entire statement, including + the above license grant, this restriction and the following disclaimer, + must be included in all copies of the Software, in whole or in part, and + all derivative works of the Software, unless such copies or derivative + works are solely in the form of machine-executable object code generated by + a source language processor. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT + SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE + FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, + ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + DEALINGS IN THE SOFTWARE. + +The Debian packaging is (C) 2008, Simon Richter and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- libparser++-0.2.3.orig/debian/changelog +++ libparser++-0.2.3/debian/changelog @@ -0,0 +1,42 @@ +libparser++ (0.2.3-2) unstable; urgency=low + + * Allow use with Boost 1.38 + + -- Simon Richter Mon, 27 Apr 2009 10:49:13 +0200 + +libparser++ (0.2.3-1) unstable; urgency=low + + * New upstream version + + -- Simon Richter Wed, 22 Apr 2009 12:44:39 +0200 + +libparser++ (0.2.2-2) unstable; urgency=low + + * Allow use together with boost 1.35 + + -- Simon Richter Mon, 09 Jun 2008 07:25:55 +0200 + +libparser++ (0.2.2-1) unstable; urgency=low + + * New upstream version + + -- Simon Richter Thu, 22 May 2008 04:24:35 +0200 + +libparser++ (0.2.1-1) unstable; urgency=low + + * New upstream version + + -- Simon Richter Thu, 22 May 2008 03:57:37 +0200 + +libparser++ (0.2-1) unstable; urgency=low + + * New upstream version + + -- Simon Richter Wed, 21 May 2008 01:24:13 +0200 + +libparser++ (0.1-1) unstable; urgency=low + + * Initial release + + -- Simon Richter Sat, 23 Feb 2008 00:53:15 +0100 + --- libparser++-0.2.3.orig/debian/rules +++ libparser++-0.2.3/debian/rules @@ -0,0 +1,45 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +build: +build-indep: +build-arch: + +clean: + dh_testdir + dh_testroot + dh_clean + +binary-indep: + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs +# dh_installexamples + dh_install +# dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_python +# dh_installinit +# dh_installcron +# dh_installinfo +# dh_installman +# dh_link + dh_compress + dh_fixperms +# dh_perl + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-arch: + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- libparser++-0.2.3.orig/debian/watch +++ libparser++-0.2.3/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://www.hogyros.de/download/libparser\+\+-(.*)\.tar\.gz --- libparser++-0.2.3.orig/debian/libparser++-dev.install +++ libparser++-0.2.3/debian/libparser++-dev.install @@ -0,0 +1,2 @@ +parser.hpp usr/include/util +deb822.hpp usr/include/util --- libparser++-0.2.3.orig/debian/compat +++ libparser++-0.2.3/debian/compat @@ -0,0 +1 @@ +5