summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog12
-rw-r--r--debian/control4
-rw-r--r--debian/gitlab-ci.yml9
-rw-r--r--debian/libubertooth1.symbols1
4 files changed, 24 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index a94f58e..f39361c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+ubertooth (2018.12.R1-1) unstable; urgency=medium
+
+ * New upstream release
+ * debian/control:
+ - Move Vcs from github to salsa
+ * debian/libubertooth1.symbols:
+ - Added new symbol in symbols file
+ * debian/gitlab-ci.yml:
+ - Enable CI on salsa.debian.org
+
+ -- Ruben Undheim <ruben.undheim@gmail.com> Thu, 20 Dec 2018 10:36:18 +0100
+
ubertooth (2018.08.R1-4) unstable; urgency=medium
[ Helmut Grohne ]
diff --git a/debian/control b/debian/control
index e53c8ee..395b839 100644
--- a/debian/control
+++ b/debian/control
@@ -15,8 +15,8 @@ Build-Depends-Indep: gcc-arm-none-eabi,
libnewlib-arm-none-eabi,
libstdc++-arm-none-eabi-newlib
Standards-Version: 4.2.1
-Vcs-Browser: https://github.com/rubund/debian-ubertooth/tree/master
-Vcs-Git: https://github.com/rubund/debian-ubertooth.git
+Vcs-Browser: https://salsa.debian.org/rubund/ubertooth
+Vcs-Git: https://salsa.debian.org/rubund/ubertooth.git
Homepage: http://ubertooth.sourceforge.net/
Package: libubertooth1
diff --git a/debian/gitlab-ci.yml b/debian/gitlab-ci.yml
new file mode 100644
index 0000000..d9acd28
--- /dev/null
+++ b/debian/gitlab-ci.yml
@@ -0,0 +1,9 @@
+image: registry.salsa.debian.org/salsa-ci-team/ci-image-git-buildpackage:latest
+
+build:
+ artifacts:
+ paths:
+ - "*.deb"
+ expire_in: 1 day
+ script:
+ - gitlab-ci-git-buildpackage-all
diff --git a/debian/libubertooth1.symbols b/debian/libubertooth1.symbols
index 47d11e5..992fd27 100644
--- a/debian/libubertooth1.symbols
+++ b/debian/libubertooth1.symbols
@@ -77,6 +77,7 @@ libubertooth.so.1 libubertooth1 #MINVER#
cmd_afh@Base 2015.10.R1+20161126gitf85a6a2
cmd_fix_clock_drift@Base 2015.10.R1+20161126gitf85a6a2
cmd_hop@Base 2015.10.R1+20161126gitf85a6a2
+ cmd_le_set_adv_data@Base 2018.12.R1
cmd_trim_clock@Base 2015.10.R1+20161126gitf85a6a2
cmd_tx_syms@Base 2015.10.R1+20161126gitf85a6a2
do_exit@Base 2015.10.R1+20161126gitf85a6a2