Bug#1032901: unblock: crystal/1.6.0+dfsg-3

2023-03-13 Thread David Suárez
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock
X-Debbugs-Cc: crys...@packages.debian.org, d...@debian.org
Control: affects -1 + src:crystal

Please unblock package crystal

[ Reason ]
The new version will fix #1031812 (the package lacks some
dependencies), and unmark it from autoremovals.

[ Impact ]
Crystal will be removed from testing due to autoremovals.

[ Tests ]
The package was manually tested in a new and clean debian
installation to check that the package has now all the needed 
dependecies to work.

[ Risks ]
The change is trivial, it only implies adding some runtime
dependencies.

[ Checklist ]
  [X] all changes are documented in the d/changelog
  [X] I reviewed all changes and I approve them
  [X] attach debdiff against the package in testing

[ Other info ]
The package was upload some days before the hard
freeze so it couldn't get migrated automatically.

unblock crystal/1.6.0+dfsg-3



Bug#1032901: unblock: crystal/1.6.0+dfsg-3

2023-03-13 Thread David Suarez
Attaching debdiff.
diff -Nru crystal-1.6.0+dfsg/debian/changelog crystal-1.6.0+dfsg/debian/changelog
--- crystal-1.6.0+dfsg/debian/changelog	2022-10-11 21:08:52.0 +0200
+++ crystal-1.6.0+dfsg/debian/changelog	2023-03-03 19:03:34.0 +0100
@@ -1,3 +1,9 @@
+crystal (1.6.0+dfsg-3) unstable; urgency=medium
+
+  * Update runtime depends (Closes: #1031812).
+
+ -- David Suárez   Fri, 03 Mar 2023 19:03:34 +0100
+
 crystal (1.6.0+dfsg-2) unstable; urgency=medium
 
   * Source upload.
diff -Nru crystal-1.6.0+dfsg/debian/control crystal-1.6.0+dfsg/debian/control
--- crystal-1.6.0+dfsg/debian/control	2022-10-11 21:08:52.0 +0200
+++ crystal-1.6.0+dfsg/debian/control	2023-03-03 19:03:34.0 +0100
@@ -27,10 +27,14 @@
 
 Package: crystal
 Architecture: amd64
-Depends: pkg-config,
- ${misc:Depends},
+Depends: ${misc:Depends},
  ${shlibs:Depends},
- libgc-dev
+ gcc,
+ libgc-dev,
+ pkg-config,
+ libpcre3-dev,
+ libevent-dev
+Recommends: libssl-dev, libz-dev, libxml2-dev, libgmp-dev, libyaml-dev
 Suggests: crystal-doc, crystal-samples
 Description: compiler of the Crystal object-oriented programming language
  The Crystal's language syntax is inspired by Ruby, the language is statically