[pkg-remote-commits] [xrdp] 01/09: Prepare for new upstream release.
Dominik George
natureshadow-guest at moszumanska.debian.org
Thu Dec 22 21:41:45 UTC 2016
This is an automated email from the git hooks/post-receive script.
natureshadow-guest pushed a commit to branch master
in repository xrdp.
commit 4cf198fb584f47c047f9d31844f8b87124be216a
Author: Dominik George <nik at naturalnet.de>
Date: Thu Dec 22 21:43:12 2016 +0100
Prepare for new upstream release.
---
debian/changelog | 9 +++++++++
debian/rules | 30 ------------------------------
debian/watch | 4 +++-
3 files changed, 12 insertions(+), 31 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 7b05cb5..1a74663 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+xrdp (0.9.1-1) UNRELEASED; urgency=medium
+
+ * New upstream release.
+ * Replaced debian/rules get-orig-source with uscan.
+ * Re-enabled watch file.
+ * Turned into MUT package.
+
+ -- Dominik George <nik at naturalnet.de> Thu, 22 Dec 2016 21:41:50 +0100
+
xrdp (0.9.1~2016121126+git5171fa7-1) unstable; urgency=medium
* New upstream commit picked.
diff --git a/debian/rules b/debian/rules
index 2335b7a..637920a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,5 @@
#!/usr/bin/make -f
-GIT ?= $(shell dpkg-parsechangelog -ldebian/changelog | perl -ne 'print $$1 if m{^Version:\s+[^+]+\+git([^-]+)};')
-VER ?= $(shell dpkg-parsechangelog -ldebian/changelog | perl -ne 'print $$1 if m{^Version:\s+([^+]+\+git[^-]+)};')
-
-LIBRFXCODEC_GIT ?= fb80d7d
-XORGXRDP_GIT ?= 575c0aa
-
DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
DEB_BUILD_MAINT_OPTIONS=hardening=+all
@@ -95,27 +89,3 @@ override_dh_gencontrol:
override_dh_clean:
dh_clean
chmod +x xorgxrdp/tests/xorg-test-run.sh
-
-get-orig-source:
- sh -c '\
- mkdir -p debian/tmp/get-orig-source; \
- cd debian/tmp/get-orig-source; \
- wget https://github.com/neutrinolabs/xrdp/archive/${GIT}.tar.gz; \
- tar -xzf ${GIT}.tar.gz; \
- rm ${GIT}.tar.gz; \
- mv xrdp* xrdp-${VER}; \
- rmdir xrdp-${VER}/librfxcodec xrdp-${VER}/xorgxrdp; \
- wget https://github.com/neutrinolabs/librfxcodec/archive/${LIBRFXCODEC_GIT}.tar.gz; \
- tar -xzf ${LIBRFXCODEC_GIT}.tar.gz; \
- mv librfxcodec* xrdp-${VER}/librfxcodec; \
- rm ${LIBRFXCODEC_GIT}.tar.gz; \
- wget https://github.com/neutrinolabs/xorgxrdp/archive/${XORGXRDP_GIT}.tar.gz; \
- tar -xzf ${XORGXRDP_GIT}.tar.gz; \
- mv xorgxrdp* xrdp-${VER}/xorgxrdp; \
- rm ${XORGXRDP_GIT}.tar.gz; \
- rm -rf xrdp-${VER}/.git*; \
- tar -caf xrdp_${VER}.orig.tar.xz --owner=root --group=root --mode=a+rX xrdp-${VER}; \
- mv xrdp_${VER}.orig.tar.xz ../../../../; \
- cd ../../../; \
- rm -rf debian/tmp/; \
- '
diff --git a/debian/watch b/debian/watch
index 24a464f..950aa8d 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1 +1,3 @@
-# nothing to watch out for
+version=4
+https://github.com/neutrinolabs/@PACKAGE@/releases .*/@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@ debian
+opts=component=xorgxrdp https://github.com/neutrinolabs/xorgxrdp/releases .*/xorgxrdp at ANY_VERSION@@ARCHIVE_EXT@ 0.2.0 uupdate
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-remote/packages/xrdp.git
More information about the pkg-remote-commits
mailing list