Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
utzcoz
Monado
Commits
7dc10934
Commit
7dc10934
authored
Oct 26, 2021
by
Ryan Pavlik
Browse files
Finish repo package sync
parent
46ae494a
Changes
5
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
7dc10934
monado (21.0.0~dfsg1-2)
UNRELEASED
; urgency=medium
monado (21.0.0~dfsg1-2)
unstable
; urgency=medium
* d/control: Add Build-Depends on libbsd-dev for pidfile support when building service.
* d/control
- Add Build-Depends on libbsd-dev for pidfile support when
building service.
- Bump Standards-Version to 4.6.0, no changes required.
- Remove Build-Depends that we don't actually use.
- Exclude some dependencies on less-common arches to fix builds.
* d/copyright: Update
* Backport patch for upstream to fix FTBFS, closes: #997239
* Clean up/annotate patches
* Switch to pandoc from markdown for formatting changelog.
-- Ryan Pavlik <ryan@ryanpavlik.com>
Mon, 11
Oct 2021 1
3
:5
8:30
-0500
-- Ryan Pavlik <ryan@ryanpavlik.com>
Tue, 26
Oct 2021 1
6
:5
9:16
-0500
monado (21.0.0~dfsg1-1) unstable; urgency=medium
...
...
debian/control
View file @
7dc10934
...
...
@@ -5,10 +5,8 @@ Section: libs
Priority: optional
Build-Depends: debhelper-compat (= 12),
cmake,
doxygen,
glslang-tools,
graphviz,
libavcodec-dev,
libavcodec-dev [!hppa !sh4],
libbsd-dev [linux-any],
libcjson-dev,
libdbus-1-dev [linux-any],
...
...
@@ -19,7 +17,7 @@ Build-Depends: debhelper-compat (= 12),
libgstreamer1.0-dev,
libgstreamer-plugins-base1.0-dev,
libhidapi-dev [!hurd-i386],
libopencv-dev,
libopencv-dev
[!alpha !ia64 !sparc64 !x32]
,
libsystemd-dev [linux-any],
libsdl2-dev,
libudev-dev,
...
...
@@ -33,9 +31,9 @@ Build-Depends: debhelper-compat (= 12),
libxcb-randr0-dev,
libxrandr-dev,
libxxf86vm-dev,
markdown
<!nodoc>,
pandoc
<!nodoc>,
pkg-config
Standards-Version: 4.
5.1
Standards-Version: 4.
6.0
Vcs-Browser: https://gitlab.freedesktop.org/monado/monado/-/tree/debian/sid
Vcs-Git: https://gitlab.freedesktop.org/monado/monado.git -b debian/sid
Homepage: https://monado.freedesktop.org/
...
...
debian/copyright
View file @
7dc10934
...
...
@@ -5,7 +5,7 @@ Copyright: 2018-2021, Collabora, Ltd.
License: BSL-1.0
Files: *
Copyright: 2018-202
0
, Collabora, Ltd.
Copyright: 2018-202
1
, Collabora, Ltd.
License: BSL-1.0
Files: cmake/GetGitRevisionDescription.cmake.in
...
...
debian/copyright-scan-patterns.yml
View file @
7dc10934
...
...
@@ -3,4 +3,3 @@ ignore:
pattern
:
-
.reuse/*
-
.gitlab-ci
debian/rules
View file @
7dc10934
...
...
@@ -46,7 +46,7 @@ override_dh_install:
ifeq (,$(findstring nodoc,$(DEB_BUILD_OPTIONS)))
mkdir -p debian/tmp/usr/share/doc/monado
cp doc/CHANGELOG.md debian/tmp/usr/share/doc/monado/changelog
markdown
doc/CHANGELOG.md > debian/tmp/usr/share/doc/monado/changelog.html
pandoc -f markdown -t html
doc/CHANGELOG.md > debian/tmp/usr/share/doc/monado/changelog.html
endif
ifneq (,$(findstring linux,$(DEB_HOST_ARCH_OS)))
sed -i "s/%N/monado/" debian/tmp/usr/lib/systemd/user/monado.service
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment