debian/0000755000000000000000000000000011730204315007162 5ustar debian/control0000644000000000000000000000160511730204351010567 0ustar Source: compass-slickmap-plugin Section: ruby Priority: optional Maintainer: Jonas Smedegaard Build-Depends: debhelper (>= 7), cdbs Standards-Version: 3.9.3 Homepage: https://github.com/tdreyno/compass-slickmap Vcs-Git: git://git.debian.org/git/collab-maint/compass-slickmap-plugin Vcs-Browser: http://git.debian.org/?p=collab-maint/compass-slickmap-plugin.git Package: compass-slickmap-plugin Architecture: all Depends: ${misc:Depends}, ruby-compass | ruby-sass Recommends: ruby-compass Description: Compass plugin implementing SlickMapCSS sitemap Compass is a framework for compiling CSS from similar yet more flexible Sass (either .sass or .scss) source files. . SlickMapCSS is a technique to visualize a sitemap using only unnumbered lists and clever crafted CSS. More info: http://astuteo.com/slickmap/ . This package contains an implementation of SlickmapCSS for Compass. debian/source/0000755000000000000000000000000011730204022010455 5ustar debian/source/format0000644000000000000000000000001411442224275011677 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000270511730204315011040 0ustar compass-slickmap-plugin (0.5.1.1-2) unstable; urgency=low * Update copyright file: + Update upstream URLs to use github account tdreyno (not tdrey). + Bump format to 1.0. * Bump standards-version to 3.9.3. * Remove debian/source/local-options; abort-on-upstream-changes and unapply-patches are default in dpkg-source since 1.16.1. -- Jonas Smedegaard Wed, 14 Mar 2012 22:07:56 +0100 compass-slickmap-plugin (0.5.1.1-1) unstable; urgency=low * New upstream release. * Update copyright file: + Drop obsolete comment about non-included license text. -- Jonas Smedegaard Tue, 20 Dec 2011 20:12:49 +0700 compass-slickmap-plugin (0.5.1-1) unstable; urgency=low * New upstream release. * Adjust install paths. * Bump policy compliance to standards-version 3.9.2. * Update package relations: + Depend on ruby-compass (not older libcompass-ruby). + Fallback-depend on ruby-sass, and recommend ruby-compass as well: recent Sass is shipped separately from Haml and supports Compass modules directly. * Update copyright file: + Update format to draft 174 of DEP5. + Consistently quote licenses in License comments. + Add main license: Expat. -- Jonas Smedegaard Mon, 04 Jul 2011 04:26:02 +0200 compass-slickmap-plugin (0.4.0-1) unstable; urgency=low * Initial release Closes: bug#618758. -- Jonas Smedegaard Fri, 18 Mar 2011 10:48:46 +0100 debian/compat0000644000000000000000000000000211522132201010351 0ustar 7 debian/watch0000644000000000000000000000013311540620421010207 0ustar version=3 http://githubredir.debian.net/github/tdreyno/compass-slickmap/ v([.0-9]*).tar.gz debian/copyright_hints0000644000000000000000000000140511730204157012326 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: Gemfile Rakefile compass-slickmap.gemspec debian/compat debian/control debian/control.in debian/install debian/source/format debian/watch lib/compass-slickmap.rb lib/compass-slickmap/stylesheets/_slickmap.scss lib/compass-slickmap/templates/project/manifest.rb lib/compass-slickmap/templates/project/sitemap.scss lib/compass-slickmap/version.rb Copyright: *No copyright* License: UNKNOWN FIXME Files: debian/rules Copyright: 2011, Jonas Smedegaard License: GPL-2+ FIXME Files: LICENSE Copyright: 2010, Thomas Reynolds HOLDERS BE License: MIT/X11 (BSD like) FIXME debian/copyright0000644000000000000000000000436311730204225011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: compass-slickmap Upstream-Contact: https://github.com/tdreyno/compass-slickmap/issues Thomas Reynolds Source: https://github.com/tdreyno/compass-slickmap/downloads git://github.com/tdreyno/compass-slickmap.git Files: * Copyright: 2010, Thomas Reynolds License: Expat Files: debian/* Copyright: 2011, Jonas Smedegaard License: GPL-2+ License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 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, 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. Comment: On Debian systems the 'GNU General Public License' version 2 is located in '/usr/share/common-licenses/GPL-2'. . You should have received a copy of the 'GNU General Public License' along with this program. If not, see . debian/install0000644000000000000000000000021511604174563010564 0ustar lib/compass-slickmap/stylesheets usr/share/compass/frameworks/slickmap lib/compass-slickmap/templates usr/share/compass/frameworks/slickmap debian/rules0000755000000000000000000000241011674104422010244 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright © 2011 Jonas Smedegaard # Description: Main Debian packaging script for compass-slickmap # # 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, 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 . include /usr/share/cdbs/1/rules/upstream-tarball.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/rules/debhelper.mk DEB_UPSTREAM_URL = http://githubredir.debian.net/github/tdreyno/compass-slickmap DEB_UPSTREAM_TARBALL_BASENAME = v$(DEB_UPSTREAM_TARBALL_VERSION) DEB_UPSTREAM_WGET_OPTS += --no-check-certificate DEB_UPSTREAM_TARBALL_MD5 = c2976da754a8e2870254960452405e4a common-binary-fixup-indep:: chmod -R a-x,a+X $(cdbs_curdestdir)/usr/share/compass/frameworks/* debian/control.in0000644000000000000000000000160511730204011011165 0ustar Source: compass-slickmap-plugin Section: ruby Priority: optional Maintainer: Jonas Smedegaard Build-Depends: debhelper (>= 7), cdbs Standards-Version: 3.9.3 Homepage: https://github.com/tdreyno/compass-slickmap Vcs-Git: git://git.debian.org/git/collab-maint/compass-slickmap-plugin Vcs-Browser: http://git.debian.org/?p=collab-maint/compass-slickmap-plugin.git Package: compass-slickmap-plugin Architecture: all Depends: ${misc:Depends}, ruby-compass | ruby-sass Recommends: ruby-compass Description: Compass plugin implementing SlickMapCSS sitemap Compass is a framework for compiling CSS from similar yet more flexible Sass (either .sass or .scss) source files. . SlickMapCSS is a technique to visualize a sitemap using only unnumbered lists and clever crafted CSS. More info: http://astuteo.com/slickmap/ . This package contains an implementation of SlickmapCSS for Compass.