Codebase list trend / 062fa9a
Merge branch 'master' into 'master' Master See merge request debian/trend!1 Otto Kekäläinen 3 years ago
7 changed file(s) with 36 addition(s) and 78 deletion(s). Raw diff Collapse all Expand all
0 trend (1.4-2) UNRELEASED; urgency=medium
0 trend (1.4-2) unstable; urgency=medium
11
2 [ Ondřej Nový ]
23 * d/copyright: Use https protocol in Format field
34 * d/control: Deprecating priority extra as per policy 4.0.1
45 * d/control: Set Vcs-* to salsa.debian.org
56
6 -- Ondřej Nový <onovy@debian.org> Mon, 01 Oct 2018 10:19:35 +0200
7 [ Otto Kekäläinen ]
8 * Mark autopkgtests with new 'superficial' as it applies to this package
9 * Prefer salsa-ci.yml naming over gitlab-ci.yml since we inherit Salsa-CI
10 * Apply wrap-and-sort -a
11
12 [ Pablo Mestre Drake ]
13 * Update salsa-ci.yml file to use the standard version
14 * Migrate Standards-Version to 4.5.0
15 * Update d/control: Build-Depends and Rules-Requires-Root
16 - debhelper-compat (= 13)
17 - Rules-Requires-Root: no
18 * Remove the argument --parallel
19 Refer to the debhelper(7) manual page and the dh(1) manual
20 page for details.
21 Lintian warning: debian-rules-uses-unnecessary-dh-argument
22 dh ... --parallel
23 * Change url from http to https in d/watch file
24 - Lintian warning: debian-watch-uses-insecure-uri
25 * Add upstream metadata
26
27 -- Pablo Mestre Drake <pmdcuba@gmail.com> Fri, 22 May 2020 21:07:06 -0300
728
829 trend (1.4-1) unstable; urgency=low
930
+0
-1
debian/compat less more
0 9
22 Priority: optional
33 Maintainer: Yuri D'Elia <wavexx@thregr.org>
44 Uploaders: Otto Kekäläinen <otto@debian.org>
5 Build-Depends: debhelper (>= 9),
5 Build-Depends: debhelper-compat (= 13),
66 freeglut3-dev
7 Standards-Version: 3.9.8
7 Standards-Version: 4.5.0
88 Homepage: http://www.thregr.org/~wavexx/software/trend/
99 Vcs-Git: https://salsa.debian.org/debian/trend.git
1010 Vcs-Browser: https://salsa.debian.org/debian/trend
11 Rules-Requires-Root: no
1112
1213 Package: trend
1314 Architecture: any
88
99 # Rules
1010 %:
11 dh $@ --sourcedirectory=src --parallel
11 dh $@ --sourcedirectory=src
1212
1313 override_dh_auto_clean:
1414 $(MAKE) -Csrc clean
0 variables:
1 DEBFULLNAME: "Salsa Pipeline"
2 DEBEMAIL: "<salsa-pipeline@debian.org>"
3 DEBIAN_FRONTEND: noninteractive
4 WORKING_DIR: ./debian/output
5
6 stages:
7 - build
8 - test
9
10 image: debian:unstable
11
12 build package:
13 stage: build
14 artifacts:
15 expire_in: 180 day
16 name: "$CI_BUILD_NAME"
17 paths:
18 - ${WORKING_DIR}/
19 script:
20 - apt-get update
21 - apt-get install eatmydata -y
22 - eatmydata apt-get build-dep -y .
23 - eatmydata apt-get install git-buildpackage -y
24 - gbp pull --ignore-branch
25 - gbp buildpackage --git-ignore-branch --git-export-dir=${WORKING_DIR} -us -uc
26
27 run autopkgtest:
28 stage: test
29 script:
30 - apt-get update && apt-get install autopkgtest eatmydata -y --no-install-recommends
31 - eatmydata autopkgtest ${WORKING_DIR}/*.deb -- null
32
33 run lintian:
34 stage: test
35 script:
36 - apt-get update && apt-get install lintian -y --no-install-recommends
37 - lintian -iI ${WORKING_DIR}/*.changes
38
39 run reprotest:
40 stage: test
41 image: genericpipeline/reprotest-docker
42 artifacts:
43 name: "$CI_BUILD_NAME"
44 expire_in: 180 day
45 paths:
46 - ./reprotest.log
47 when: always
48 script:
49 - apt-get update && apt-get install eatmydata -y
50 - eatmydata apt-get build-dep -y .
51 - export DEB_BUILD_OPTIONS=nocheck
52 - eatmydata reprotest . -- null &> reprotest.log
53 tags:
54 - privileged
55
56 run piuparts:
57 stage: test
58 image: genericpipeline/piuparts-docker
59 services:
60 - docker:dind
61 script:
62 - CHROOT_PATH=/tmp/debian-unstable
63 - CONTAINER_ID=$(docker run --rm -d debian:unstable sleep infinity)
64 - docker exec ${CONTAINER_ID} bash -c "apt-get update && apt-get install eatmydata -y"
65 - mkdir -p ${CHROOT_PATH}
66 - docker export ${CONTAINER_ID} | tar -C ${CHROOT_PATH} -xf -
67 - mknod -m 666 ${CHROOT_PATH}/dev/urandom c 1 9
68 - piuparts --hard-link -e ${CHROOT_PATH} ${WORKING_DIR}/*.deb
69 tags:
70 - privileged
0 ---
1 include:
2 - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
3 - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
0 Bug-Database: https://gitlab.com/wavexx/trend/-/issues
1 Bug-Submit: https://gitlab.com/wavexx/trend/-/issues/new
2 Repository: https://gitlab.com/wavexx/trend.git
3 Repository-Browse: https://gitlab.com/wavexx/trend
00 version=3
11 opts=uversionmangle=s/^(\d{8})$/0.$1/ \
2 http://www.thregr.org/~wavexx/software/trend/releases/trend-(\d.*)\.tar\.gz
2 https://www.thregr.org/~wavexx/software/trend/releases/trend-(\d.*)\.tar\.gz