5 Commits

Author SHA1 Message Date
Marcos Talau
ee8794614c Renamed debian/tests/convert_deb_to_rpm.sh to debian/tests/convert-deb-to-rpm.sh 2024-11-24 22:07:23 -03:00
Daniel Costa
c4c8e3bc4a debian/changelog: Update 2024-11-24 21:33:28 -03:00
Daniel Costa
c6b123e40f debian/tests/control:
Create autopkgtest
2024-11-24 21:32:24 -03:00
Daniel Costa
c83906446f debian/changelog: Update 2024-11-24 20:00:52 -03:00
Daniel Costa
6a2e53bc63 debian/salsa-ci.yml: Add
to provide CI tests for Salsa
2024-11-24 19:49:31 -03:00
5 changed files with 21 additions and 0 deletions

8
debian/changelog vendored
View File

@@ -1,3 +1,11 @@
alien (8.95.8) unstable; urgency=medium
* QA upload.
* debian/salsa-ci.yml: Add to provide CI tests for Salsa.
* debian/tests/*: Create autopkgtest.
-- Daniel Alber Costa <danielrodrc@gmail.com> Sun, 24 Nov 2024 21:32:45 -0300
alien (8.95.7) unstable; urgency=medium alien (8.95.7) unstable; urgency=medium
* QA upload. * QA upload.

3
debian/salsa-ci.yml vendored Normal file
View File

@@ -0,0 +1,3 @@
---
include:
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml

5
debian/tests/control vendored Normal file
View File

@@ -0,0 +1,5 @@
Test-Command: alien --help 2>&1 | grep "^Usage: alien"
Restrictions: allow-stderr, superficial
Tests: convert-deb-to-rpm.sh
Restrictions: allow-stderr, superficial

5
debian/tests/convert-deb-to-rpm.sh vendored Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
cp debian/tests/data/* $AUTOPKGTEST_TMP
cd $AUTOPKGTEST_TMP
alien --to-rpm *

Binary file not shown.