diff -Nru compass-sassy-maps-plugin-0.4.0/debian/changelog compass-sassy-maps-plugin-0.4.0/debian/changelog --- compass-sassy-maps-plugin-0.4.0/debian/changelog 2021-01-06 21:07:36.000000000 +0000 +++ compass-sassy-maps-plugin-0.4.0/debian/changelog 2021-03-02 11:14:27.000000000 +0000 @@ -1,9 +1,23 @@ -compass-sassy-maps-plugin (0.4.0-5.1) unstable; urgency=medium +compass-sassy-maps-plugin (0.4.0-6) unstable; urgency=medium - * Non maintainer upload by the Reproducible Builds team. - * No source change upload to rebuild on buildd with .buildinfo files. + * stop depend on ruby ruby-sass + * simplify rules; + stop build-depend on cdbs dh-buildinfo licensecheck + * relax to build-depend unversioned on ruby-sass: + needed version satisfied in all supported releases of Debian + * update Vcs-* fields, reflecting move to Salsa + * set Rules-Requires-Root: no + * declare compliance with Debian Policy 4.5.1 + * include sass files below /usr/share/sass; + provide virtual package sass-stylesheets-sassy-maps + * use debhelper compatibility level 13 (not 9); + build-depend on debhelper-compat (not debhelper) + * copyright info: + + use https protocol in Format URL + + update coverage + * add source helper script copyright-check - -- Holger Levsen Wed, 06 Jan 2021 22:07:36 +0100 + -- Jonas Smedegaard Tue, 02 Mar 2021 12:14:27 +0100 compass-sassy-maps-plugin (0.4.0-5) unstable; urgency=medium diff -Nru compass-sassy-maps-plugin-0.4.0/debian/compat compass-sassy-maps-plugin-0.4.0/debian/compat --- compass-sassy-maps-plugin-0.4.0/debian/compat 2016-06-18 18:43:33.000000000 +0000 +++ compass-sassy-maps-plugin-0.4.0/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -9 diff -Nru compass-sassy-maps-plugin-0.4.0/debian/control compass-sassy-maps-plugin-0.4.0/debian/control --- compass-sassy-maps-plugin-0.4.0/debian/control 2017-01-23 12:47:21.000000000 +0000 +++ compass-sassy-maps-plugin-0.4.0/debian/control 2021-03-02 11:11:40.000000000 +0000 @@ -3,23 +3,24 @@ Priority: optional Maintainer: Debian Sass team Uploaders: Jonas Smedegaard -Build-Depends: cdbs, - licensecheck, - debhelper, - dh-buildinfo, +Build-Depends: + debhelper-compat (= 13), gem2deb, ruby | ruby-interpreter, - ruby-sass (>= 3.4) -Standards-Version: 3.9.8 + ruby-sass, +Standards-Version: 4.5.1 Homepage: https://github.com/at-import/sassy-maps -Vcs-Git: https://anonscm.debian.org/git/pkg-sass/compass-sassy-maps-plugin.git -Vcs-Browser: https://anonscm.debian.org/git/pkg-sass/compass-sassy-maps-plugin.git +Vcs-Git: https://salsa.debian.org/sass-team/compass-sassy-maps-plugin.git +Vcs-Browser: https://salsa.debian.org/sass-team/compass-sassy-maps-plugin XS-Ruby-Versions: all +Rules-Requires-Root: no Package: compass-sassy-maps-plugin Architecture: all -Depends: ${cdbs:Depends}, +Depends: ${misc:Depends} +Provides: + sass-stylesheets-sassy-maps, XB-Ruby-Versions: ${ruby:Versions} Description: map helper functions for Sass maps Compass is a CSS authoring framework which uses the Sass stylesheet diff -Nru compass-sassy-maps-plugin-0.4.0/debian/control.in compass-sassy-maps-plugin-0.4.0/debian/control.in --- compass-sassy-maps-plugin-0.4.0/debian/control.in 2017-01-23 12:44:54.000000000 +0000 +++ compass-sassy-maps-plugin-0.4.0/debian/control.in 1970-01-01 00:00:00.000000000 +0000 @@ -1,23 +0,0 @@ -Source: compass-sassy-maps-plugin -Section: web -Priority: optional -Maintainer: Debian Sass team -Uploaders: Jonas Smedegaard -Build-Depends: @cdbs@ -Standards-Version: 3.9.8 -Homepage: https://github.com/at-import/sassy-maps -Vcs-Git: https://anonscm.debian.org/git/pkg-sass/compass-sassy-maps-plugin.git -Vcs-Browser: https://anonscm.debian.org/git/pkg-sass/compass-sassy-maps-plugin.git -XS-Ruby-Versions: all - -Package: compass-sassy-maps-plugin -Architecture: all -Depends: ${cdbs:Depends}, - ${misc:Depends} -XB-Ruby-Versions: ${ruby:Versions} -Description: map helper functions for Sass maps - Compass is a CSS authoring framework which uses the Sass stylesheet - language to make writing stylesheets powerful and easy. - . - Sassy Maps adds a variety of functions aimed at helping you work with - Sass maps much easier, including get-deep and set/set-deep. diff -Nru compass-sassy-maps-plugin-0.4.0/debian/copyright compass-sassy-maps-plugin-0.4.0/debian/copyright --- compass-sassy-maps-plugin-0.4.0/debian/copyright 2017-01-23 12:46:03.000000000 +0000 +++ compass-sassy-maps-plugin-0.4.0/debian/copyright 2021-03-02 11:12:15.000000000 +0000 @@ -1,11 +1,12 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Sassy Maps Upstream-Contact: https://github.com/at-import/sassy-maps/issues Source: https://github.com/at-import/sassy-maps git://github.com/at-import/sassy-maps Files: * -Copyright: Sam Richard +Copyright: + Sam Richard License: Expat Comment: Code simply declares license as "MIT", which is assumed to be same @@ -13,7 +14,8 @@ . Files: debian/* -Copyright: 2014,2016-2017, Jonas Smedegaard +Copyright: + 2014,2016-2017,2021, Jonas Smedegaard License-Grant: 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 diff -Nru compass-sassy-maps-plugin-0.4.0/debian/copyright-check compass-sassy-maps-plugin-0.4.0/debian/copyright-check --- compass-sassy-maps-plugin-0.4.0/debian/copyright-check 1970-01-01 00:00:00.000000000 +0000 +++ compass-sassy-maps-plugin-0.4.0/debian/copyright-check 2021-03-02 09:29:48.000000000 +0000 @@ -0,0 +1,3 @@ +#!/bin/sh + +licensecheck --check '.*' --recursive --copyright --deb-machine --ignore '^(debian/(changelog|copyright(_hints)?))$' --lines 0 -- * > debian/copyright_hints diff -Nru compass-sassy-maps-plugin-0.4.0/debian/copyright_hints compass-sassy-maps-plugin-0.4.0/debian/copyright_hints --- compass-sassy-maps-plugin-0.4.0/debian/copyright_hints 2017-01-23 12:47:20.000000000 +0000 +++ compass-sassy-maps-plugin-0.4.0/debian/copyright_hints 2021-03-02 11:04:08.000000000 +0000 @@ -1,24 +1,24 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME -Disclaimer: Autogenerated by CDBS +Disclaimer: Autogenerated by licensecheck Files: CONTRIBUTING.md Gemfile README.md Rakefile bower.json - debian/README.source debian/compat debian/control - debian/control.in + debian/docs debian/gbp.conf + debian/install debian/patches/2001-frameworks-below-usr-share.patch debian/patches/2002_avoid_git_in_gemspec.patch debian/patches/series + debian/rules debian/source/format - debian/source/lintian-overrides debian/watch examples/example.scss examples/index.html @@ -46,8 +46,13 @@ License: UNKNOWN FIXME -Files: debian/rules -Copyright: 2014, 2016-2017, Jonas Smedegaard -License: GPL-3+ +Files: debian/source/lintian-overrides +Copyright: +License: UNKNOWN + FIXME + +Files: debian/copyright-check +Copyright: --deb-machine --ignore '^(debian/(changelog|copyright(_hints)?))$' --lines 0 -- * > debian/copyright_hints +License: UNKNOWN FIXME diff -Nru compass-sassy-maps-plugin-0.4.0/debian/docs compass-sassy-maps-plugin-0.4.0/debian/docs --- compass-sassy-maps-plugin-0.4.0/debian/docs 1970-01-01 00:00:00.000000000 +0000 +++ compass-sassy-maps-plugin-0.4.0/debian/docs 2021-03-02 11:02:23.000000000 +0000 @@ -0,0 +1 @@ +README.md diff -Nru compass-sassy-maps-plugin-0.4.0/debian/install compass-sassy-maps-plugin-0.4.0/debian/install --- compass-sassy-maps-plugin-0.4.0/debian/install 1970-01-01 00:00:00.000000000 +0000 +++ compass-sassy-maps-plugin-0.4.0/debian/install 2021-03-02 11:01:40.000000000 +0000 @@ -0,0 +1 @@ +sass/* usr/share/compass/frameworks/sassy-maps/stylesheets diff -Nru compass-sassy-maps-plugin-0.4.0/debian/links compass-sassy-maps-plugin-0.4.0/debian/links --- compass-sassy-maps-plugin-0.4.0/debian/links 1970-01-01 00:00:00.000000000 +0000 +++ compass-sassy-maps-plugin-0.4.0/debian/links 2021-03-02 11:09:33.000000000 +0000 @@ -0,0 +1,3 @@ +/usr/share/compass/frameworks/sassy-maps/stylesheets/_memo.scss /usr/share/sass/_memo.scss +/usr/share/compass/frameworks/sassy-maps/stylesheets/_sassy-maps.scss /usr/share/sass/_sassy-maps.scss +/usr/share/compass/frameworks/sassy-maps/stylesheets/sassy-maps /usr/share/sass/sassy-maps diff -Nru compass-sassy-maps-plugin-0.4.0/debian/README.source compass-sassy-maps-plugin-0.4.0/debian/README.source --- compass-sassy-maps-plugin-0.4.0/debian/README.source 2014-05-01 16:01:40.000000000 +0000 +++ compass-sassy-maps-plugin-0.4.0/debian/README.source 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -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 diff -Nru compass-sassy-maps-plugin-0.4.0/debian/rules compass-sassy-maps-plugin-0.4.0/debian/rules --- compass-sassy-maps-plugin-0.4.0/debian/rules 2017-01-23 12:45:57.000000000 +0000 +++ compass-sassy-maps-plugin-0.4.0/debian/rules 2021-03-02 09:58:46.000000000 +0000 @@ -1,59 +1,4 @@ #!/usr/bin/make -f -# -*- mode: makefile; coding: utf-8 -*- -# Copyright © 2014, 2016-2017 Jonas Smedegaard -# Description: Main Debian packaging script for Sassy Maps -# -# 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/at-import/sassy-maps/archive -DEB_UPSTREAM_TARBALL_BASENAME = v$(DEB_UPSTREAM_TARBALL_VERSION) - -# needed during build -bdeps = gem2deb - -# needed during build and at runtime -deps = ruby | ruby-interpreter -deps +=, ruby-sass (>= 3.4) - -CDBS_BUILD_DEPENDS +=, $(bdeps), $(deps) -CDBS_DEPENDS_$(pkg) = $(deps) - -DEB_DH_INSTALL_ARGS_$(pkg) = sass/* usr/share/compass/frameworks/sassy-maps/stylesheets - -DEB_INSTALL_DOCS_ALL += README.md - -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) +%: + dh $@ --buildsystem=ruby --with ruby