[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

libxv: Changes to 'debian-unstable'



 debian/changelog |    9 +++++++--
 debian/control   |   22 +++++++++++++++++-----
 debian/rules     |    3 ---
 3 files changed, 24 insertions(+), 10 deletions(-)

New commits:
commit 21d80a4a8db32b72e85bc25b8c66284b92670cde
Author: Julien Cristau <jcristau@debian.org>
Date:   Tue Apr 24 21:19:05 2012 +0200

    Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index fe184eb..0bd363f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxv (2:1.0.7-1) UNRELEASED; urgency=low
+libxv (2:1.0.7-1) unstable; urgency=low
 
   [ Robert Hooker ]
   * New upstream release.
@@ -7,7 +7,7 @@ libxv (2:1.0.7-1) UNRELEASED; urgency=low
   * Drop dh_testroot from debian/rules clean.
   * Remove David and Andres from Uploaders.
 
- -- Robert Hooker <sarvatt@ubuntu.com>  Thu, 08 Mar 2012 22:42:45 -0500
+ -- Julien Cristau <jcristau@debian.org>  Tue, 24 Apr 2012 21:19:01 +0200
 
 libxv (2:1.0.6-2) unstable; urgency=low
 

commit 61f7c18eee20e9908f646717748f45ad622e5196
Author: Julien Cristau <jcristau@debian.org>
Date:   Tue Apr 24 21:18:07 2012 +0200

    Line-wrap Depends fields in debian/control

diff --git a/debian/control b/debian/control
index 223e0c7..375b8b3 100644
--- a/debian/control
+++ b/debian/control
@@ -21,8 +21,11 @@ Package: libxv1
 Section: libs
 Architecture: any
 Multi-Arch: same
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Pre-Depends: ${misc:Pre-Depends}
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+Pre-Depends:
+ ${misc:Pre-Depends}
 Description: X11 Video extension library
  libXv provides an X Window System client interface to the XVideo
  extension to the X protocol.
@@ -42,7 +45,10 @@ Section: debug
 Architecture: any
 Multi-Arch: same
 Priority: extra
-Depends: ${shlibs:Depends}, ${misc:Depends}, libxv1 (= ${binary:Version})
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ libxv1 (= ${binary:Version}),
 Description: X11 Video extension library (debug package)
  libXv provides an X Window System client interface to the XVideo
  extension to the X protocol.
@@ -64,7 +70,13 @@ Package: libxv-dev
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: ${shlibs:Depends}, ${misc:Depends}, libxv1 (= ${binary:Version}), libx11-dev, libxext-dev, x11proto-video-dev
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ libxv1 (= ${binary:Version}),
+ libx11-dev,
+ libxext-dev,
+ x11proto-video-dev,
 Conflicts: x11proto-video-dev (<< 2.2+cvs.20050712-1)
 Replaces: x11proto-video-dev (<< 2.2+cvs.20050712-1)
 Description: X11 Video extension library (development headers)

commit 3827837066e5f8da02ca1b979d8e1e008b6fd763
Author: Julien Cristau <jcristau@debian.org>
Date:   Tue Apr 24 21:17:12 2012 +0200

    Remove David and Andres from Uploaders.

diff --git a/debian/changelog b/debian/changelog
index 41b6b00..fe184eb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libxv (2:1.0.7-1) UNRELEASED; urgency=low
 
   [ Julien Cristau ]
   * Drop dh_testroot from debian/rules clean.
+  * Remove David and Andres from Uploaders.
 
  -- Robert Hooker <sarvatt@ubuntu.com>  Thu, 08 Mar 2012 22:42:45 -0500
 
diff --git a/debian/control b/debian/control
index d4f2110..223e0c7 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libxv
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-Uploaders: David Nusinow <dnusinow@debian.org>, Andres Salomon <dilinger@debian.org>, Cyril Brulebois <kibi@debian.org>
+Uploaders: Cyril Brulebois <kibi@debian.org>
 Standards-Version: 3.8.3
 Build-Depends:
  debhelper (>= 8.1.3),

commit fa2554bd212bddaab828d3b0d455c394c3523d72
Author: Julien Cristau <jcristau@debian.org>
Date:   Tue Apr 24 21:16:51 2012 +0200

    Drop dh_testroot from debian/rules clean.

diff --git a/debian/changelog b/debian/changelog
index 5225922..41b6b00 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
 libxv (2:1.0.7-1) UNRELEASED; urgency=low
 
+  [ Robert Hooker ]
   * New upstream release.
 
+  [ Julien Cristau ]
+  * Drop dh_testroot from debian/rules clean.
+
  -- Robert Hooker <sarvatt@ubuntu.com>  Thu, 08 Mar 2012 22:42:45 -0500
 
 libxv (2:1.0.6-2) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index c74677d..53d6c55 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,9 +50,7 @@ build-stamp:
 
 clean: xsfclean
 	dh_testdir
-	dh_testroot
 	rm -f build-stamp
-
 	rm -f config.cache config.log config.status
 	rm -f */config.cache */config.log */config.status
 	rm -f conftest* */conftest*
@@ -61,7 +59,6 @@ clean: xsfclean
 	rm -f aclocal.m4 config.guess config.h.in config.sub configure
 	rm -f depcomp install-sh ltmain.sh missing mkinstalldirs
 	find -name Makefile.in -delete
-
 	dh_clean
 
 install: build


Reply to: