r23703 - in /trunk/libalien-wxwidgets-perl/debian: changelog control rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu Jul 31 06:34:17 UTC 2008


Author: dmn
Date: Thu Jul 31 06:34:14 2008
New Revision: 23703

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=23703
Log:
* Bump (build-)dependencies on Wx to 2.8.
* Upload to experimental

Modified:
    trunk/libalien-wxwidgets-perl/debian/changelog
    trunk/libalien-wxwidgets-perl/debian/control
    trunk/libalien-wxwidgets-perl/debian/rules

Modified: trunk/libalien-wxwidgets-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalien-wxwidgets-perl/debian/changelog?rev=23703&op=diff
==============================================================================
--- trunk/libalien-wxwidgets-perl/debian/changelog (original)
+++ trunk/libalien-wxwidgets-perl/debian/changelog Thu Jul 31 06:34:14 2008
@@ -1,3 +1,10 @@
+libalien-wxwidgets-perl (0.37-2) experimental; urgency=low
+
+  * Bump (build-)dependencies on Wx to 2.8.
+  * Upload to experimental
+
+ -- Damyan Ivanov <dmn at debian.org>  Thu, 31 Jul 2008 09:24:24 +0300
+
 libalien-wxwidgets-perl (0.37-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libalien-wxwidgets-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalien-wxwidgets-perl/debian/control?rev=23703&op=diff
==============================================================================
--- trunk/libalien-wxwidgets-perl/debian/control (original)
+++ trunk/libalien-wxwidgets-perl/debian/control Thu Jul 31 06:34:14 2008
@@ -5,7 +5,7 @@
 Uploaders: Roberto C. Sanchez <roberto at connexer.com>,
  Damyan Ivanov <dmn at debian.org>
 Build-Depends: debhelper (>= 5), libmodule-build-perl,
- libmodule-pluggable-perl, libwxgtk2.6-dev, libtest-pod-perl,
+ libmodule-pluggable-perl, libwxgtk2.8-dev, libtest-pod-perl,
  libtest-pod-coverage-perl
 Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/Alien-wxWidgets/
@@ -14,7 +14,7 @@
 
 Package: libalien-wxwidgets-perl
 Architecture: any
-Depends: libmodule-pluggable-perl, ${misc:Depends}, libwxgtk2.6-dev (>= ${wx:current}), libwxgtk2.6-dev (<< ${wx:next}), ${perl:Depends}
+Depends: libmodule-pluggable-perl, ${misc:Depends}, libwxgtk2.8-dev (>= ${wx:current}), libwxgtk2.8-dev (<< ${wx:next}), ${perl:Depends}
 Description: building, finding and using wxWidgets binaries
  Detects configuration settings of an installed wxWidgets.  Can be used in
  order to help in the process of building modules which require wxWidgets.

Modified: trunk/libalien-wxwidgets-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalien-wxwidgets-perl/debian/rules?rev=23703&op=diff
==============================================================================
--- trunk/libalien-wxwidgets-perl/debian/rules (original)
+++ trunk/libalien-wxwidgets-perl/debian/rules Thu Jul 31 06:34:14 2008
@@ -11,7 +11,7 @@
 #export DH_VERBOSE=1
 
 # wxWidgets version
-export V=`dpkg -s libwxgtk2.6-dev | grep ^Version |cut -f2 -d' '`
+export V=`dpkg -s libwxgtk2.8-dev | grep ^Version |cut -f2 -d' '`
 VMAJOR:=$(shell echo $(V) |cut -f 1 -d .)
 VMINOR:=$(shell echo $(V) |cut -f 2 -d .)
 VPATCH:=$(shell echo $(V) |cut -f 3 -d .)




More information about the Pkg-perl-cvs-commits mailing list