[DRE-maint] Bug#952960: buster-pu: package ruby-factory-girl-rails/4.7.0-1+deb10u1

Daniel Leidert dleidert at debian.org
Mon Mar 2 17:59:55 GMT 2020


Package: release.debian.org
Followup-For: Bug #952960

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

I've uploaded the fix to unstable and updated the diff (Vcs* fields changed,
see attached).

Regards, Daniel


- -- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 5.3.0-3-amd64 (SMP w/8 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEvu1N7VVEpMA+KD3HS80FZ8KW0F0FAl5dSZsACgkQS80FZ8KW
0F3fYxAA2PgNkbxWxv2bw6QuNzm6Jowr/D/NLxqhHaW0gfrd0OhhisGgV1UU6v4i
AcIQIOlnAv/KB0EBXZ8wv52drv7SMeZ4MQ2z/gj1r9quSDFLEyBMBexIa5EiiLDN
g5Ci5QzLWialsit+r4LPQ54wJNd3jVTcNqMhbsMvUKSEaqL+7ltzqWKAKq5LVTVY
Ktp1CTePW0OyGfEmJn0uTiCx8tnHjNHlR+ZaRHO3YSFIhmRLq2LEXqNiJ4d6HIq9
dvwlHNx9HuRq96+Gidm/7/f0iQi0VqNbkwHBA0Irb/9BjVp2/aVtIzymFsMRlaub
AH9MgM6V0LWdSKhKs6MrMndJjS4C+xXSzwpPnT2LdjWngdZ5SziNYOu4giSGrIl8
SsAeEpX+mgZ4iOHG9BKP59br730icIkwi/quC/5dnkVKQB6iM2OlMQvFU800E7Ji
O5SEGTk2w2yuPkpZEF4bNqg5TebwOyzHdu8/gc20LBfg0dy3Fi8PsohXMLCJNk3E
9dMK29Su/1JCHn6G1Ie+a8nSlFGEPcRiOYEKXTW0HKvilIUqHMGQS+H17j43Ww3w
6SlCsZ7cnUbq56u1ISz8aUoVti86DtfGGDxl9aAsAJMAeIWPcMgzf108vOMxRqws
sRk09P73N8Y328xlJpKRlqS8g9ACcZDYemTV4EP6FCkFjSejV7Y=
=OeyB
-----END PGP SIGNATURE-----
-------------- next part --------------
diff -Nru ruby-factory-girl-rails-4.7.0/debian/changelog ruby-factory-girl-rails-4.7.0/debian/changelog
--- ruby-factory-girl-rails-4.7.0/debian/changelog	2016-09-15 12:38:40.000000000 +0200
+++ ruby-factory-girl-rails-4.7.0/debian/changelog	2020-03-02 18:54:34.000000000 +0100
@@ -1,3 +1,11 @@
+ruby-factory-girl-rails (4.7.0-1+deb10u1) buster; urgency=medium
+
+  * Team upload
+  * d/control (Vcs-Browser, Vcs-Git): Use salsa.d.o.
+  * d/rules: Don't install/ship generic files in /usr/bin/ (closes: #910930).
+
+ -- Daniel Leidert <dleidert at debian.org>  Mon, 02 Mar 2020 18:54:34 +0100
+
 ruby-factory-girl-rails (4.7.0-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru ruby-factory-girl-rails-4.7.0/debian/control ruby-factory-girl-rails-4.7.0/debian/control
--- ruby-factory-girl-rails-4.7.0/debian/control	2016-09-15 12:37:46.000000000 +0200
+++ ruby-factory-girl-rails-4.7.0/debian/control	2020-03-02 18:54:34.000000000 +0100
@@ -8,8 +8,8 @@
                ruby-factory-girl (>= 4.7~),
                ruby-railties (>= 3.0~),
 Standards-Version: 3.9.8
-Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-factory-girl-rails.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-factory-girl-rails.git
+Vcs-Git: https://salsa.debian.org/ruby-team/ruby-factory-girl-rails.git -b debian/buster
+Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-factory-girl-rails
 Homepage: http://github.com/thoughtbot/factory_girl_rails
 XS-Ruby-Versions: all
 
diff -Nru ruby-factory-girl-rails-4.7.0/debian/rules ruby-factory-girl-rails-4.7.0/debian/rules
--- ruby-factory-girl-rails-4.7.0/debian/rules	2016-09-15 12:32:19.000000000 +0200
+++ ruby-factory-girl-rails-4.7.0/debian/rules	2020-03-02 18:54:34.000000000 +0100
@@ -4,3 +4,7 @@
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
+
+override_dh_install:
+	dh_install
+	$(RM) -rf $(CURDIR)/debian/ruby-factory-girl-rails/usr/bin/


More information about the Pkg-ruby-extras-maintainers mailing list