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 | |
|---|---|---|---|
|
|
ccd0532208 | ||
|
|
3985359d47 | ||
|
|
385b2066d3 | ||
|
|
b65f2d6974 | ||
|
|
2989545da6 |
@@ -773,6 +773,9 @@ sub arch {
|
||||
elsif ($arch eq 'all') {
|
||||
$arch='noarch';
|
||||
}
|
||||
elsif ($arch eq 'arm64') {
|
||||
$arch='aarch64';
|
||||
}
|
||||
elsif ($arch eq 'ppc64el') {
|
||||
$arch='ppc64le';
|
||||
}
|
||||
|
||||
12
debian/changelog
vendored
12
debian/changelog
vendored
@@ -1,3 +1,15 @@
|
||||
alien (8.95.7) unstable; urgency=medium
|
||||
|
||||
* QA upload.
|
||||
* debian/copyright: use spaces rather than tabs to start continuation lines.
|
||||
* Update standards version to 4.6.2, no changes needed.
|
||||
|
||||
[ Alois Klink ]
|
||||
* Alien/Package/Rpm.pm: Map arm64 in deb to aarch64 in rpm.
|
||||
This fixes conversion of arm64 deb packages.
|
||||
|
||||
-- Bastian Germann <bage@debian.org> Sat, 22 Jun 2024 19:41:24 +0000
|
||||
|
||||
alien (8.95.6) unstable; urgency=medium
|
||||
|
||||
* QA upload.
|
||||
|
||||
2
debian/control
vendored
2
debian/control
vendored
@@ -3,7 +3,7 @@ Section: admin
|
||||
Priority: optional
|
||||
Build-Depends: debhelper-compat (= 13)
|
||||
Maintainer: Debian QA Group <packages@qa.debian.org>
|
||||
Standards-Version: 4.6.0
|
||||
Standards-Version: 4.6.2
|
||||
Rules-Requires-Root: no
|
||||
Vcs-Git: https://salsa.debian.org/debian/alien.git
|
||||
Vcs-Browser: https://salsa.debian.org/debian/alien
|
||||
|
||||
14
debian/copyright
vendored
14
debian/copyright
vendored
@@ -3,17 +3,17 @@ Source: native package
|
||||
|
||||
Files: *
|
||||
Copyright: 1996-1997 Christoph Lameter <clameter@debian.org>
|
||||
1997 Randolph Chung <rc42@cornell.edu>
|
||||
2001 Mark A. Hershberger <mah@everybody.org>
|
||||
1997-2011 Joey Hess <joeyh@debian.org>
|
||||
1997 Randolph Chung <rc42@cornell.edu>
|
||||
2001 Mark A. Hershberger <mah@everybody.org>
|
||||
1997-2011 Joey Hess <joeyh@debian.org>
|
||||
License: GPL-2+
|
||||
|
||||
Files: debian/*
|
||||
Copyright: 1996-1997 Christoph Lameter <clameter@debian.org>
|
||||
1997 Randolph Chung <rc42@cornell.edu>
|
||||
2001 Mark A. Hershberger <mah@everybody.org>
|
||||
1997-2011 Joey Hess <joeyh@debian.org>
|
||||
2015 Fabiano Antunes <fabianoantunes@itgen.com.br>
|
||||
1997 Randolph Chung <rc42@cornell.edu>
|
||||
2001 Mark A. Hershberger <mah@everybody.org>
|
||||
1997-2011 Joey Hess <joeyh@debian.org>
|
||||
2015 Fabiano Antunes <fabianoantunes@itgen.com.br>
|
||||
License: GPL-2+
|
||||
|
||||
License: GPL-2+
|
||||
|
||||
Reference in New Issue
Block a user