debian/0000755000000000000000000000000011705037031007163 5ustar debian/install0000644000000000000000000000021511705037031010552 0ustar debian/codfis.desktop /usr/share/applications/ include/codfis.xpm /usr/share/pixmaps/ codfis /usr/bin/ codfis.db3 /usr/share/codfis/ debian/rules0000755000000000000000000000016111705037031010241 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ debian/docs0000644000000000000000000000001711705037031010034 0ustar src/codfis.sql debian/watch0000644000000000000000000000015411705037031010214 0ustar version=3 http://www.digitazero.org/?p=16 \ http://www.digitazero.org/download/codfis-(\d+.*)_src\.tar\.gz debian/control0000644000000000000000000000150711705037031010571 0ustar Source: codfis Section: utils Priority: extra Maintainer: David Paleino Build-Depends: debhelper (>= 8.0.0) , libfltk1.3-dev , libsqlite3-dev , libxext-dev , libxpm-dev , sqlite3 Standards-Version: 3.9.3 Homepage: http://www.digitazero.org/?p=16 Vcs-Git: git://git.debian.org/collab-maint/codfis.git Vcs-Browser: http://git.debian.org/?p=collab-maint/codfis.git;a=summary Package: codfis Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: tool to generate Italian fiscal codes (codice fiscale) CodFis is a tool to generate Italian fiscal codes (codice fiscale) given name, surname, gender, date and place of birth. . Note that the official fiscal codes are only those assigned by Agenzia delle Entrate (which may be different from those generated by this tool in some special cases). debian/changelog0000644000000000000000000000054511705037031011041 0ustar codfis (0.4.7-2) unstable; urgency=low * Add Italian name for greater probabilities to be found in the archive (Closes: #656095) -- David Paleino Mon, 16 Jan 2012 16:11:15 +0100 codfis (0.4.7-1) unstable; urgency=low * Initial release (Closes: #639921) -- David Paleino Wed, 31 Aug 2011 19:01:44 +0200 debian/menu0000644000000000000000000000023611705037031010053 0ustar ?package(codfis): \ needs="X11" \ section="Applications/Office" \ title="CodFis" \ icon="/usr/share/pixmaps/codfis.xpm" \ command="/usr/bin/codfis" debian/copyright0000644000000000000000000000205611705037031011121 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: codfis Source: http://www.digitazero.org/?p=16 Files: * Copyright: © 2005-2006, Daniele Cicerone License: GPL-2.0+ Files: debian/* Copyright: © 2011, David Paleino License: GPL-2.0+ License: GPL-2.0+ 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 package 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, see X-Comment: on Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/manpages0000644000000000000000000000002011705037031010671 0ustar debian/codfis.1 debian/source/0000755000000000000000000000000011705037031010463 5ustar debian/source/format0000644000000000000000000000001411705037031011671 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000011705037031010612 5ustar debian/patches/01-fix_paths.patch0000644000000000000000000000076311705037031014044 0ustar From: David Paleino Subject: use system-wide path Forwarded: not-needed --- src/dlg_db_ch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- codfis.orig/src/dlg_db_ch.cpp +++ codfis/src/dlg_db_ch.cpp @@ -58,7 +58,7 @@ WinSelDB::WinSelDB() dlg_sele->set_modal(); int rc; - rc = sqlite3_open("./codfis.db3", &db); + rc = sqlite3_open("/usr/share/codfis/codfis.db3", &db); if (rc) { fl_message("Database Error: %s", sqlite3_errmsg(db)); debian/patches/series0000644000000000000000000000004611705037031012027 0ustar 00-fix_build.patch 01-fix_paths.patch debian/patches/00-fix_build.patch0000644000000000000000000000102011705037031014006 0ustar From: David Paleino Subject: fix DB initialization at build-time Forwarded: no --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- codfis.orig/Makefile +++ codfis/Makefile @@ -32,8 +32,8 @@ src/dlg_info.o: src/dlg_info.cpp $(CPP) -c src/dlg_info.cpp -o src/dlg_info.o $(CXXFLAGS) $(CXXINCS) $(DB): $(DBSQL) - sqlite3 -init $(DBSQL) $(DB) .quit -# sqlite3 $(DB) < $(DBSQL) +# sqlite3 -init $(DBSQL) $(DB) .quit + sqlite3 $(DB) < $(DBSQL) clean: ${RM} $(OBJ) $(BIN) $(DB) debian/codfis.10000644000000000000000000000124311705037031010514 0ustar .TH CODFIS 1 "August 31, 2011" .SH NAME codfis \- tool to generate Italian fiscal codes .SH SYNOPSIS .B codfis .SH DESCRIPTION This manual page documents briefly the \fBcodfis\fR command. .PP \fBCodFis\fP is a tool to generate Italian fiscal codes. It needs the name, surname, gender, date and place of birth. .PP Note that the official fiscal codes are only those assigned by Agenzia delle Entrate (which may be different from those generated by this tool in some special cases). .SH AUTHOR CodFis was written by Danilo Cicerone . .PP This manual page was written by David Paleino , for the Debian project (and may be used by others). debian/codfis.desktop0000644000000000000000000000027011705037031012024 0ustar [Desktop Entry] Version=1.0 Name=CodFis Icon=/usr/share/pixmaps/codfis.xpm Comment=Computes Italian Fiscal codes Categories=Utility;Office; Exec=codfis Terminal=false Type=Application debian/compat0000644000000000000000000000000211705037031010361 0ustar 8