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

xserver-xorg-video-nouveau: Changes to 'debian-unstable'



 debian/changelog |    3 +++
 debian/rules     |    2 +-
 debian/watch     |    4 ++++
 3 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit 5d806ca76b37951a21d5b2ab9d9f9c6b624e5283
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Mon Jun 18 21:17:57 2012 +0200

    debian/rules: Update PREFIX in get-orig-source target

diff --git a/debian/rules b/debian/rules
index de4cc9c..13a65b3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,7 +34,7 @@ get-orig-source:
 	git clone git://anongit.freedesktop.org/git/nouveau/xf86-video-nouveau && \
 	cd xf86-video-nouveau && git log > ChangeLog && \
 	REVISION=$$(git show --pretty=format:"%h" HEAD | head -n1) && cd .. && \
-	PREFIX=xserver-xorg-video-nouveau_0.0.16+git$$(date +%Y%m%d)+$$REVISION && \
+	PREFIX=xserver-xorg-video-nouveau_1.0.0+git$$(date +%Y%m%d)+$$REVISION && \
 	rm -rf xf86-video-nouveau/.git && \
 	tar czf $$PREFIX.orig.tar.gz xf86-video-nouveau && \
 	rm -rf xf86-video-nouveau

commit 5cfe9d99d5152025baaa78d24ff72555b741c39c
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Mon Jun 18 20:35:39 2012 +0200

    Actually look for upstream releases in debian/watch
    
    No gzipped tarball so far, need to repack the .tar.bz2.

diff --git a/debian/changelog b/debian/changelog
index c69ac0b..70be625 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,9 @@ xserver-xorg-video-nouveau (1:1.0.0-1) UNRELEASED; urgency=low
     - Bump to 1.0.0 release.
     - Pick up a firefox tab draw fix for nv50 cards.
 
+  [ Sven Joachim ]
+  * Actually look for upstream releases in debian/watch.
+
  -- Maarten Lankhorst <maarten.lankhorst@canonical.com>  Mon, 18 Jun 2012 09:20:34 +0200
 
 xserver-xorg-video-nouveau (1:0.0.16+git20120614+36d3f8c-1) unstable; urgency=low
diff --git a/debian/watch b/debian/watch
index 821941e..1dfc1ad 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1 +1,5 @@
 #git=git://anongit.freedesktop.org/nouveau/xf86-video-nouveau
+version=3
+# Only a bzip2 tarball is currently available -- you need to
+# use uscan's --repack option
+http://nouveau.freedesktop.org/release/xf86-video-nouveau-(.+)\.tar\.bz2


Reply to: