debian/0000755000000000000000000000000012217651645007177 5ustar debian/watch0000644000000000000000000000021112217432553010215 0ustar version=3 opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/-$1.tar.gz/ \ https://github.com/radare/acr/tags .*/v?(\d\S*)\.tar\.gz debian/copyright0000644000000000000000000000373712216115541011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: pancake Upstream-Contact: pancake Source: http://www.nopcode.org/wk.php/Acr Files: * Copyright: Copyright (C) 2005-2012 pancake License: GPL-2+ acr 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. . acr 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 acr; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the complete text of the GNU General Public License can be found in the file '/usr/share/common-licenses/GPL-2'. Files: debian/* Copyright: Copyright (C) 2013 Ruben Pollan License: GPL-2+ acr 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. . acr 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 acr; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the complete text of the GNU General Public License can be found in the file '/usr/share/common-licenses/GPL-2'. debian/changelog0000644000000000000000000000022712216115600011033 0ustar acr (0.9.6-1) unstable; urgency=low * Initial release. (Closes: #721392) -- Ruben Pollan Tue, 17 Sep 2013 22:31:20 +0200 debian/source/0000755000000000000000000000000012216115541010464 5ustar debian/source/format0000644000000000000000000000001412216115541011672 0ustar 3.0 (quilt) debian/control0000644000000000000000000000254512216343067010603 0ustar Source: acr Section: devel Priority: optional Maintainer: Ruben Pollan Build-Depends: debhelper (>= 9) Standards-Version: 3.9.3 Homepage: http://www.nopcode.org/wk.php/Acr Package: acr Architecture: all Depends: ${misc:Depends} Description: autoconf like tool ACR is an autoconf like tool that allows you to create configure scripts for your programs. The main aim of this tool is to teach developers how to create portable builds of their tools, just using generic functions wrapped by acr to generate portable shellscript. . Pros: * Easy to learn / implement. * Faster/smaller final configure script. * Own syntax, not complex m4 macros. * Reverse engineering tool to recover .acr files from the final configure script. * Good documentation and tutorials. * vim syntax highlighting for configure.acr files ($PREFIX/share/acr/vim/install.sh) * Debugging support (-d) * Integrated support for java, bash, perl, Tcl, c, c++, ruby and Python. * Recursive configure script calls. * Progress bar in generation stage. . Cons: * Not recommended for huge projects * Slow script generation parsing huge configuration files * No automake replace. (just type clean makefiles and acr substs) * Not enough tested (only on free operating systems (Open|Net|Free|Dfly)BSD, GNU systems, and Darwin). debian/rules0000755000000000000000000000061112217431735010251 0ustar #!/usr/bin/make -f %: dh $@ --parallel override_dh_auto_configure: dh_auto_configure -- --prefix=/usr --mandir=/usr/share/man override_dh_auto_install: dh_auto_install mkdir -p debian/acr/usr/share/vim/ mv debian/acr/usr/share/doc/acr/vim/ftplugin debian/acr/usr/share/vim/ mv debian/acr/usr/share/doc/acr/vim/syntax debian/acr/usr/share/vim/ rm -rf debian/acr/usr/share/doc/acr/vim debian/compat0000644000000000000000000000000212216115541010362 0ustar 9