diff options
| author | Kahue Will Leal Bandeira <kahue@alunos.utfpr.edu.br> | 2025-12-01 00:09:07 -0300 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2025-12-01 16:40:47 +0000 |
| commit | b98a2d952ef8c53fa2af39b301c330ca6c78b0d7 (patch) | |
| tree | 9abf8cd2b6b6273320f51019ba56c6e35344081f | |
| parent | 60acf79059ad58fb234ded9d156f26c4e545d34c (diff) | |
0.0.1-3 (patches unapplied)HEADimport/0.0.1-3ubuntu/resolute-proposedubuntu/resolute-develubuntu/develdebian/sid
Imported using git-ubuntu import.
Notes
Notes:
* QA upload.
* debian/control:
- Bump Standards-Version to "4.7.2".
- Remove extension prefix of Ruby-Versions field.
- Replace ruby-interpreter by ${ruby:Depends}.
* debian/copyright: Update packaging copyright information.
* debian/upstream/metadata: Add more fields.
* QA Upload.
Orphan package - see bug 1000992.
* Bump debhelper from old 11 to 13.
* Set debhelper-compat version in Build-Depends.
* Set upstream metadata fields: Repository-Browse.
| -rw-r--r-- | debian/changelog | 22 | ||||
| -rw-r--r-- | debian/compat | 1 | ||||
| -rw-r--r-- | debian/control | 13 | ||||
| -rw-r--r-- | debian/copyright | 3 | ||||
| -rw-r--r-- | debian/upstream/metadata | 4 |
5 files changed, 34 insertions, 9 deletions
diff --git a/debian/changelog b/debian/changelog index ba76b6d..78bc85c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +ruby-stringify-hash (0.0.1-3) unstable; urgency=medium + + * QA upload. + * debian/control: + - Bump Standards-Version to "4.7.2". + - Remove extension prefix of Ruby-Versions field. + - Replace ruby-interpreter by ${ruby:Depends}. + * debian/copyright: Update packaging copyright information. + * debian/upstream/metadata: Add more fields. + + -- Kahue Will Leal Bandeira <kahue@alunos.utfpr.edu.br> Mon, 01 Dec 2025 00:09:07 -0300 + +ruby-stringify-hash (0.0.1-2) UNRELEASED; urgency=low + + * QA Upload. + Orphan package - see bug 1000992. + * Bump debhelper from old 11 to 13. + * Set debhelper-compat version in Build-Depends. + * Set upstream metadata fields: Repository-Browse. + + -- Debian Janitor <janitor@jelmer.uk> Thu, 29 Sep 2022 12:34:56 -0000 + ruby-stringify-hash (0.0.1-1) unstable; urgency=medium * Initial release (Closes: #914973) diff --git a/debian/compat b/debian/compat deleted file mode 100644 index b4de394..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -11 diff --git a/debian/control b/debian/control index effecb2..4556701 100644 --- a/debian/control +++ b/debian/control @@ -1,24 +1,23 @@ Source: ruby-stringify-hash Section: ruby Priority: optional -Maintainer: Freexian Packaging Team <team+freexian@tracker.debian.org> -Uploaders: Sebastien Delafond <seb@debian.org> -Build-Depends: debhelper (>= 11), +Maintainer: Debian QA Group <packages@qa.debian.org> +Build-Depends: debhelper-compat (= 13), gem2deb, rake, ruby-rspec, ruby-simplecov -Standards-Version: 4.2.1 +Standards-Version: 4.7.2 Homepage: https://github.com/puppetlabs/stringify-hash Vcs-Browser: https://salsa.debian.org/debian/ruby-stringify-hash Vcs-Git: https://salsa.debian.org/debian/ruby-stringify-hash.git -XS-Ruby-Versions: all +Ruby-Versions: all Testsuite: autopkgtest-pkg-ruby Package: ruby-stringify-hash Architecture: all -XB-Ruby-Versions: ${ruby:Versions} -Depends: ruby | ruby-interpreter, ${shlibs:Depends}, ${misc:Depends} +Ruby-Versions: ${ruby:Versions} +Depends: ruby, ${ruby:Depends}, ${shlibs:Depends}, ${misc:Depends} Description: ruby hash object that treats symbols and strings interchangeably A ruby hash object that treats symbols and strings interchangeably, and also recursively merges hashes. diff --git a/debian/copyright b/debian/copyright index 3159356..e4a6a6b 100644 --- a/debian/copyright +++ b/debian/copyright @@ -7,7 +7,8 @@ Copyright: Alice Nodelman License: Apache-2.0 Files: debian/* -Copyright: 2018 Sebastien Delafond <seb@debian.org> +Copyright: 2018 Sébastien Delafond <seb@debian.org> + 2025 Kahue Will Leal Bandeira <kahue@alunos.utfpr.edu.br> License: Apache-2.0 License: Apache-2.0 diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 0000000..e0b1d44 --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1,4 @@ +Bug-Database: https://github.com/puppetlabs-toy-chest/stringify-hash/issues +Name: stringify-hash +Repository: https://github.com/puppetlabs-toy-chest/stringify-hash.git +Repository-Browse: https://github.com/puppetlabs-toy-chest/stringify-hash |
