mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ee8794614c | ||
|
|
c4c8e3bc4a | ||
|
|
c6b123e40f | ||
|
|
c83906446f | ||
|
|
6a2e53bc63 |
8
debian/changelog
vendored
8
debian/changelog
vendored
@@ -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
3
debian/salsa-ci.yml
vendored
Normal 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
5
debian/tests/control
vendored
Normal 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
5
debian/tests/convert-deb-to-rpm.sh
vendored
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
cp debian/tests/data/* $AUTOPKGTEST_TMP
|
||||||
|
cd $AUTOPKGTEST_TMP
|
||||||
|
|
||||||
|
alien --to-rpm *
|
||||||
BIN
debian/tests/data/libmnl0_1.0.5-3_amd64.deb
vendored
Normal file
BIN
debian/tests/data/libmnl0_1.0.5-3_amd64.deb
vendored
Normal file
Binary file not shown.
Reference in New Issue
Block a user