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

libdrm: Changes to 'debian-experimental'



 debian/changelog |    9 +++++++--
 debian/rules     |    5 +----
 2 files changed, 8 insertions(+), 6 deletions(-)

New commits:
commit f86cfaab07a02543f48dca559f9476ad5ea31bba
Author: Emilio Pozuelo Monfort <pochu@debian.org>
Date:   Fri Jan 27 17:54:06 2017 +0100

    Release to unstable

diff --git a/debian/changelog b/debian/changelog
index 535df57..59fef5f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libdrm (2.4.74-2) UNRELEASED; urgency=medium
+libdrm (2.4.74-2) unstable; urgency=medium
 
   [ Andreas Boll ]
   * Switch to dbgsym packages.
@@ -8,7 +8,7 @@ libdrm (2.4.74-2) UNRELEASED; urgency=medium
   * Stop passing --disable-silent-rules to configure, debhelper does it now.
   * Don't override dh_auto_install, it defaults to debian/tmp.
 
- -- Andreas Boll <andreas.boll.dev@gmail.com>  Fri, 27 Jan 2017 15:15:41 +0100
+ -- Emilio Pozuelo Monfort <pochu@debian.org>  Fri, 27 Jan 2017 17:54:01 +0100
 
 libdrm (2.4.74-1) unstable; urgency=medium
 

commit 350d2c1854152f4a91dd36f571f5b890437e08cd
Author: Emilio Pozuelo Monfort <pochu@debian.org>
Date:   Fri Jan 27 17:51:57 2017 +0100

    Don't override dh_auto_install

diff --git a/debian/changelog b/debian/changelog
index 6d2105b..535df57 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ libdrm (2.4.74-2) UNRELEASED; urgency=medium
 
   [ Emilio Pozuelo Monfort ]
   * Stop passing --disable-silent-rules to configure, debhelper does it now.
+  * Don't override dh_auto_install, it defaults to debian/tmp.
 
  -- Andreas Boll <andreas.boll.dev@gmail.com>  Fri, 27 Jan 2017 15:15:41 +0100
 
diff --git a/debian/rules b/debian/rules
index 9513d3a..067ed60 100755
--- a/debian/rules
+++ b/debian/rules
@@ -95,9 +95,6 @@ override_dh_auto_configure:
 override_dh_auto_test:
 	dh_auto_test || echo "Test suite failure, but keeping on anyway"
 
-override_dh_auto_install:
-	dh_auto_install --destdir=debian/tmp
-
 override_dh_install:
 	find debian/tmp -name '*.la' -delete
 	dh_install --fail-missing

commit fe520bb902fc71b532ae921024e1e4ef3b82388b
Author: Emilio Pozuelo Monfort <pochu@debian.org>
Date:   Fri Jan 27 17:50:25 2017 +0100

    Stop passing --disable-silent-rules to configure

diff --git a/debian/changelog b/debian/changelog
index d807bf6..6d2105b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
 libdrm (2.4.74-2) UNRELEASED; urgency=medium
 
+  [ Andreas Boll ]
   * Switch to dbgsym packages.
   * Enable building etnaviv on armhf (Closes: #852685).
 
+  [ Emilio Pozuelo Monfort ]
+  * Stop passing --disable-silent-rules to configure, debhelper does it now.
+
  -- Andreas Boll <andreas.boll.dev@gmail.com>  Fri, 27 Jan 2017 15:15:41 +0100
 
 libdrm (2.4.74-1) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index 7ba2a69..9513d3a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -90,7 +90,7 @@ endif
 ###
 
 override_dh_auto_configure:
-	dh_auto_configure -- --disable-silent-rules --enable-static=yes $(confflags)
+	dh_auto_configure -- --enable-static=yes $(confflags)
 
 override_dh_auto_test:
 	dh_auto_test || echo "Test suite failure, but keeping on anyway"


Reply to: