[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

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



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.000000000 +0200
+++ crystal-1.6.0+dfsg/debian/changelog	2023-03-03 19:03:34.000000000 +0100
@@ -1,3 +1,9 @@
+crystal (1.6.0+dfsg-3) unstable; urgency=medium
+
+  * Update runtime depends (Closes: #1031812).
+
+ -- David Suárez <deiv@debian.org>  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.000000000 +0200
+++ crystal-1.6.0+dfsg/debian/control	2023-03-03 19:03:34.000000000 +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

Reply to: