mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-16 00:13:00 +00:00
Debian: remove comments from watch file
This commit is contained in:
parent
cda600a4aa
commit
08bef99244
@ -24,7 +24,7 @@ name: ubuntu-focal
|
||||
|
||||
steps:
|
||||
- name: ubuntu-build
|
||||
image: dankamongmen/focal:2020-02-07a
|
||||
image: dankamongmen/focal:2020-02-11a
|
||||
commands:
|
||||
- apt-get update
|
||||
- apt-get -y dist-upgrade
|
||||
|
7
debian/watch
vendored
7
debian/watch
vendored
@ -1,12 +1,5 @@
|
||||
# Example watch control file for uscan
|
||||
# Rename this file to "watch" and then you can run the "uscan" command
|
||||
# to check for upstream updates and more.
|
||||
# See uscan(1) for format
|
||||
|
||||
# Compulsory line, this is a version 4 file
|
||||
version=4
|
||||
|
||||
# GitHub hosted projects
|
||||
opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.dfsg\.tar\.gz%notcurses-$1.tar.gz%" \
|
||||
https://github.com/dankamongmen/notcurses/tags \
|
||||
(?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate
|
||||
|
@ -4,7 +4,7 @@
|
||||
#ifndef DISABLE_FFMPEG
|
||||
#include <libavutil/pixdesc.h>
|
||||
#include <libavutil/avconfig.h>
|
||||
#include <libavcodec/avcodec.h> // ffmpeg doesn't reliably "C"-guard itself
|
||||
#include <libavcodec/avcodec.h>
|
||||
#endif
|
||||
|
||||
TEST_CASE("Multimedia") {
|
||||
|
Loading…
Reference in New Issue
Block a user