wayland: Changes to 'debian-experimental'
debian/changelog | 8 ++++++--
src/scanner.mk | 8 --------
2 files changed, 6 insertions(+), 10 deletions(-)
New commits:
commit 0606fb3641646c30547d2f06cb105ed8d888cc06
Author: Héctor Orón Martínez <zumbi@debian.org>
Date: Wed May 6 12:45:08 2015 +0200
Release Debian version wayland-1.7.0-1
Signed-off-by: Héctor Orón Martínez <zumbi@debian.org>
diff --git a/debian/changelog b/debian/changelog
index dc1ecf3..3f80c05 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,15 @@
-wayland (1.7.0-1) UNRELEASED; urgency=medium
+wayland (1.7.0-1) experimental; urgency=medium
+ [ Timo Aaltonen ]
* New upstream release.
* control: Add xmlto and graphviz to build-depends to build the
new documentation.
* libwayland-doc: Add a new package for documentation files.
- -- Timo Aaltonen <tjaalton@debian.org> Tue, 10 Feb 2015 12:48:10 +0200
+ [ Hector Oron ]
+ * Upload to experimental.
+
+ -- Hector Oron <zumbi@debian.org> Wed, 06 May 2015 12:35:23 +0200
wayland (1.6.1-2) experimental; urgency=medium
commit 8af1d8f81cb31cda02022c66978b90627fe0a3d4
Author: Héctor Orón Martínez <zumbi@debian.org>
Date: Wed May 6 12:44:35 2015 +0200
scanner.mk: drop, not in upstream tarball
Signed-off-by: Héctor Orón Martínez <zumbi@debian.org>
diff --git a/src/scanner.mk b/src/scanner.mk
deleted file mode 100644
index 1b6963c..0000000
--- a/src/scanner.mk
+++ /dev/null
@@ -1,8 +0,0 @@
-%-protocol.c : $(protocoldir)/%.xml
- $(AM_V_GEN)$(wayland_scanner) code < $< > $@
-
-%-server-protocol.h : $(protocoldir)/%.xml
- $(AM_V_GEN)$(wayland_scanner) server-header < $< > $@
-
-%-client-protocol.h : $(protocoldir)/%.xml
- $(AM_V_GEN)$(wayland_scanner) client-header < $< > $@
Reply to: