Skip Menu |

This queue is for tickets about the SQL-Translator CPAN distribution.

Report information
The Basics
Id: 3235
Status: resolved
Worked: 1 min
Priority: 0/
Queue: SQL-Translator

People
Owner: kclark [...] cpan.org
Requestors: stephen [...] jadevine.org.uk
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: MANIFEST: missing some files [patch]
Hi there, I like to be able to do 'make dist' from within the checked out version of the sqlfairy repository, to help in making debian packages. I noticed that doing this misses out various files becuase they are not currently listed in the MANIFEST. I attach a patch which adds in all the missing files and makes the dist tarball complete. Thanks, Stephen Quinney
--- MANIFEST.orig 2003-08-14 11:23:13.000000000 +0100 +++ MANIFEST 2003-08-14 11:25:00.000000000 +0100 @@ -7,6 +7,7 @@ README TODO bin/sqlt-diagram.pl +bin/sqlt-dumper.pl bin/sqlt-graph.pl bin/sql_translator.pl bin/sql_translator.cgi @@ -15,6 +16,7 @@ lib/SQL/Translator/Parser/MySQL.pm lib/SQL/Translator/Parser/Oracle.pm lib/SQL/Translator/Parser/PostgreSQL.pm +lib/SQL/Translator/Parser/Sybase.pm lib/SQL/Translator/Parser/xSV.pm lib/SQL/Translator/Parser/SqlfXML.pm lib/SQL/Translator/Producer.pm @@ -54,7 +56,13 @@ t/13schema.t t/14postgres-parser.t t/15oracle-parser.t +t/16xml-parser.t +t/17sqlfxml-producer.t +t/18ttschema-producer.t t/data/Excel/t.xls t/data/mysql/Apache-Session-MySQL.sql t/data/mysql/BGEP-RE-create.sql +t/data/mysql/sqlfxml-producer-basic.sql t/data/pgsql/Chado-CV-PostGreSQL.sql +t/data/template/basic.tt +t/data/xml/schema-basic.xml
From: cpanspam [...] netebb.com
This patch has been applied. Thanks for your assistance.