debian/0000775000000000000000000000000012255665704007204 5ustar debian/rules0000775000000000000000000000030312255665623010260 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with autoreconf override_dh_installchangelogs: dh_installchangelogs ChangeLog debian/watch0000664000000000000000000000011511727703431010223 0ustar version=3 http://www.rudeserver.com/cgiparser/download/rudecgi-(.*)\.tar\.gz debian/changelog0000664000000000000000000000057112255665676011071 0ustar rudecgi (5.0.0-1ubuntu1) trusty; urgency=medium * Use dh-autoreconf to get new libtool macros for ppc64el and update config.{sub,guess} for new arches. -- Logan Rosen Sun, 22 Dec 2013 17:45:58 -0500 rudecgi (5.0.0-1) unstable; urgency=low * Initial release (Closes: #658347) -- Medhamsh V Wed, 01 Feb 2012 14:36:50 +0530 debian/compat0000664000000000000000000000000211727704411010372 0ustar 9 debian/copyright0000664000000000000000000000233511730310064011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: RudeCGI Source: http://rudeserver.com/cgiparser/index.html Files: * Copyright: Copyright 2000-2005 Matthew Flood License: GPL-2+ Files: debian/* Copyright: Copyright 2012 Medhamsh V License: GPL-2+ License: GPL-2+ This program 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. debian/source/0000775000000000000000000000000011727703431010475 5ustar debian/source/format0000664000000000000000000000001411727703431011703 0ustar 3.0 (quilt) debian/librudecgi5.install0000664000000000000000000000005211730015332012746 0ustar usr/lib/*/lib*.so.* usr/share/man/man3/* debian/control0000664000000000000000000000514512255665700010610 0ustar Source: rudecgi Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Medhamsh V Build-Depends: debhelper (>= 9), autotools-dev, dh-autoreconf Standards-Version: 3.9.2 Section: libs Homepage: http://www.rudeserver.com/cgiparser/index.html Vcs-Git: git://gitorious.org/rudecgi-packaging/rudecgi-packaging.git Vcs-Browser: https://gitorious.org/rudecgi-packaging/rudecgi-packaging Package: librudecgi-dev Section: libdevel Architecture: any Depends: ${misc:Depends}, librudecgi5 (= ${binary:Version}), g++ Description: C++ parser library for CGI applications - development libraries RudeCGI is a C++ parser library for accessing form data, path info and cookie data from CGI applications. In addition to normal GET and POST data, the component supports file uploads (multipart/form-data), and simple XML content types (text/XML) - allowing easy use with XML based clients such as Flash applications. Furthermore, the component supports path-mapping, allowing information to be specified without identifying keywords. In addition to normal CGI operation, if the component detects that it is not in a web- environment it provides an interactive console dialog to let you supply formdata in real-time as the application requests it. The component does not parse the environment until the application first accesses the instance object. As such, no parsing overhead will occur if the application does not explicitly access the component. . This package contains header files and static libraries. Package: librudecgi5 Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} Description: C++ parser library for CGI applications - runtime RudeCGI is a c++ parser library for accessing form data, path info and cookie data from CGI applications. In addition to normal GET and POST data, the component supports file uploads (multipart/form-data), and simple XML content types (text/XML) - allowing easy use with XML based clients such as Flash applications. Furthermore, the component supports path-mapping, allowing information to be specified without identifying keywords. In addition to normal CGI operation, if the component detects that it is not in a web- environment it provides an interactive console dialog to let you supply formdata in real-time as the application requests it. The component does not parse the environment until the application first accesses the instance object. As such, no parsing overhead will occur if the application does not explicitly access the component. debian/docs0000664000000000000000000000003311727703431010044 0ustar NEWS README THANKS AUTHORS debian/librudecgi-dev.install0000664000000000000000000000010311727705767013462 0ustar usr/include/* usr/lib/*/lib*.a usr/lib/*/lib*.so usr/lib/*/*.la