diff -u c-repl-0.0.20071223/debian/changelog c-repl-0.0.20071223/debian/changelog --- c-repl-0.0.20071223/debian/changelog +++ c-repl-0.0.20071223/debian/changelog @@ -1,3 +1,9 @@ +c-repl (0.0.20071223-1+rpi1) jessie-staging; urgency=medium + + * Drop dependency on libreadline-ruby. + + -- Peter Michael Green Thu, 20 Feb 2014 17:03:24 +0000 + c-repl (0.0.20071223-1) unstable; urgency=low * Initial release; closes: #459401. diff -u c-repl-0.0.20071223/debian/control c-repl-0.0.20071223/debian/control --- c-repl-0.0.20071223/debian/control +++ c-repl-0.0.20071223/debian/control @@ -7,7 +7,7 @@ Package: c-repl Architecture: any -Depends: ${shlibs:Depends}, ruby, libreadline-ruby +Depends: ${shlibs:Depends}, ruby Description: read-eval-print loop for C Many programming languages come with a REPL (read-eval-print loop), which allows you to type in code line by line and see what it does. This is quite