debian/0000755000000000000000000000000012122147652007170 5ustar debian/watch0000644000000000000000000000021412122012140010175 0ustar version=3 opts=filenamemangle=s/spkg/tar.bz2/,dversionmangle=s/\+dfsg// http://www.sagemath.org/packages/standard/graphs-(\d[\.\dp]*)\.spkg debian/compat0000644000000000000000000000000212122012140010345 0ustar 9 debian/control0000644000000000000000000000150112122012140010547 0ustar Source: sagemath-database-graphs Maintainer: Debian Science Maintainers Uploaders: Julien Puydt Section: math Priority: optional Standards-Version: 3.9.3 Homepage: http://www.sagemath.org/packages/standard/ Build-Depends: debhelper (>= 9), sqlite3 Vcs-Git: git://git.debian.org/git/debian-science/packages/sagemath-database-graphs.git Vcs-Browser: http://git.debian.org/?p=debian-science/packages/sagemath-database-graphs.git Package: sagemath-database-graphs Architecture: all Multi-Arch: foreign Depends: ${misc:Depends} Description: Databases of graphs This package contains a database of graphs, created by Emily Kirkman based on the work of Jason Grout. It also contains the ISGCI graph database. . It is part of the sagemath software suite. debian/README.source0000644000000000000000000000057612122012140011336 0ustar README.source The +dfsg.orig.tar.bz2 upstream source tarball is obtained by: - renaming the .spkg to .tar.bz2 (the debian/watch file does this) - unpacking - removing all mercurial files (.hg*) - converting src/graphs.db to text using: sqlite3 graphs.db ".dump" > graphs.dump - removing graphs.db - renaming the directory with an appended +dfsg - repacking with a +dfsg version debian/rules0000755000000000000000000000031512122012140010226 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_build: sqlite3 src/graphs.db < src/graphs.dump override_dh_auto_clean: rm -f src/graphs.db override_dh_installchangelogs: dh_installchangelogs SPKG.txt debian/changelog0000644000000000000000000000027212122012140011022 0ustar sagemath-database-graphs (20120404.p4+dfsg-1) unstable; urgency=low * Initial release. (Closes: #703299) -- Julien Puydt Mon, 18 Mar 2013 22:24:13 +0100 debian/source/0000755000000000000000000000000012122012140010447 5ustar debian/source/format0000644000000000000000000000001412122012140011655 0ustar 3.0 (quilt) debian/install0000644000000000000000000000004212122012140010534 0ustar src/* /usr/share/sagemath/graphs/ debian/copyright0000644000000000000000000000216012122012140011101 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: graphs Upstream-Contact: R. Andrew Ohana Source: http://www.sagemath.org/packages/standard/ Files: debian/* Copyright: 2013, Julien Puydt License: GPL-2+ License: GPL-2+ 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 program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'