summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Quigley <tsimonq2@debian.org>2026-06-26 17:20:12 -0500
committergit-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com>2026-06-27 04:40:07 +0000
commit6d5d8dd7ab1e4189b71cc2560d3bd80edbefaab0 (patch)
tree6bd19e3ea3411efefddad90fb800fca34d83ac19
parent18c4ea40b0204d69b912d9174d6970a3e15fc7cc (diff)
Imported using git-ubuntu import.
Notes
Notes: * Team upload. [ Lucas Nussbaum ] * debian/gbp.conf: Add for DEP-14 * debian/gbp.conf: remove trailing empty lines * debian/.gitattributes: remove * debian/salsa-ci.yml: use team-specific include [ Simon Quigley ] * Upgrade the watch file to version 5. * Add an upstream metadata file. * Refresh the rules file. * Refresh the copyright file. * Drop {XS,XB}-Ruby-Versions from control. * Update Standards-Version to 4.7.4. * Bump debhelper-compat to 14, dropping ${misc:Depends}, ${shlibs:Depends}, and ${ruby:Depends} from runtime dependencies. * Mark as Multi-Arch: foreign.
-rw-r--r--debian/changelog23
-rw-r--r--debian/control14
-rw-r--r--debian/copyright7
-rw-r--r--debian/gbp.conf4
-rwxr-xr-xdebian/rules14
-rw-r--r--debian/salsa-ci.yml3
-rw-r--r--debian/upstream/metadata7
-rw-r--r--debian/watch5
8 files changed, 49 insertions, 28 deletions
diff --git a/debian/changelog b/debian/changelog
index 3e86eb3..4e2842f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,26 @@
+ruby-ejs (1.1.1-4) unstable; urgency=medium
+
+ * Team upload.
+
+ [ Lucas Nussbaum ]
+ * debian/gbp.conf: Add for DEP-14
+ * debian/gbp.conf: remove trailing empty lines
+ * debian/.gitattributes: remove
+ * debian/salsa-ci.yml: use team-specific include
+
+ [ Simon Quigley ]
+ * Upgrade the watch file to version 5.
+ * Add an upstream metadata file.
+ * Refresh the rules file.
+ * Refresh the copyright file.
+ * Drop {XS,XB}-Ruby-Versions from control.
+ * Update Standards-Version to 4.7.4.
+ * Bump debhelper-compat to 14, dropping ${misc:Depends},
+ ${shlibs:Depends}, and ${ruby:Depends} from runtime dependencies.
+ * Mark as Multi-Arch: foreign.
+
+ -- Simon Quigley <tsimonq2@debian.org> Fri, 26 Jun 2026 17:20:12 -0500
+
ruby-ejs (1.1.1-3) unstable; urgency=medium
* Team upload.
diff --git a/debian/control b/debian/control
index 9ef3823..85d033d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,25 +1,17 @@
Source: ruby-ejs
Section: ruby
-Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Balasankar C <balasankarc@autistici.org>
-Build-Depends: debhelper-compat (= 13),
- gem2deb,
- rake,
- ruby-execjs
-Standards-Version: 3.9.7
+Build-Depends: debhelper-compat (= 14), gem2deb, rake, ruby-execjs
+Standards-Version: 4.7.4
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-ejs.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-ejs
Homepage: https://github.com/sstephenson/ruby-ejs/
Testsuite: autopkgtest-pkg-ruby
-XS-Ruby-Versions: all
Package: ruby-ejs
Architecture: all
-XB-Ruby-Versions: ${ruby:Versions}
-Depends: ruby:any | ruby-interpreter,
- ${misc:Depends},
- ${shlibs:Depends}
+Multi-Arch: foreign
Description: EJS (Embedded JavaScript) template compiler
Compile and evaluate EJS (Embedded JavaScript) templates from Ruby.
EJS templates embed JavaScript code inside <% ... %> tags, much
diff --git a/debian/copyright b/debian/copyright
index 1f53bab..a59de47 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,13 +3,16 @@ Upstream-Name: ejs
Source: https://github.com/sstephenson/ruby-ejs
Files: *
-Copyright: 2011 Sam Stephenson<sstephenson@gmail.com>
+Copyright: 2011 Sam Stephenson <sstephenson@gmail.com>
License: Expat
Files: debian/*
Copyright: 2014 Balasankar C <balasankarc@autistici.org>
+ 2016 Christian Hofstaedtler <zeha@debian.org>
+ 2025 Lucas Nussbaum <lucas@debian.org>
+ 2026 Simon Quigley <tsimonq2@debian.org>
License: Expat
-Comment: the Debian packaging is licensed under the same terms as the original package.
+Comment: The Debian packaging is licensed under the same terms as the original package.
License: Expat
Permission is hereby granted, free of charge, to any person obtaining a copy
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..6b65fe0
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,4 @@
+[DEFAULT]
+debian-branch = debian/latest
+upstream-branch = upstream/latest
+pristine-tar = True
diff --git a/debian/rules b/debian/rules
index d81794d..4e91465 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,7 @@
#!/usr/bin/make -f
-#export DH_VERBOSE=1
-#
-# Uncomment to ignore all test failures (but the tests will run anyway)
-#export DH_RUBY_IGNORE_TESTS=all
-#
-# Uncomment to ignore some test failures (but the tests will run anyway).
-# Valid values:
-#export DH_RUBY_IGNORE_TESTS=ruby2.1 require-rubygems
-#
-# If you need to specify the .gemspec (eg there is more than one)
-#export DH_RUBY_GEMSPEC=gem.gemspec
+
+export GEM2DEB_TEST_RUNNER = --check-dependencies
+export DH_RUBY = --gem-install
%:
dh $@ --buildsystem=ruby --with ruby
diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml
index 33c3a64..7b5d2f7 100644
--- a/debian/salsa-ci.yml
+++ b/debian/salsa-ci.yml
@@ -1,4 +1,3 @@
---
include:
- - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
- - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
+ - https://salsa.debian.org/ruby-team/meta/raw/master/salsa-ci.yml
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..0aee499
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,7 @@
+---
+Archive: GitHub
+Bug-Database: https://github.com/sstephenson/ruby-ejs/issues
+Bug-Submit: https://github.com/sstephenson/ruby-ejs/issues
+Changelog: https://github.com/sstephenson/ruby-ejs/tags
+Repository: https://github.com/sstephenson/ruby-ejs.git
+Repository-Browse: https://github.com/sstephenson/ruby-ejs
diff --git a/debian/watch b/debian/watch
index f21d23c..c9e8fa5 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
-version=4
-http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/ejs .*/ejs-(.*).tar.gz
+Version: 5
+Source: https://gemwatch.debian.net/ejs
+Matching-Pattern: .*/ejs-(.*).tar.gz