debian/0000755000000000000000000000000012210146664007170 5ustar debian/control0000644000000000000000000000276612210146414010577 0ustar Source: compass-breakpoint-plugin Section: web Priority: optional Maintainer: Jonas Smedegaard Build-Depends: cdbs, devscripts, debhelper, dh-buildinfo, gem2deb Standards-Version: 3.9.4 Homepage: https://github.com/Team-Sass/breakpoint Vcs-Git: git://anonscm.debian.org/git/collab-maint/compass-breakpoint-plugin Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/compass-breakpoint-plugin.git XS-Ruby-Versions: all Package: compass-breakpoint-plugin Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends} XB-Ruby-Versions: ${ruby:Versions} Description: really simple media queries with Sass Compass is a CSS authoring framework which uses the Sass stylesheet language to make writing stylesheets powerful and easy. . Breakpoint makes writing media queries in Sass super simple. Create a variable using a simplified syntax based on most commonly used media queries, then call it using the `breakpoint` mixin. Breakpoint handles all of the heavy lifting, from writing the media query itself, to handling cross-browser compatibility issues, so you can focus on what's important: making sure your website looks its best. . Breakpoint also allows you to get the context of your media queries from your code, allowing you to write dynamic mixins based on their media query context. . Additionally, Breakpoint includes Respond-To syntax for the semantic awesomeness of string names to identify your queries as opposed to variables, and for dynamically generating media queries. debian/source/0000755000000000000000000000000012130341602010456 5ustar debian/source/format0000644000000000000000000000001412130341602011664 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000025512210146664011044 0ustar compass-breakpoint-plugin (2.0.6-1) unstable; urgency=low * Initial release. Closes: bug#705206. -- Jonas Smedegaard Fri, 30 Aug 2013 18:52:03 +0200 debian/README.source0000644000000000000000000000056312121764047011355 0ustar CDBS+git-buildpackage --------------------- This source package uses CDBS and git-buildpackage. NMUs need not (but are encouraged to) make special use of these tools. In particular, the debian/control.in file can be completely ignored. More info here: http://wiki.debian.org/CDBS+git-buildpackage -- Jonas Smedegaard Mon, 18 Feb 2013 12:55:37 +0100 debian/compat0000644000000000000000000000000212130341602010354 0ustar 8 debian/watch0000644000000000000000000000013112210134301010175 0ustar version=3 https://github.com/Team-Sass/breakpoint/tags .*/archive/v?(\d[\d\.]+)\.tar\.gz debian/copyright_hints0000644000000000000000000000312312210140242012311 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 CONTRIBUTING.md bower.json breakpoint.gemspec debian/README.source debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format debian/watch lib/breakpoint.rb stylesheets/_breakpoint.scss stylesheets/breakpoint/_context.scss stylesheets/breakpoint/_helpers.scss stylesheets/breakpoint/_no-query.scss stylesheets/breakpoint/_parsers.scss stylesheets/breakpoint/_respond-to.scss stylesheets/breakpoint/parsers/_double.scss stylesheets/breakpoint/parsers/_query.scss stylesheets/breakpoint/parsers/_resolution.scss stylesheets/breakpoint/parsers/_single.scss stylesheets/breakpoint/parsers/_triple.scss stylesheets/breakpoint/parsers/double/_default-pair.scss stylesheets/breakpoint/parsers/double/_default.scss stylesheets/breakpoint/parsers/double/_double-string.scss stylesheets/breakpoint/parsers/resolution/_resolution.scss stylesheets/breakpoint/parsers/single/_default.scss stylesheets/breakpoint/parsers/triple/_default.scss test/Gemfile test/Gemfile.lock test/config.rb test/config.ru test/css/ie.css test/css/style.css test/sass/ie.scss test/sass/style.scss test/views/_layout.haml test/views/index.html.haml test/views/layouts/default.haml Copyright: *No copyright* License: UNKNOWN FIXME Files: README.markdown Copyright: *No copyright* License: Expat FIXME Files: debian/rules Copyright: 2013, Jonas Smedegaard License: GPL-3+ FIXME debian/copyright0000644000000000000000000000501612210146642011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Breakpoint Upstream-Contact: https://github.com/Team-Sass/breakpoint/issues Source: https://github.com/Team-Sass/breakpoint git://github.com/Team-Sass/breakpoint Files: * Copyright: Mason Wendell Sam Richard License: Expat or GPL-2 Comment: License: . Licensed under MIT/GPL. . GPL2 license: http://www.gnu.org/licenses/gpl-2.0.html . MIT license: http://www.opensource.org/licenses/mit-license.php Files: debian/* Copyright: 2013, Jonas Smedegaard License: GPL-3+ 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 Comment: . On Debian systems the 'GNU General Public License' version 2 is located in '/usr/share/common-licenses/GPL-2'. License: GPL-3+ 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 3, 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 3 is located in '/usr/share/common-licenses/GPL-3'. . You should have received a copy of the 'GNU General Public License' along with this program. If not, see . debian/gbp.conf0000644000000000000000000000021512130341602010573 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True [git-import-orig] filter = .gitignore debian/rules0000755000000000000000000000337312210146353010251 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright © 2013 Jonas Smedegaard # Description: Main Debian packaging script for Breakpoint # # 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 3, 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 pkg = $(DEB_SOURCE_PACKAGE) DEB_UPSTREAM_URL = https://github.com/Team-Sass/breakpoint/archive DEB_UPSTREAM_TARBALL_BASENAME = v$(DEB_UPSTREAM_TARBALL_VERSION) CDBS_BUILD_DEPENDS +=, gem2deb CDBS_DEPENDS_$(pkg) +=, ruby | ruby-interpreter CDBS_DEPENDS_$(pkg) +=, ruby-compass (>= 0.12.1~), ruby-sass (>= 3.2.0~) DEB_DH_INSTALL_ARGS_$(pkg) = stylesheets usr/share/compass/frameworks/breakpoint DEB_INSTALL_DOCS_ALL += README.markdown configure/$(pkg):: debian/stamp-ruby-gem-configure debian/stamp-ruby-gem-configure: dh_ruby --configure touch $@ build/$(pkg):: debian/stamp-ruby-gem-build debian/stamp-ruby-gem-build: dh_ruby --build touch $@ install/$(pkg):: debian/stamp-ruby-gem-install debian/stamp-ruby-gem-install: dh_ruby --install touch $@ clean:: dh_ruby --clean rm -f $(patsubst %,debian/stamp-ruby-gem-%,configure build install) debian/control.in0000644000000000000000000000270612210141363011174 0ustar Source: compass-breakpoint-plugin Section: web Priority: optional Maintainer: Jonas Smedegaard Build-Depends: @cdbs@ Standards-Version: 3.9.4 Homepage: https://github.com/Team-Sass/breakpoint Vcs-Git: git://anonscm.debian.org/git/collab-maint/compass-breakpoint-plugin Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/compass-breakpoint-plugin.git XS-Ruby-Versions: all Package: compass-breakpoint-plugin Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends} XB-Ruby-Versions: ${ruby:Versions} Description: really simple media queries with Sass Compass is a CSS authoring framework which uses the Sass stylesheet language to make writing stylesheets powerful and easy. . Breakpoint makes writing media queries in Sass super simple. Create a variable using a simplified syntax based on most commonly used media queries, then call it using the `breakpoint` mixin. Breakpoint handles all of the heavy lifting, from writing the media query itself, to handling cross-browser compatibility issues, so you can focus on what's important: making sure your website looks its best. . Breakpoint also allows you to get the context of your media queries from your code, allowing you to write dynamic mixins based on their media query context. . Additionally, Breakpoint includes Respond-To syntax for the semantic awesomeness of string names to identify your queries as opposed to variables, and for dynamically generating media queries.