diff options
| author | Lucas Kanashiro <kanashiro@ubuntu.com> | 2024-09-08 14:54:00 -0300 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2024-09-08 18:13:14 +0000 |
| commit | 6f87613eaf7f41fa7f33a57505b4f9dfd4bcb035 (patch) | |
| tree | 9702309046017def5aa0cafe236f3ab5c0854f92 | |
| parent | a9161f9d0c41fdcaf86e9752447b12985e6ee0ab (diff) | |
0.5.0-2.1ubuntu1 (patches unapplied)HEADimport/0.5.0-2.1ubuntu1ubuntu/stonking-develubuntu/stonkingubuntu/resolute-develubuntu/resoluteubuntu/questing-develubuntu/questingubuntu/plucky-develubuntu/pluckyubuntu/oracular-proposedubuntu/oracular-develubuntu/oracularubuntu/devel
Imported using git-ubuntu import.
Notes
Notes:
* d/rules: switch to --gem-install layout.
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/control | 3 | ||||
| -rwxr-xr-x | debian/rules | 2 |
3 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index ac53cae..074114e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ruby-orm-adapter (0.5.0-2.1ubuntu1) oracular; urgency=medium + + * d/rules: switch to --gem-install layout. + + -- Lucas Kanashiro <kanashiro@ubuntu.com> Sun, 08 Sep 2024 14:54:00 -0300 + ruby-orm-adapter (0.5.0-2.1) unstable; urgency=medium * Non maintainer upload by the Reproducible Builds team. diff --git a/debian/control b/debian/control index 457f0b0..fe71d01 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,8 @@ Source: ruby-orm-adapter Section: ruby Priority: optional -Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org> +Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> +XSBC-Original-Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org> Uploaders: Pirate Praveen <praveen@debian.org> Build-Depends: debhelper (>= 7.0.50~), gem2deb, diff --git a/debian/rules b/debian/rules index 3c8863c..9dc46b8 100755 --- a/debian/rules +++ b/debian/rules @@ -14,6 +14,8 @@ # Uncomment to check dependencies during build: # export GEM2DEB_TEST_RUNNER = --check-dependencies +export DH_RUBY = --gem-install + %: dh $@ --buildsystem=ruby --with ruby |
