From 362ea063b590eba7c9e344e094462d3cb73175df Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Sat, 30 May 2015 13:45:00 -0400 Subject: [PATCH] Imported Debian patch 2015.1-1 --- debian/changelog | 5 +++ debian/compat | 1 + debian/control | 18 ++++++++++ debian/copyright | 79 ++++++++++++++++++++++++++++++++++++++++++++ debian/docs | 3 ++ debian/rules | 7 ++++ debian/source/format | 1 + 7 files changed, 114 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/docs create mode 100755 debian/rules create mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..e7ce095 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +rnetclient (2015.1-1) unstable; urgency=low + + * Initial release (Closes: #784405) + + -- Sergio Durigan Junior Sat, 30 May 2015 13:45:00 -0400 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..3605071 --- /dev/null +++ b/debian/control @@ -0,0 +1,18 @@ +Source: rnetclient +Section: net +Priority: optional +Maintainer: Sergio Durigan Junior +Build-Depends: debhelper (>= 9), autotools-dev, libgnutls28-dev, libgcrypt-dev, zlib1g-dev +Standards-Version: 3.9.6 +Homepage: http://wiki.libreplanetbr.org/rnetclient/ +#Vcs-Git: git://anonscm.debian.org/collab-maint/rnetclient.git +#Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/rnetclient.git;a=summary + +Package: rnetclient +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Send the Brazilian Income Tax Report to the Brazilian Tax Authority + rnetclient is a Free Software that can be used to submit the Brazilian Income + Tax Report to the Brazilian Tax Authority (Receita Federal). It is the + outcome of reverse-engineering ReceitaNet, the official and proprietary + software that Receita Federal distributes. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..6f0497c --- /dev/null +++ b/debian/copyright @@ -0,0 +1,79 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: rnetclient +Source: http://wiki.libreplanetbr.org/rnetclient/ + +Files: * +Copyright: 2012-2015 Thadeu Lima de Souza Cascardo + 2014-2015 Sergio Durigan Junior +License: GPL-3+ + +Files: bootstrap.sh +Copyright: 2014 Sergio Durigan Junior +License: GPL-3+ + +Files: configure.ac +Copyright: 2013-2014 Thadeu Lima de Souza Cascardo + 2014 Sergio Durigan Junior +License: GPL-3+ + +Files: decfile.* +Copyright: 2012-2014 Thadeu Lima de Souza Cascardo + 2014 Alexandre Oliva +License: GPL-3+ + +Files: .dir-locals.el +Copyright: 2014 Sergio Durigan Junior +License: GPL-3+ + +Files: pmhash.* +Copyright: 2012-2013 Thadeu Lima de Souza Cascardo +License: GPL-3+ + +Files: rnetclient.c +Copyright: 2012-2014 Thadeu Lima de Souza Cascardo + 2014 Alexandre Oliva + 2014 Sergio Durigan Junior +License: GPL-3+ + +Files: rnet_encode.c +Copyright: 2013-2014 Thadeu Lima de Souza Cascardo + 2014 Alexandre Oliva +License: GPL-3+ + +Files: rnet_encode.h +Copyright: 2013 Thadeu Lima de Souza Cascardo +License: GPL-3+ + +Files: rnet_message.c +Copyright: 2013 Thadeu Lima de Souza Cascardo + 2014 Alexandre Oliva +License: GPL-3+ + +Files: rnet_message.h +Copyright: 2013 Thadeu Lima de Souza Cascardo +License: GPL-3+ + +Files: doc/man/* +Copyright: 2014 Sergio Durigan Junior +License: GPL-3+ + +Files: debian/* +Copyright: 2015 Sergio Durigan Junior +License: GPL-3+ + +License: GPL-3+ + 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 3 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 + . + On Debian systems, the complete text of the GNU General + Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..5502ed8 --- /dev/null +++ b/debian/docs @@ -0,0 +1,3 @@ +NEWS +README +TODO diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..77ef7ce --- /dev/null +++ b/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +DPKG_EXPORT_BUILDFLAGS = 1 +include /usr/share/dpkg/default.mk + +%: + dh $@ --with autotools-dev diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)