ruby-generator-spec (0.9.3-1.1)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 0.9.3-2 > 0.9.3-1.1
- Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-generator-spec.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 86016
- Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-generator-spec.git
- Last scan: 2024-11-22 19:27:01+00
- Error: The Vcs URL git://anonscm.debian.org/pkg-ruby-extras/ruby-generator-spec.git is deprecated/defunct, https://anonscm.debian.org/git/pkg-ruby-extras/ruby-generator-spec.git was tried instead. Please update the Vcs field in debian/control.
- Next scan: 2024-11-23 19:04:00+00
- Debian changelog in Git:
ruby-generator-spec (0.9.3-2) UNRELEASED; urgency=medium
[ Cédric Boutillier ]
* Bump debhelper compatibility level to 9
* Use https:// in Vcs-* fields
* Bump Standards-Version to 3.9.7 (no changes needed)
[ Utkarsh Gupta ]
* Add salsa-ci.yml
[ Debian Janitor ]
* Use secure copyright file specification URI.
* Use secure URI in debian/watch.
* Bump debhelper from old 9 to 12.
* Set debhelper-compat version in Build-Depends.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* Update Vcs-* headers from URL redirect.
* Use canonical URL in Vcs-Git.
* Update watch file format version to 4.
* Remove constraints unnecessary since buster:
+ Build-Depends: Drop versioned constraint on ruby-activesupport and
ruby-railties.
+ ruby-generator-spec: Drop versioned constraint on ruby-activesupport and
ruby-railties in Depends.
-- Utkarsh Gupta <guptautkarsh2102@gmail.com> Tue, 13 Aug 2019 05:12:25 +0530
- This branch is 18 commits ahead of tag debian/0.9.3-1
- Git log:
commit bd1e683767129e6114d017bcf0e073cb777f4785
Author: Debian Janitor <janitor@jelmer.uk>
Date: Tue Sep 21 16:39:41 2021 +0000
Remove constraints unnecessary since buster
* Build-Depends: Drop versioned constraint on ruby-activesupport and ruby-railties.
* ruby-generator-spec: Drop versioned constraint on ruby-activesupport and ruby-railties in Depends.
Changes-By: deb-scrub-obsolete
commit 7aec5d10fd10f5137daa77b06242f19993554521
Author: Debian Janitor <janitor@jelmer.uk>
Date: Sun Nov 29 14:43:26 2020 +0000
Update watch file format version to 4.
Changes-By: lintian-brush
Fixes: lintian: older-debian-watch-file-standard
See-also: https://lintian.debian.org/tags/older-debian-watch-file-standard.html
commit fc72ae094c9c978f5c9e69f37a066623949e7d98
Author: Cédric Boutillier <boutil@debian.org>
Date: Thu Sep 3 20:20:52 2020 +0000
[ci skip] Add .gitattributes to keep unwanted files out of the source package
commit 2447e899507e6d4c9c4687df7657b314a4ff9bcf
Author: Cédric Boutillier <boutil@debian.org>
Date: Tue Sep 1 13:47:00 2020 +0000
[ci skip] Update team name
commit c95979c6e4c99926501f0e34a4870f8f0b84a5f7
Author: Debian Janitor <janitor@jelmer.uk>
Date: Sun Feb 23 15:03:32 2020 +0000
Use canonical URL in Vcs-Git.
Fixes: lintian: vcs-field-not-canonical
See-also: https://lintian.debian.org/tags/vcs-field-not-canonical.html
commit 0f3f87c4f8e5b74d26245f9a5002b712fcc12cca
Author: Debian Janitor <janitor@jelmer.uk>
Date: Sun Feb 23 15:03:04 2020 +0000
Update Vcs-* headers from URL redirect.
Fixes: lintian: vcs-obsolete-in-debian-infrastructure
See-also: https://lintian.debian.org/tags/vcs-obsolete-in-debian-infrastructure.html
commit 9fd2444d0c7d122c83eb3afff9d0210fee02c403
Author: Debian Janitor <janitor@jelmer.uk>
Date: Sun Feb 23 15:02:36 2020 +0000
Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse.
Fixes: lintian: upstream-metadata-file-is-missing
See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html
commit 32561efac21b06ce2664d1994be7ff263ca671ad
Author: Debian Janitor <janitor@jelmer.uk>
Date: Sun Feb 23 15:02:06 2020 +0000
Set debhelper-compat version in Build-Depends.
Fixes: lintian: uses-debhelper-compat-file
See-also: https://lintian.debian.org/tags/uses-debhelper-compat-file.html
commit e9e19b752b9e0be0cfb7ce289cb88059f526cfac
Author: Debian Janitor <janitor@jelmer.uk>
Date: Sun Feb 23 15:01:38 2020 +0000
Bump debhelper from old 9 to 12.
Fixes: lintian: package-uses-old-debhelper-compat-version
See-also: https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html
commit 61a2f9187ce0d26862d192e4903b9e1c868badf1
Author: Debian Janitor <janitor@jelmer.uk>
Date: Sun Feb 23 15:01:11 2020 +0000
Use secure URI in debian/watch.
Fixes: lintian: debian-watch-uses-insecure-uri
See-also: https://lintian.debian.org/tags/debian-watch-uses-insecure-uri.html
commit 0120e6b51a0be3e18ab77a288c41d983e5960e46
Author: Debian Janitor <janitor@jelmer.uk>
Date: Sun Feb 23 15:00:41 2020 +0000
Remove duplicate line from changelog.
commit 1b9a1e19fe9a208cd137e2a87f7ddb1d4c66d4a9
Author: Debian Janitor <janitor@jelmer.uk>
Date: Sun Feb 23 15:00:13 2020 +0000
Use secure copyright file specification URI.
Fixes: lintian: insecure-copyright-format-uri
See-also: https://lintian.debian.org/tags/insecure-copyright-format-uri.html
commit 81e577158e95f3ddfb9f7db30c097ffefde26f77
Author: Utkarsh Gupta <guptautkarsh2102@gmail.com>
Date: Tue Aug 13 05:12:25 2019 +0530
Update d/ch
commit 2da5dd6dc4a26eb7ff0ea46b1f7933035d911362
Author: Utkarsh Gupta <guptautkarsh2102@gmail.com>
Date: Tue Aug 13 05:12:24 2019 +0530
Add salsa-ci.yml
commit 1dbacc681d3d1abad71b9ff0903b1902a1a0dc62
Author: Cédric Boutillier <boutil@moszumanska.debian.org>
Date: Fri Mar 4 13:06:45 2016 +0000
Bump Standards-Version to 3.9.7 (no changes needed)
commit cca51b710be5e88f2f69810e981e901d424c7946
Author: Cédric Boutillier <boutil@moszumanska.debian.org>
Date: Fri Mar 4 12:50:44 2016 +0000
Use https:// in Vcs-* fields
commit 83e7cad406f386ad28c01bddb888bb38428e202a
Author: Cédric Boutillier <boutil@moszumanska.debian.org>
Date: Fri Mar 4 12:30:29 2016 +0000
Use https:// in Vcs-* fields
commit 07bbdaaa5e570fbd738e1bfc4a83e374d5723105
Author: Cédric Boutillier <boutil@moszumanska.debian.org>
Date: Fri Mar 4 11:07:21 2016 +0000
Bump debhelper compatibility level to 9