debian/0000755000000000000000000000000011730202324007160 5ustar debian/control0000644000000000000000000000164111730202021010557 0ustar Source: compass-fancy-buttons-plugin Section: ruby Priority: optional Maintainer: Jonas Smedegaard Build-Depends: cdbs (>= 0.4.70~), devscripts, debhelper, dh-buildinfo Standards-Version: 3.9.3 Homepage: https://github.com/imathis/fancy-buttons Vcs-Git: git://git.debian.org/git/collab-maint/compass-fancy-buttons-plugin Vcs-Browser: http://git.debian.org/?p=collab-maint/compass-fancy-buttons-plugin.git Package: compass-fancy-buttons-plugin Architecture: all Depends: ${misc:Depends}, ruby-compass | ruby-sass Recommends: ruby-compass Description: Compass plugin implementing fancy CSS3 buttons Compass is a framework for compiling CSS from similar yet more flexible Sass (either .sass or .scss) source files. . Fancy Buttons helps you easily style buttons with beautiful CSS3 features like gradients, rounded corners, etc. Don't worry the buttons also degrade nicely for browsers not supporting CSS3. debian/source/0000755000000000000000000000000011730201704010461 5ustar debian/source/format0000644000000000000000000000001411442224275011677 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000260511730202324011035 0ustar compass-fancy-buttons-plugin (1.1.1~20120313-1) unstable; urgency=low * New upstream git snapshot. * Remove debian/source/local-options; abort-on-upstream-changes and unapply-patches are default in dpkg-source since 1.16.1. * Bump standards-version to 3.9.3. * Update copyright file: Bump format to 1.0. * Update package relations: + Relax build-dependency on cdbs (needlessly tight). + Relax build-depend unversioned on debhelper and devscripts (needed versions satisfied even in oldstable). -- Jonas Smedegaard Wed, 14 Mar 2012 21:50:59 +0100 compass-fancy-buttons-plugin (1.1.1~20110426-1) unstable; urgency=low * New upstream git snapshot. * 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. * Bump policy compliance to standards-version 3.9.2. * Update copyright file: + Update format to draft 174 of DEP5. + Consistently quote licenses in License comments. + Add main license: Expat. -- Jonas Smedegaard Tue, 05 Jul 2011 22:54:53 +0200 compass-fancy-buttons-plugin (1.0.5+20110122-1) unstable; urgency=low * Initial release Closes: bug#620913. -- Jonas Smedegaard Tue, 05 Apr 2011 04:36:54 +0200 debian/compat0000644000000000000000000000000211522132201010351 0ustar 7 debian/watch0000644000000000000000000000013011546473410010216 0ustar version=3 http://githubredir.debian.net/github/imathis/fancy-buttons/ v([.0-9]*).tar.gz debian/copyright_hints0000644000000000000000000000202711730202016012317 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: CHANGELOG.markdown Gemfile README.markdown Rakefile VERSION.yml debian/compat debian/control debian/control.in debian/install debian/source/format debian/watch example/button-advanced.html example/button-basics.html example/color-test.html example/config.rb example/images/button_bg.png example/sass/_page-styles.scss example/sass/button-advanced.scss example/sass/button-basics.scss example/sass/buttons.sass example/sass/ie6.sass fancy-buttons.gemspec lib/fancy-buttons.rb lib/stylesheets/_fancy-buttons.sass lib/stylesheets/_fancy-gradient.sass lib/stylesheets/_fancy_buttons.sass lib/templates/project/button_bg.png lib/templates/project/ie6.sass lib/templates/project/manifest.rb lib/version.rb Copyright: *No copyright* License: UNKNOWN FIXME Files: debian/rules Copyright: 2011, Jonas Smedegaard License: GPL-2+ FIXME debian/copyright0000644000000000000000000000516311730202050011114 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Fancy Buttons Upstream-Contact: https://github.com/imathis/fancy-buttons/issues Brandon Mathis Source: https://github.com/imathis/fancy-buttons/downloads git://github.com/imathis/fancy-buttons.git Files: * Copyright: Brandon Mathis License: Expat I've looked at this and it appears that my license isn't specified. It should be listed as MIT which should give you the freedom you're looking for. I'll make that amendment when I get a chance. Comment: Above statement was received by private email <18FA8384B808433BAA5A93FC135CB068@me.com>, and assumably the referenced license is same as for Compass itself, i.e. the original Expat license. 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/install0000644000000000000000000000016411546474672010600 0ustar lib/stylesheets usr/share/compass/frameworks/fancy-buttons lib/templates usr/share/compass/frameworks/fancy-buttons debian/rules0000755000000000000000000000267211730201543010251 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright © 2011 Jonas Smedegaard # Description: Main Debian packaging script for compass-fancy-buttons # # 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/imathis/fancy-buttons # FIXME: when tagged upstream change to v$(DEB_UPSTREAM_TARBALL_VERSION) DEB_UPSTREAM_TARBALL_BASENAME = 0~master DEB_UPSTREAM_WGET_OPTS += --no-check-certificate DEB_UPSTREAM_TARBALL_MD5 = 14289ba84772795285b8749f1407c9bd DEB_INSTALL_CHANGELOGS_ALL = CHANGELOG.markdown DEB_INSTALL_DOCS_ALL = README.markdown DEB_INSTALL_EXAMPLES_ALL += example/* common-binary-fixup-indep:: chmod -R a-x,a+X $(cdbs_curdestdir)/usr/share/compass/frameworks/* debian/control.in0000644000000000000000000000155611730201761011203 0ustar Source: compass-fancy-buttons-plugin Section: ruby Priority: optional Maintainer: Jonas Smedegaard Build-Depends: @cdbs@ Standards-Version: 3.9.3 Homepage: https://github.com/imathis/fancy-buttons Vcs-Git: git://git.debian.org/git/collab-maint/compass-fancy-buttons-plugin Vcs-Browser: http://git.debian.org/?p=collab-maint/compass-fancy-buttons-plugin.git Package: compass-fancy-buttons-plugin Architecture: all Depends: ${misc:Depends}, ruby-compass | ruby-sass Recommends: ruby-compass Description: Compass plugin implementing fancy CSS3 buttons Compass is a framework for compiling CSS from similar yet more flexible Sass (either .sass or .scss) source files. . Fancy Buttons helps you easily style buttons with beautiful CSS3 features like gradients, rounded corners, etc. Don't worry the buttons also degrade nicely for browsers not supporting CSS3.