diff -u subversion-1.1.3/debian/changelog subversion-1.1.3/debian/changelog --- subversion-1.1.3/debian/changelog +++ subversion-1.1.3/debian/changelog @@ -1,3 +1,15 @@ +subversion (1.1.3-0.backports.org.1) unstable; urgency=low + + * recompiled for http://www.backports.org/ + + reduced required perl version of subversion-tools + + changed libsasl2-dev build-dependency to libsasl-dev + + used python2.1 instead of python2.3 in build-dependencies + + disabled libsvn-core-perl package in debian/control and debian/rules + + added libdigest-md5-perl (>= 2.20) to subversion-tools dependencies + + disabled testsuite on all architectures + + -- Norbert Tretkowski Sat, 22 Jan 2005 21:45:36 +0100 + subversion (1.1.3-1) unstable; urgency=low * New upstream release. (closes: #290610, #288344, #290381) diff -u subversion-1.1.3/debian/rules subversion-1.1.3/debian/rules --- subversion-1.1.3/debian/rules +++ subversion-1.1.3/debian/rules @@ -45,19 +45,19 @@ endif TESTARCHS= -TESTARCHS+=alpha -TESTARCHS+=arm -TESTARCHS+=hppa -TESTARCHS+=hurd-i386 -TESTARCHS+=i386 -TESTARCHS+=ia64 -TESTARCHS+=m68k -TESTARCHS+=mips -TESTARCHS+=mipsel -TESTARCHS+=powerpc -TESTARCHS+=s390 -TESTARCHS+=sh -TESTARCHS+=sparc +#TESTARCHS+=alpha +#TESTARCHS+=arm +#TESTARCHS+=hppa +#TESTARCHS+=hurd-i386 +#TESTARCHS+=i386 +#TESTARCHS+=ia64 +#TESTARCHS+=m68k +#TESTARCHS+=mips +#TESTARCHS+=mipsel +#TESTARCHS+=powerpc +#TESTARCHS+=s390 +#TESTARCHS+=sh +#TESTARCHS+=sparc # This logic allows subversion to be more easily on woody. # Some versions of libtool and fakeroot give us build failures @@ -233,46 +233,6 @@ fi endif - $(MAKE) -C $(DEB_BUILDDIR) swig-pl check-swig-pl - - cd $(DEB_BUILDDIR)/$(PERL_BINDINGDIR) && \ - env APR_CONFIG=/usr/bin/apr-config perl Makefile.PL \ - INSTALLDIRS=vendor - - for file in Makefile Makefile.client Makefile.delta Makefile.fs \ - Makefile.ra Makefile.repos Makefile.wc ; do \ - sed -e 's/^LD_RUN_PATH/\#LD_RUN_PATH/' < \ - $(DEB_BUILDDIR)/$(PERL_BINDINGDIR)/$$file \ - > $(DEB_BUILDDIR)/$(PERL_BINDINGDIR)/$$file.tmp;\ - cp $(DEB_BUILDDIR)/$(PERL_BINDINGDIR)/$$file.tmp\ - $(DEB_BUILDDIR)/$(PERL_BINDINGDIR)/$$file;\ - done - - cd $(DEB_BUILDDIR)/$(PERL_BINDINGDIR) && \ - make all test OTHERLDFLAGS="-L $(INSTALL_PREFIX)/lib" \ - OPTIMIZE="-O2 -g -Wall" - - $(MAKE) -C $(DEB_BUILDDIR) install-swig-pl-lib \ - DESTDIR=$(PWD)/debian/tmp - $(MAKE) -C $(DEB_BUILDDIR)/$(PERL_BINDINGDIR) install \ - MAN3EXT=3perl DESTDIR=$(PWD)/debian/tmp - -ifeq ($(ENABLE_JAVAHL), yes) - dh_movefiles --package=libsvn-javahl \ - usr/share/java \ - usr/lib/libsvnjavahl-1.a \ - usr/lib/libsvnjavahl-1.la \ - usr/lib/libsvnjavahl-1.so \ - usr/lib/libsvnjavahl-1.so.0 \ - usr/lib/libsvnjavahl-1.so.0.0.0 \ - usr/include/svn-javahl -endif - - # Install files for 'libsvn-core-perl' package. - dh_movefiles --package=libsvn-core-perl \ - usr/lib/perl5/ \ - usr/share/man/man3 \ - # Install files for 'python$(PYTHON_VER)-subversion' package. dh_movefiles --package=$(PYTHON_PKG) \ usr/lib/python$(PYTHON_VER)/ diff -u subversion-1.1.3/debian/control subversion-1.1.3/debian/control --- subversion-1.1.3/debian/control +++ subversion-1.1.3/debian/control @@ -2,7 +2,7 @@ Section: devel Priority: optional Maintainer: David Kimdon -Build-Depends: m4, debhelper (>=4.1.25), libneon24-dev (>=0.24.7), apache2-threaded-dev (>=2.0.50-11), libapr0-dev (>=2.0.50-11), libdb4.2-dev, libtool (>=1.4), libexpat1-dev, zlib1g-dev, bison, patch, python, time, python2.3-dev, autotools-dev, autoconf (>=2.53), swig (>=1.3.22-2), libsasl2-dev, perl (>= 5.6.0-16), cdbs, quilt (>=0.30-4), libperl-dev, libkrb5-dev +Build-Depends: m4, debhelper (>=4.1.25), libneon24-dev (>=0.24.7), apache2-threaded-dev (>=2.0.50-11), libapr0-dev (>=2.0.50-11), libdb4.2-dev, libtool (>=1.4), libexpat1-dev, zlib1g-dev, bison, patch, python, time, python2.1-dev, autotools-dev, autoconf (>=2.53), swig (>=1.3.22-2), libsasl-dev, perl (>= 5.6.0-16), cdbs, quilt (>=0.30-4), libperl-dev, libkrb5-dev Build-Conflicts: libtool (=1.5-6) Standards-Version: 3.6.1 @@ -84,12 +84,10 @@ . Homepage: http://subversion.tigris.org -Package: python2.3-subversion +Package: python2.1-subversion Section: python -Conflicts: python2.1-subversion -Replaces: python2.1-subversion Architecture: any -Depends: python2.3, subversion, ${shlibs:Depends} +Depends: python2.1, subversion, ${shlibs:Depends} Description: python modules for interfacing with Subversion (aka. svn) Subversion is a version control system much like the Concurrent Versions System (CVS). Version control systems allow many @@ -109,7 +107,7 @@ Section: admin Priority: extra Architecture: all -Depends: python2.3-subversion (= ${Source-Version}), subversion (= ${Source-Version}), rcs, python2.3, exim4 | mail-transport-agent, perl (>= 5.8.0-7), liburi-perl (>= 1.17-1), libconfig-inifiles-perl (>= 2.27-1) +Depends: python2.1-subversion (= ${Source-Version}), subversion (= ${Source-Version}), rcs, python2.1, exim4 | mail-transport-agent, perl (>= 5.6.1), liburi-perl (>= 1.17-1), libconfig-inifiles-perl (>= 2.27-1), libdigest-md5-perl (>= 2.20) Description: assorted tools related to Subversion (aka. svn) Subversion is a version control system much like the Concurrent Versions System (CVS). Version control systems allow many @@ -125,18 +122,0 @@ - -Package: libsvn-core-perl -Section: admin -Architecture: any -Depends: ${perl:Depends}, ${shlibs:Depends} -Description: perl bindings for Subversion (aka. svn) - Subversion is a version control system much like the Concurrent - Versions System (CVS). Version control systems allow many - individuals (who may be distributed geographically) to collaborate on - a set of files (typically source code). Subversion has all the major - features of CVS, plus certain new features that CVS users often wish - they had. - . - These modules are required to interface with Subversion from Perl. - This would be useful if you wanted to, for example, write a Perl - script that manipulates a Subversion repository or working copy. - . - Homepage: http://subversion.tigris.org