diff -urN git-core-1.6.3.3/debian/changelog git-core_1.6.3.3.new/debian/changelog --- git-core-1.6.3.3/debian/changelog 2010-01-04 17:52:42.000000000 +0100 +++ git-core_1.6.3.3.new/debian/changelog 2010-01-04 17:55:09.000000000 +0100 @@ -1,3 +1,9 @@ +git-core (1:1.6.3.3-3) unstable; urgency=low + [ Florian Fainelli ] + * debian/rules: compile with ssl support + + -- Florian Fainelli Mon, 4 Jan 2010 17:54:30 +0000 + git-core (1:1.6.3.3-2) unstable; urgency=low [ Anders Kaseorg ] diff -urN git-core-1.6.3.3/debian/control git-core_1.6.3.3.new/debian/control --- git-core-1.6.3.3/debian/control 2010-01-04 17:52:42.000000000 +0100 +++ git-core_1.6.3.3.new/debian/control 2010-01-04 17:53:59.000000000 +0100 @@ -2,7 +2,7 @@ Section: vcs Priority: optional Maintainer: Gerrit Pape -Build-Depends: libz-dev, libcurl4-gnutls-dev | libcurl3-gnutls-dev, asciidoc (>> 8.0.0), xmlto, docbook-xsl (>> 1.72), libexpat1-dev, subversion, libsvn-perl | libsvn-core-perl, unzip, tcl8.5, gettext, cvs, cvsps, libdbd-sqlite3-perl +Build-Depends: libz-dev, libcurl4-gnutls-dev | libcurl3-gnutls-dev, asciidoc (>> 8.0.0), xmlto, docbook-xsl (>> 1.72), libexpat1-dev, subversion, libsvn-perl | libsvn-core-perl, unzip, tcl8.5, gettext, cvs, cvsps, libdbd-sqlite3-perl, libssl0.9.8 Standards-Version: 3.8.2.0 Vcs-Git: http://smarden.org/git/git.git/ diff -urN git-core-1.6.3.3/debian/rules git-core_1.6.3.3.new/debian/rules --- git-core-1.6.3.3/debian/rules 2010-01-04 17:52:42.000000000 +0100 +++ git-core_1.6.3.3.new/debian/rules 2010-01-04 17:52:53.000000000 +0100 @@ -6,7 +6,7 @@ CFLAGS =-g -Wall STRIP =strip TEST =test -OPTS =NO_OPENSSL=1 prefix=/usr gitexecdir=/usr/lib/git-core \ +OPTS =prefix=/usr gitexecdir=/usr/lib/git-core \ mandir=/usr/share/man INSTALLDIRS=vendor WITH_P4IMPORT=1 \ PYTHON_PATH=/usr/bin/python TCLTK_PATH=/usr/bin/wish \ THREADED_DELTA_SEARCH=1 NO_CROSS_DIRECTORY_HARDLINKS=1