debian/0000755000000000000000000000000011756434072007177 5ustar debian/ Uploaders: Fathi Boudra Build-Depends: autotools-dev, debhelper (>= 8.0.0) Standards-Version: 3.9.2 Homepage: http://uncrustify.sourceforge.net/ Package: uncrustify Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: C, C++, C#, D, Java and Pawn source code beautifier Uncrustify is a highly configurable source code formatter. It aligns preprocessor define's, assignments, arithmetics and is able to fix spacing between operators. debian/rules0000755000000000000000000000021011756434044010247 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --parallel .PHONY: override_dh_auto_test debian/control0000644000000000000000000000107311756434046010604 0ustar Source: uncrustify Section: devel Priority: optional Maintainer: Johann Rudloff Uploaders: Fathi Boudra Build-Depends: autotools-dev, debhelper (>= 8) Standards-Version: 3.9.3 Homepage: http://uncrustify.sourceforge.net/ Package: uncrustify Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: C, C++, C#, D, Java and Pawn source code beautifier Uncrustify is a highly configurable source code formatter. It aligns preprocessor define's, assignments, arithmetics and is able to fix spacing between operators. debian/compat0000644000000000000000000000000211677564261010403 0ustar 8 debian/watch0000644000000000000000000000007111677564261010234 0ustar version=3 http://sf.net/uncrustify/ uncrustify-(.*)\.tgz debian/copyright0000644000000000000000000001005111756434046011130 0ustar This work was packaged for Debian by: Johann Rudloff on Sat, 25 Nov 2006 14:06:44 +0100. It was downloaded from: http://uncrustify.sourceforge.net Upstream Author: Ben Gardner Copyright: 2005-2010 Ben Gardner 1995-1999 Simon G. Vogl 2006 David Thompson 1999-2006 Digital Mars License (except src/md5.cpp, documentation/htdocs/examples/c-1.out.c, documentation/htdocs/examples/c-1.in.c, scripts/cmpcfg.pl as well as tests/input/d/Lexer.d, tests/input/d/HashMap.d, tests/input/c/i2c-core.c, and the corresponding files in tests/output, i. e.: tests/output/c/20100-i2c-core.c, tests/output/c/20000-i2c-core.c, tests/output/d/40006-Lexer.d, tests/output/d/40007-Lexer.d and tests/output/d/40000-HashMap.d): Copyright (C) 2005-2008 by Ben Gardner You are free to distribute this software under the terms of the GNU General Public License, either version 2 of the License, or (at your option) any later version. License (tests/input/c/i2c-core.c, documentation/htdocs/examples/c-1.out.c, tests/output/c/20100-i2c-core.c, tests/output/c/20000-i2c-core.c, and documentation/htdocs/examples/c-1.in.c): Copyright (C) 1995-1999 by Simon G. Vogl You are free to distribute this software under the terms of the GNU General Public License, either version 2 of the License, or (at your option) any later version. License (scripts/cmpcfg.pl): Copyright (C) 2006 by David Thompson You are free to distribute this software under the terms of the GNU General Public License. On Debian systems, the complete text of the GNU General Public License can be found in the file /usr/share/common-licenses/GPL. License (src/md5.cpp): This code was written by Colin Plumb in 1993, no copyright is claimed. This code is in the public domain; do with it what you wish. License (tests/input/d/Lexer.d, tests/output/d/40006-Lexer.d and tests/output/d/40007-Lexer.d): Copyright (c) 1999-2006 by Digital Mars All Rights Reserved written by Walter Bright www.digitalmars.com License for redistribution is either the Artistic License or the GNU General Public License. On Debian systems, the complete text of the GNU General Public License can be found in the file /usr/share/common-licenses/GPL. The complete text of the Artistic License is available in the file /usr/share/common-licenses/Artistic. License (tests/input/d/HashMap.d and tests/output/d/40000-HashMap.d): Copyright (C) 2004 by Doug Lea This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for damages of any kind arising from the use of this software. Permission is hereby granted to anyone to use this software for any purpose, including commercial applications, and to alter it and/or redistribute it freely, subject to the following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment within documentation of said product would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any distribution of the source. 4. Derivative works are permitted, but they must carry this notice in full and credit the original source. The Debian packaging is Copyright (C) 2006-2009 Johann Rudloff Copyright (C) 2009-2010 Fathi Boudra and is licensed under the GPL version 2 or any later version, see `/usr/share/common-licenses/GPL-2'. debian/changelog0000644000000000000000000001242411756434003011046 0ustar uncrustify (0.59-2) unstable; urgency=low * Fix FTBFS with gcc 4.7 by fixing missing include. (Closes: #667404) -- Fathi Boudra Mon, 21 May 2012 15:40:46 +0300 uncrustify (0.59-1) unstable; urgency=low * New upstream release. * Add myself to Uploaders. -- Fathi Boudra Sat, 31 Dec 2011 12:49:32 +0200 uncrustify (0.57-1) unstable; urgency=low * New upstream release. [ Fathi Boudra ] * Removed patch to check for NULL - stolen upstream. * Bumped Standards-Version to 3.9.1 (no changes needed). -- Johann Rudloff Mon, 21 Feb 2011 11:54:28 +0200 uncrustify (0.56-2) unstable; urgency=low [ Fathi Boudra ] * Added patch to check for NULL to prevent a segmentation fault. (Closes: #580195) * Bumped Standards-Version to 3.9.0 (no changes needed). -- Johann Rudloff Thu, 01 Jul 2010 20:34:01 +0300 uncrustify (0.56-1) unstable; urgency=low * New upstream release. [ Fathi Boudra ] * Switch to dpkg-source 3.0 (quilt) format. * debian/control: - bumped debhelper version to 7.4.15 - fixed typo in long description. * debian/copyright: - added email author. - added myself. -- Johann Rudloff Tue, 20 Apr 2010 13:08:29 +0300 uncrustify (0.55-1) unstable; urgency=low * New upstream release (Closes: #540817) [ Fathi Boudra ] * debian/patches/manpage_fix_hyphens.diff: removed - merged upstream * debian/compat: bumped to 7 * debian/control: - bumped debhelper version to 7.4.13 - bumped Standards-Version to 3.8.4 (no changes needed) - added ${misc:Depends} * debian/docs: updated * debian/rules: rewrited from scratch to use dh and enabled parallel build -- Johann Rudloff Wed, 17 Feb 2010 09:18:41 +0100 uncrustify (0.52-1) unstable; urgency=low * New upstream release (closes: #526100) * debian/copyright: changed years and wording of copyright * debian/patches/manpage_fix_hyphens.diff: added patch to fix fixed hyphens used as minus signs in manpage * debian/rules: included usage of quilt * debian/control: added build dependency quilt bumped Standards-Version to 3.8.1 (no changes required) -- Johann Rudloff Thu, 30 Apr 2009 11:32:27 +0200 uncrustify (0.48-1) unstable; urgency=low * New upstream release * debian/rules: removed CFLAGS settings (done by dpkg-buildpackage) -- Johann Rudloff Tue, 22 Jul 2008 11:19:54 +0200 uncrustify (0.47-1) unstable; urgency=low * New upstream release (closes: #479372) * Bumped Standards-Version to 3.8.0 (no changes required) * removed debian/uncrustify.1, since upstream sources now include a manpage * debian/rules: removed call to dh_installman, manpage is installed by make install * debian/rules: removed unneeded call to dh_installdirs -- Johann Rudloff Sun, 08 Jun 2008 10:09:53 +0200 uncrustify (0.44-1) unstable; urgency=low * New upstream release * debian/uncrustify.1: updated version number and date -- Johann Rudloff Sun, 24 Feb 2008 09:13:49 +0100 uncrustify (0.43-1) unstable; urgency=low * New upstream release (closes: #461631) * Bumped Standards-Version to 3.7.3 (no changes required) * debian/copyright: updated years of copyright * debian/control: moved homepage address from description to a separate field * debian/uncrustify.1: updated year and month * debian/rules: copy update config.{sub,guess} into source tree in config.status target, remove them in clean target -- Johann Rudloff Thu, 10 Jan 2008 15:37:19 +0100 uncrustify (0.41-1) unstable; urgency=low * New upstream release -- Johann Rudloff Mon, 12 Nov 2007 21:22:25 +0100 uncrustify (0.40-1) unstable; urgency=low * New upstream release -- Johann Rudloff Tue, 16 Oct 2007 21:26:13 +0200 uncrustify (0.39-1) unstable; urgency=low * New Upstream Version -- Johann Rudloff Wed, 26 Sep 2007 23:50:30 +0200 uncrustify (0.38-1) unstable; urgency=low * New upstream release -- Johann Rudloff Thu, 06 Sep 2007 22:52:16 +0200 uncrustify (0.37-1) unstable; urgency=low * New upstream release * debian/uncrustify.1: added new command line options * debian/uncrustify.1: changes in formatting and description -- Johann Rudloff Sun, 19 Aug 2007 19:33:08 +0200 uncrustify (0.36-1) unstable; urgency=low * New upstream release (closes: #434938, #434939) -- Johann Rudloff Tue, 07 Aug 2007 13:49:41 +0200 uncrustify (0.35-1) unstable; urgency=low * New upstream release -- Johann Rudloff Sat, 21 Jul 2007 20:41:52 +0200 uncrustify (0.33-1) unstable; urgency=low * New upstream release (closes: #416469) * Added debian/watch file * debian/uncrustify.1: added new command line options * debian/uncrustify.1: removed leading colons * debian/copyright: updated years of copyright * debian/copyright: updated parts concerning cmpcfg.pl, since it now contains a proper license statement -- Johann Rudloff Fri, 30 Mar 2007 20:51:27 +0200 uncrustify (0.30-1) unstable; urgency=low * Initial release -- Johann Rudloff Sat, 25 Nov 2006 14:06:44 +0100 debian/source/0000755000000000000000000000000011677564261010505 5ustar debian/source/format0000644000000000000000000000001411677564261011713 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000011756434202010621 5ustar debian/patches/series0000644000000000000000000000003511756434072012041 0ustar fix-ftbfs-with-gcc-4.7.patch debian/patches/fix-ftbfs-with-gcc-4.7.patch0000644000000000000000000000054611756434202015550 0ustar Description: Fix FTBFS with gcc 4.7 by fixing missing include. Bug-Debian: http://bugs.debian.org/667404 --- src/uncrustify.cpp | 1 + 1 file changed, 1 insertion(+) --- a/src/uncrustify.cpp +++ b/src/uncrustify.cpp @@ -34,6 +34,7 @@ #endif #include #include +#include /* Global data */ struct cp_data cpd; debian/docs0000644000000000000000000000000711677564261010055 0ustar README