debian/0000755000000000000000000000000012145013320007155 5ustar debian/watch0000644000000000000000000000007312145013272010214 0ustar version=3 http://sqljet.com files/sqljet-([\d\.]+)-src.zip debian/rules0000755000000000000000000000220012145013272010235 0ustar #!/usr/bin/make -f export CLASSPATH=/usr/share/java/antlr3-runtime.jar %: dh $@ --with javahelper override_dh_auto_build: antlr3 sqljet/src/main/antlr/org/tmatesoft/sqljet/core/internal/lang/Sql.g \ -fo sqljet/src/main/java/org/tmatesoft/sqljet/core/internal/lang BUILD_PROPERTIES=debian/_jh_build.sqljet/sqljet.build.properties; \ mkdir -p $$(dirname $$BUILD_PROPERTIES); \ cp sqljet/src/main/resources/sqljet.build.properties $$BUILD_PROPERTIES; \ VERSION=$$(dpkg-parsechangelog | grep Version: | cut -d' ' -f 2); \ echo $$VERSION | { \ IFS='.-' read MAJOR MINOR MICRO DEBIAN; \ echo sqljet.version.major=$$MAJOR >> $$BUILD_PROPERTIES; \ echo sqljet.version.minor=$$MINOR >> $$BUILD_PROPERTIES; \ echo sqljet.version.micro=$$MICRO >> $$BUILD_PROPERTIES; \ echo sqljet.version.build=debian-$$DEBIAN >> $$BUILD_PROPERTIES; \ }; dh_auto_build override_dh_auto_clean: dh_auto_clean rm -f sqljet/src/main/java/org/tmatesoft/sqljet/core/internal/lang/Sql.tokens rm -f sqljet/src/main/java/org/tmatesoft/sqljet/core/internal/lang/SqlLexer.java rm -f sqljet/src/main/java/org/tmatesoft/sqljet/core/internal/lang/SqlParser.java debian/changelog0000644000000000000000000000107112145013272011034 0ustar sqljet (1.1.4-2) unstable; urgency=low * Team upload. * Upload to unstable. -- tony mancill Wed, 15 May 2013 16:13:34 -0700 sqljet (1.1.4-1) experimental; urgency=low * New upstream release. * Removed minified prettify files that lacked source code. * Renamed d/README.Debian-source to d/README.source. -- Jakub Adam Mon, 30 Jul 2012 16:59:24 +0200 sqljet (1.1.3-1) experimental; urgency=low * Initial release. (Closes: #563123) -- Jakub Adam Tue, 10 Jul 2012 21:36:35 +0200 debian/javabuild0000644000000000000000000000003312145013272011043 0ustar sqljet.jar sqljet/src/main debian/libsqljet-java.jlibs0000644000000000000000000000001312145013272013112 0ustar sqljet.jar debian/source/0000755000000000000000000000000012145013272010463 5ustar debian/source/format0000644000000000000000000000001412145013272011671 0ustar 3.0 (quilt) debian/README.source0000644000000000000000000000127112145013272011343 0ustar The upstream tarball has been modified as follows: * Binary gradle-wrapper.jar was removed * SqlLexer.java, SqlParser.java and Sql.tokens were removed as they are generated from Sql.g * tsrc.tar.gz was removed as it contains a duplicate copy of a part of SQLite C source code * Removed prettify.js and prettify.css from sqljet-distribution/src/main/site. These files are minified and lack uncompressed source form. In case anyone will want to use the contents of sqljet-distribution folder, sources of Prettify can be downloaded from [1]. None of these files is required for building the actual Debian packages. [1] http://code.google.com/p/google-code-prettify/ debian/compat0000644000000000000000000000000212145013272010361 0ustar 9 debian/libsqljet-java-doc.javadoc0000644000000000000000000000001112145013272014157 0ustar internal debian/copyright0000644000000000000000000000067712145013272011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: SQLJet Source: http://sqljet.com Files: * Copyright: 2008-2011, TMate Software Ltd. License: GPL-2 Files: debian/* Copyright: 2012, Debian Java Maintainers License: GPL-2 License: GPL-2 On a Debian system, full text of the GNU General Public License v 2.0 can be found at /usr/share/common-licenses/GPL-2. debian/gbp.conf0000644000000000000000000000003412145013272010577 0ustar [DEFAULT] compression=bzip2 debian/control0000644000000000000000000000275112145013272010573 0ustar Source: sqljet Maintainer: Debian Java Maintainers Uploaders: Jakub Adam Section: java Priority: optional Build-Depends: debhelper (>> 9~), default-jdk, javahelper, antlr3 Standards-Version: 3.9.3 Homepage: http://sqljet.com/ Vcs-Git: git://git.debian.org/git/pkg-java/sqljet.git Vcs-Browser: http://git.debian.org/?p=pkg-java/sqljet.git Package: libsqljet-java Architecture: all Depends: ${java:Depends}, ${misc:Depends} Recommends: ${java:Recommends} Description: Pure Java implementation of SQLite database management system SQLJet is a software library that provides API that enables Java application to read and modify SQLite databases. SQLJet does not support SQL queries; there is an API to work with the database on a lower level. . SQLJet Major Features: . * Fine-grained API to create, read and modify SQLite databases. * Database format is fully compatible with SQLite 3.6. * No native binaries are needed. * Current version only supports SQL in schema. Package: libsqljet-java-doc Section: doc Architecture: all Depends: ${misc:Depends} Suggests: libsqljet-java (= ${binary:Version}) Description: API documentation for libsqljet-java SQLJet is a software library that provides API that enables Java application to read and modify SQLite databases. SQLJet does not support SQL queries; there is an API to work with the database on a lower level. . This package contains the Javadoc generated API documentation.