[DRE-commits] [SCM] ruby-graffiti.git branch, master, updated. upstream/1.0-3-ga901dde

Dmitry Borodaenko angdraug at debian.org
Fri Sep 16 18:42:31 UTC 2011


The following commit has been merged in the master branch:
commit 58fbf395c55e048dd3a44a7cdcbc93f801e0a593
Author: Dmitry Borodaenko <angdraug at debian.org>
Date:   Wed Sep 14 19:25:29 2011 +0300

    first Debian build based on gem2deb and an old ITP

diff --git a/debian/changelog b/debian/changelog
index 7e90703..2fd785b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-ruby-graffiti (1.0-1) UNRELEASED; urgency=low
+ruby-graffiti (1.0-1) unstable; urgency=low
 
-  * Initial release (Closes: #nnnn)
+  * Initial release. Closes: #573968 (ITP).
 
  -- Dmitry Borodaenko <angdraug at debian.org>  Wed, 14 Sep 2011 19:08:01 +0300
diff --git a/debian/control b/debian/control
index b54b788..d7de7bf 100644
--- a/debian/control
+++ b/debian/control
@@ -4,16 +4,21 @@ Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Dmitry Borodaenko <angdraug at debian.org>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.8~)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.8~), syncache
 Standards-Version: 3.9.2
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-graffiti.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-graffiti.git;a=summary
-Homepage: FIXME
+Vcs-Git: git://github.com/angdraug/graffiti.git
+Vcs-Browser: https://github.com/angdraug/graffiti
+Homepage: http://samizdat.nongnu.org/
 XS-Ruby-Versions: all
 
 Package: ruby-graffiti
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-Description: FIXME
- <insert long description, indented with spaces>
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-dbd-pg | ruby-dbd-mysql | ruby-dbd-sqlite3, syncache
+Description: Relational RDF store for Ruby
+ Graffiti is an RDF store based on dynamic translation of RDF queries into SQL.
+ Graffiti allows one to map any relational database schema into RDF semantics
+ and vice versa, to store any RDF data in a relational database.
+ .
+ Graffiti uses Ruby/DBI to connect to database backend and provides a DBI-like
+ interface to run RDF queries in Squish query language from Ruby applications.
diff --git a/debian/copyright b/debian/copyright
index 7454839..fae322d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,33 +1,20 @@
 Format: http://dep.debian.net/deps/dep5
-Upstream-Name: ruby-graffiti
-Source: FIXME <http://example.com/>
+Upstream-Name: graffiti
+Source: http://samizdat.nongnu.org/
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: GPL-2+ (FIXME)
- 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 2 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 package; if not, write to the Free
- Software Foundation, Inc., 51 Franklin St, Fifth Floor,
- Boston, MA  02110-1301 USA
- .
- On Debian systems, the full text of the GNU General Public
- License version 2 can be found in the file
- `/usr/share/common-licenses/GPL-2'.
+Copyright: 2002-2010 Dmitry Borodaenko <angdraug at debian.org>
+License: GPL-3+
 
 Files: debian/*
-Copyright: 2011 Dmitry Borodaenko <angdraug at debian.org>
-License:
- [LICENSE TEXT]
+Copyright: 2005-2011 Dmitry Borodaenko <angdraug at debian.org>
+License: GPL-3+
+
+License: GPL-3+
+ The files hereby included are 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.
+ .
+ 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/ruby-graffiti.docs b/debian/ruby-graffiti.docs
index 3f94eb1..3e3ef08 100644
--- a/debian/ruby-graffiti.docs
+++ b/debian/ruby-graffiti.docs
@@ -1,6 +1,4 @@
-# FIXME: doc/ dir found in source. Consider installing the docs.
-# Examples:
-# doc/manual.html
-# doc/site/*
-# FIXME: READMEs found
-# README.rdoc
+README.rdoc
+TODO
+doc/*.txt
+doc/diagrams
diff --git a/debian/ruby-graffiti.examples b/debian/ruby-graffiti.examples
new file mode 100644
index 0000000..09a90d6
--- /dev/null
+++ b/debian/ruby-graffiti.examples
@@ -0,0 +1 @@
+doc/examples/*
diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
new file mode 100644
index 0000000..c252e0b
--- /dev/null
+++ b/debian/ruby-test-files.yaml
@@ -0,0 +1,2 @@
+--- 
+- test/ts_graffiti.rb
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
deleted file mode 100644
index eac5ce6..0000000
--- a/debian/ruby-tests.rb
+++ /dev/null
@@ -1,13 +0,0 @@
-# FIXME
-# there's a spec/ or a test/ directory in the upstream source, but
-# no test suite was defined in the Gem specification. It would be
-# a good idea to define it here so the package gets tested at build time.
-# Examples:
-# $: << 'lib' << '.'
-# Dir['{spec,test}/**/*.rb'].each { |f| require f }
-#
-# require 'test/ts_foo.rb'
-#
-# require 'rbconfig'
-# ruby = File.join(RbConfig::CONFIG['bindir'], RbConfig::CONFIG['ruby_install_name'])
-# exec("#{ruby} -I. test/runtests.rb")
diff --git a/debian/watch b/debian/watch
index 2c5edc6..6e167d6 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/ruby-graffiti .*/ruby-graffiti-(.*).tar.gz
+http://savannah.nongnu.org/download/samizdat graffiti-([\d\.]*).tar.gz

-- 
ruby-graffiti.git



More information about the Pkg-ruby-extras-commits mailing list