[Pkg-tcltk-commits] r1838 - xotcl/trunk/debian
ssoberni-guest at alioth.debian.org
ssoberni-guest at alioth.debian.org
Thu Aug 18 12:00:05 UTC 2016
Author: ssoberni-guest
Date: 2016-08-18 12:00:04 +0000 (Thu, 18 Aug 2016)
New Revision: 1838
Modified:
xotcl/trunk/debian/changelog
xotcl/trunk/debian/control
xotcl/trunk/debian/rules
Log:
Preparing maintenance upload
Modified: xotcl/trunk/debian/changelog
===================================================================
--- xotcl/trunk/debian/changelog 2016-07-28 03:27:56 UTC (rev 1837)
+++ xotcl/trunk/debian/changelog 2016-08-18 12:00:04 UTC (rev 1838)
@@ -1,4 +1,4 @@
-xotcl (1.6.8-1ubuntu1) UNRELEASED; urgency=low
+xotcl (1.6.8-2) unstable; urgency=low
* NOT RELEASED YET
Modified: xotcl/trunk/debian/control
===================================================================
--- xotcl/trunk/debian/control 2016-07-28 03:27:56 UTC (rev 1837)
+++ xotcl/trunk/debian/control 2016-08-18 12:00:04 UTC (rev 1838)
@@ -3,8 +3,8 @@
Priority: optional
Maintainer: Tcl/Tk Debian Packagers <pkg-tcltk-devel at lists.alioth.debian.org>
Uploaders: Stefan Sobernig <stefan.sobernig at wu-wien.ac.at>
-Build-Depends: debhelper (>= 7), autotools-dev, tcl-dev (>= 8.4), tk-dev (>= 8.4), aolserver4-dev (>= 4.5.1-5), libexpat1-dev
-Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 7), quilt, autotools-dev, tcl-dev (>= 8.4), tk-dev (>= 8.4), aolserver4-dev (>= 4.5.1-5), libexpat1-dev
+Standards-Version: 3.9.8
Homepage: http://www.xotcl.org/
Vcs-Svn: svn://anonscm.debian.org/pkg-tcltk/xotcl/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-tcltk/xotcl/trunk
Modified: xotcl/trunk/debian/rules
===================================================================
--- xotcl/trunk/debian/rules 2016-07-28 03:27:56 UTC (rev 1837)
+++ xotcl/trunk/debian/rules 2016-08-18 12:00:04 UTC (rev 1838)
@@ -65,6 +65,7 @@
config.status: configure
dh_testdir
+ dh_quilt_patch
./configure --prefix=/usr \
--exec-prefix=/usr \
$(shell dpkg-buildflags --export=configure) \
@@ -100,6 +101,7 @@
dh_testroot
rm -f build-stamp
[ ! -f Makefile ] || $(MAKE) distclean
+ dh_quilt_unpatch
find . -name '*.o' -type f -delete
find . -name '*.so' -type f -delete
dh_clean config.log config.status config.cache config.guess
More information about the Pkg-tcltk-commits
mailing list