Package: scrollz Version: 1.9.99-1 Severity: wishlist Tags: patch Please enable SSL support. (The attached patch do the steps.)
-- System Information: Debian Release: 4.0 APT prefers stable APT policy: (800, 'stable'), (700, 'testing'), (600, 'unstable'), (60, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/dash Kernel: Linux 2.4.36.2 Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1) (ignored: LC_ALL set to de_DE) Versions of packages scrollz depends on: ii libc6 2.3.6.ds1-13etch5 GNU C Library: Shared libraries ii libncurses5 5.5-5 Shared libraries for terminal hand scrollz recommends no packages. -- no debconf information -- Klaus Ethgen http://www.ethgen.de/ pub 2048R/D1A4EDE5 2000-02-26 Klaus Ethgen <[EMAIL PROTECTED]> Fingerprint: D7 67 71 C4 99 A6 D4 FE EA 40 30 57 3C 88 26 2B
diff -u scrollz-1.9.99/debian/control scrollz-1.9.99/debian/control
--- scrollz-1.9.99/debian/control
+++ scrollz-1.9.99/debian/control
@@ -2,7 +2,7 @@
Section: net
Priority: optional
Maintainer: Mike Markley <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0), libncurses5-dev
+Build-Depends: debhelper (>= 4.0), libncurses5-dev, libgnutls-dev
Standards-Version: 3.7.2
Package: scrollz
diff -u scrollz-1.9.99/debian/rules scrollz-1.9.99/debian/rules
--- scrollz-1.9.99/debian/rules
+++ scrollz-1.9.99/debian/rules
@@ -5,7 +5,7 @@
configure: configure-stamp
configure-stamp:
dh_testdir
- ./configure --prefix=/usr --mandir=\$${prefix}/share/man/man1 --infodir=\$${prefix}/share/info --enable-ipv6 DESTDIR=$(CURDIR)/debian/scrollz
+ ./configure --prefix=/usr --mandir=\$${prefix}/share/man/man1 --infodir=\$${prefix}/share/info --enable-ipv6 --with-ssl DESTDIR=$(CURDIR)/debian/scrollz
touch configure-stamp
diff -u scrollz-1.9.99/debian/changelog scrollz-1.9.99/debian/changelog
--- scrollz-1.9.99/debian/changelog
+++ scrollz-1.9.99/debian/changelog
@@ -1,3 +1,10 @@
+scrollz (1.9.99-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Adding SSL support.
+
+ -- Klaus Ethgen <[EMAIL PROTECTED]> Sun, 15 Jun 2008 15:58:21 +0100
+
scrollz (1.9.99-1) unstable; urgency=low
* New upstream version.
signature.asc
Description: Digital signature

