r20215 - in /desktop/unstable/vte/debian: changelog control control.in libvte10-udeb.install libvte10.install libvte9-udeb.install libvte9.install

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Tue Jun 2 05:19:24 UTC 2009


Author: slomo
Date: Tue Jun  2 05:19:23 2009
New Revision: 20215

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=20215
Log:
  + debian/control.in,
    debian/*.install:
    - Update for the new soname.

Added:
    desktop/unstable/vte/debian/libvte10-udeb.install
      - copied unchanged from r20213, desktop/unstable/vte/debian/libvte9-udeb.install
    desktop/unstable/vte/debian/libvte10.install
      - copied, changed from r20213, desktop/unstable/vte/debian/libvte9.install
Removed:
    desktop/unstable/vte/debian/libvte9-udeb.install
    desktop/unstable/vte/debian/libvte9.install
Modified:
    desktop/unstable/vte/debian/changelog
    desktop/unstable/vte/debian/control
    desktop/unstable/vte/debian/control.in

Modified: desktop/unstable/vte/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte/debian/changelog?rev=20215&op=diff
==============================================================================
--- desktop/unstable/vte/debian/changelog (original)
+++ desktop/unstable/vte/debian/changelog Tue Jun  2 05:19:23 2009
@@ -9,6 +9,9 @@
   * New upstream bugfix releases:
     + debian/rules:
       - Update shlibs version to >= 0.20.4 for API additions.
+    + debian/control.in,
+      debian/*.install:
+      - Update for the new soname.
     + debian/patches/90_autoreconf.patch:
       - Regenerated for the new version.
 

Modified: desktop/unstable/vte/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte/debian/control?rev=20215&op=diff
==============================================================================
--- desktop/unstable/vte/debian/control (original)
+++ desktop/unstable/vte/debian/control Tue Jun  2 05:19:23 2009
@@ -24,7 +24,7 @@
                intltool (>= 0.35)
 Build-Depends-Indep: libglib2.0-doc, libgtk2.0-doc, libatk1.0-doc
 
-Package: libvte9
+Package: libvte10
 Architecture: any
 Section: libs
 Depends: ${misc:Depends},
@@ -36,7 +36,7 @@
  sequence or just random data. The sample program "interpret" illustrates
  more or less what the widget sees after it filters incoming data.
 
-Package: libvte9-udeb
+Package: libvte10-udeb
 XC-Package-Type: udeb
 Section: debian-installer
 Priority: extra
@@ -58,7 +58,7 @@
 Architecture: any
 Section: libdevel
 Depends: ${misc:Depends},
-         libvte9 (= ${binary:Version}),
+         libvte10 (= ${binary:Version}),
          python-vte (= ${binary:Version}),
          libgtk2.0-dev (>= 2.14.0),
          libpango1.0-dev (>= 1.22.0),

Modified: desktop/unstable/vte/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte/debian/control.in?rev=20215&op=diff
==============================================================================
--- desktop/unstable/vte/debian/control.in (original)
+++ desktop/unstable/vte/debian/control.in Tue Jun  2 05:19:23 2009
@@ -24,7 +24,7 @@
                intltool (>= 0.35)
 Build-Depends-Indep: libglib2.0-doc, libgtk2.0-doc, libatk1.0-doc
 
-Package: libvte9
+Package: libvte10
 Architecture: any
 Section: libs
 Depends: ${misc:Depends},
@@ -36,7 +36,7 @@
  sequence or just random data. The sample program "interpret" illustrates
  more or less what the widget sees after it filters incoming data.
 
-Package: libvte9-udeb
+Package: libvte10-udeb
 XC-Package-Type: udeb
 Section: debian-installer
 Priority: extra
@@ -58,7 +58,7 @@
 Architecture: any
 Section: libdevel
 Depends: ${misc:Depends},
-         libvte9 (= ${binary:Version}),
+         libvte10 (= ${binary:Version}),
          python-vte (= ${binary:Version}),
          libgtk2.0-dev (>= 2.14.0),
          libpango1.0-dev (>= 1.22.0),

Copied: desktop/unstable/vte/debian/libvte10.install (from r20213, desktop/unstable/vte/debian/libvte9.install)
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte/debian/libvte10.install?rev=20215&op=diff
==============================================================================
--- desktop/unstable/vte/debian/libvte9.install (original)
+++ desktop/unstable/vte/debian/libvte10.install Tue Jun  2 05:19:23 2009
@@ -1,3 +1,3 @@
 usr/lib/libvte.so.*
-usr/lib/vte/* usr/lib/libvte9/
-usr/lib/libvte9/*
+usr/lib/vte/* usr/lib/libvte10/
+usr/lib/libvte10/*




More information about the pkg-gnome-commits mailing list