diff -Nru ruby-after-commit-queue-1.3.0/debian/changelog ruby-after-commit-queue-1.3.0/debian/changelog --- ruby-after-commit-queue-1.3.0/debian/changelog 2015-11-07 16:49:39.000000000 +0000 +++ ruby-after-commit-queue-1.3.0/debian/changelog 2018-11-22 10:26:26.000000000 +0000 @@ -1,3 +1,13 @@ +ruby-after-commit-queue (1.3.0-2) unstable; urgency=medium + + * Added debian/ruby-tests.rake. + * Added ruby-sqlite3 as build-deps to make tests works. + * Bump standard-version to 4.2.1 without any other changes. + * Update Vcs tags. + * Update watch file to fetch from upstream's github. + + -- Andrew Lee (李健秋) Thu, 22 Nov 2018 18:26:26 +0800 + ruby-after-commit-queue (1.3.0-1) unstable; urgency=medium * Initial release (Closes: #804348) diff -Nru ruby-after-commit-queue-1.3.0/debian/control ruby-after-commit-queue-1.3.0/debian/control --- ruby-after-commit-queue-1.3.0/debian/control 2015-11-07 16:48:58.000000000 +0000 +++ ruby-after-commit-queue-1.3.0/debian/control 2018-11-22 10:16:20.000000000 +0000 @@ -5,10 +5,11 @@ Uploaders: Pirate Praveen Build-Depends: debhelper (>= 9~), gem2deb, - ruby-activerecord (>= 3.0) -Standards-Version: 3.9.6 -Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-after-commit-queue.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-after-commit-queue.git + ruby-activerecord (>= 3.0), + ruby-sqlite3 +Standards-Version: 4.2.1 +Vcs-Git: https://salsa.debian.org/ruby-team/ruby-after-commit-queue.git +Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-after-commit-queue Homepage: https://github.com/shellycloud/after_commit_queue Testsuite: autopkgtest-pkg-ruby XS-Ruby-Versions: all @@ -25,5 +26,3 @@ . When using 'state_machine' it's hard to run a callback on event after the transaction is committed. after_commit_queue plugin addresses this problem. - - diff -Nru ruby-after-commit-queue-1.3.0/debian/ruby-tests.rake ruby-after-commit-queue-1.3.0/debian/ruby-tests.rake --- ruby-after-commit-queue-1.3.0/debian/ruby-tests.rake 1970-01-01 00:00:00.000000000 +0000 +++ ruby-after-commit-queue-1.3.0/debian/ruby-tests.rake 2018-11-22 09:01:07.000000000 +0000 @@ -0,0 +1,8 @@ +require 'gem2deb/rake/testtask' + +Gem2Deb::Rake::TestTask.new do |t| + t.libs << "test" + t.test_files = Dir["test/test-*.rb"] + Dir["test/*-test.rb"] + t.verbose = true +end + diff -Nru ruby-after-commit-queue-1.3.0/debian/watch ruby-after-commit-queue-1.3.0/debian/watch --- ruby-after-commit-queue-1.3.0/debian/watch 2015-11-07 16:48:59.000000000 +0000 +++ ruby-after-commit-queue-1.3.0/debian/watch 2018-11-22 10:25:41.000000000 +0000 @@ -1,2 +1,3 @@ version=3 -http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/after_commit_queue .*/after_commit_queue-(.*).tar.gz +opts="filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/v$1\.tar\.gz/" \ + https://github.com/Ragnarson/after_commit_queue/tags .*/v?(\d\S*)\.tar\.gz