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

mesa: Changes to 'debian-unstable'



 debian/README.source |    6 ++++++
 debian/changelog     |    8 ++++++--
 2 files changed, 12 insertions(+), 2 deletions(-)

New commits:
commit 63e119d98d814e22856fedc952b67ff42df95df2
Author: Cyril Brulebois <kibi@debian.org>
Date:   Sat Sep 24 20:32:57 2011 +0200

    Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 1f5422e..090e0ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-mesa (7.11-6) UNRELEASED; urgency=low
+mesa (7.11-6) unstable; urgency=low
 
   [ Julien Cristau ]
   * Inline what's left of debian/scripts/choose-configs in debian/rules.
@@ -11,7 +11,7 @@ mesa (7.11-6) UNRELEASED; urgency=low
   [ Cyril Brulebois ]
   * Document the symlink dance in README.source.
 
- -- Julien Cristau <jcristau@debian.org>  Sun, 28 Aug 2011 19:46:58 +0200
+ -- Cyril Brulebois <kibi@debian.org>  Sat, 24 Sep 2011 20:32:55 +0200
 
 mesa (7.11-5) unstable; urgency=low
 

commit aee32cbeae3e76bab261fc02fa5e608b71360439
Author: Cyril Brulebois <kibi@debian.org>
Date:   Sat Sep 24 20:32:27 2011 +0200

    Document the symlink dance in README.source.

diff --git a/debian/README.source b/debian/README.source
index 8ff408c..4995b48 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -22,6 +22,12 @@ just need to be pulled into git.debian.org in a "upstream-*" branch.
 
 The .orig.tar.gz is upstream's MesaLib tarball.
 
+While building from git, dpkg-source can complain about symlinks vs.
+normal files mismatches. To work around this issue, before uploading,
+and without committing:
+
+  find -type l | while read dest; do src=$(readlink -f $dest); rm $dest; cp $src $dest; done
+
 The Debian packaging is added by creating the "debian-*" git branch
 which contains the aforementioned "upstream-*" branch plus the debian/
 repository files.
diff --git a/debian/changelog b/debian/changelog
index a82516f..1f5422e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 mesa (7.11-6) UNRELEASED; urgency=low
 
+  [ Julien Cristau ]
   * Inline what's left of debian/scripts/choose-configs in debian/rules.
   * Enable texture-float for dri (closes: #635651).
   * Update from upstream's 7.11 branch (commit e7794048)
@@ -7,6 +8,9 @@ mesa (7.11-6) UNRELEASED; urgency=low
     - Fix comments in libegl1-mesa.symbols to avoid impending FTBFS with the
       upcoming dpkg-dev 1.16.1 (closes: #642690)
 
+  [ Cyril Brulebois ]
+  * Document the symlink dance in README.source.
+
  -- Julien Cristau <jcristau@debian.org>  Sun, 28 Aug 2011 19:46:58 +0200
 
 mesa (7.11-5) unstable; urgency=low


Reply to: