diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..86942ee --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +apprecommender (0.1) unstable; urgency=low + + * Initial Release. Closes # + + -- Tiago Bortoletto Vaz Thu, 22 Sep 2011 11:45:13 -0300 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..c2167a1 --- /dev/null +++ b/debian/control @@ -0,0 +1,27 @@ +Source: apprecommender +Section: utils +Priority: extra +Maintainer: Tiago Bortoletto Vaz +Uploaders: Tássia Camões Araújo +Dm-Upload-Allowed: yes +Build-Depends: debhelper (>= 7) +Standards-Version: 3.9.2 +Homepage: http://recommender.debian.net +Vcs-Browser: https://github.com/tassia/AppRecommender +Vcs-Git: git://github.com/tassia/AppRecommender.git + +Package: apprecommender +Architecture: all +Depends: python, python-xapian, python-apt, python-cluster, python-simplejson, + python-numpy, apt-xapian-index, app-install-data, python-xdg +Recommends: python-webpy +Description: Application recommender for GNU/Linux systems + The user provides a set of applications installed in her/his system and the + recommender suggests a set of programs that she/he might also be interested in, + based on the profile deduced from the his previous choices and other similar + users choices. The recommendations are composed using classification and + information retrieval techniques using debtags, apt-xapian-index, Popcon and + UDD as data sources. + . + AppRecommender can be called from command line or be delivered as a web + service. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..4b0d957 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,23 @@ +Format: http://dep.debian.net/deps/dep5/ +Upstream-Name: Tássia Camões Araújo +Source: https://github.com/tassia/AppRecommender + +Files: * +Copyright: Copyright 2011 Tássia Camões Araújo +License: GPL-3+ + 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 3 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 program. If not, see . + . + On Debian systems, the full text of the GNU General Public + License version 3 can be found in the file + `/usr/share/common-licenses/GPL-3'. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..cbe925d --- /dev/null +++ b/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh $@ diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native) -- libgit2 0.21.2