public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
* [PATCH 0/8] Fixes for Debian package functionality and build
@ 2022-11-15  1:23 Stefano Brivio
  2022-11-15  1:23 ` [PATCH 1/8] Makefile: Honour passed CPPFLAGS, not just CFLAGS Stefano Brivio
                   ` (7 more replies)
  0 siblings, 8 replies; 16+ messages in thread
From: Stefano Brivio @ 2022-11-15  1:23 UTC (permalink / raw)
  To: passt-dev


Stefano Brivio (8):
  Makefile: Honour passed CPPFLAGS, not just CFLAGS
  Makefile: Don't filter out -O2 from supplied flags for AVX2 builds
  Makefile: It's AUDIT_ARCH_MIPSEL64, not AUDIT_ARCH_MIPS64EL
  Makefile: Change HPPA into PARISC while building PASST_AUDIT_ARCH
  util, pasta: Use __clone2() instead of clone() on ia64
  README: Add links to Debian package tracker
  contrib/apparmor: Merge pasta and passt profiles, update rules
  Remove contrib/debian, Debian package development now happens on Salsa

 Makefile                       | 16 ++++----
 README.md                      | 17 ++++----
 contrib/apparmor/usr.bin.passt | 73 ++++++++++++++++++++++++----------
 contrib/apparmor/usr.bin.pasta | 66 ------------------------------
 contrib/debian/README.Debian   |  8 ----
 contrib/debian/changelog       |  6 ---
 contrib/debian/control         | 22 ----------
 contrib/debian/copyright       | 13 ------
 contrib/debian/rules           | 12 ------
 contrib/debian/watch           |  2 -
 pasta.c                        |  9 +++++
 util.h                         | 12 ++++++
 12 files changed, 91 insertions(+), 165 deletions(-)
 delete mode 100644 contrib/apparmor/usr.bin.pasta
 delete mode 100644 contrib/debian/README.Debian
 delete mode 100644 contrib/debian/changelog
 delete mode 100644 contrib/debian/control
 delete mode 100644 contrib/debian/copyright
 delete mode 100755 contrib/debian/rules
 delete mode 100644 contrib/debian/watch

-- 
2.35.1


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2022-11-16 23:53 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-15  1:23 [PATCH 0/8] Fixes for Debian package functionality and build Stefano Brivio
2022-11-15  1:23 ` [PATCH 1/8] Makefile: Honour passed CPPFLAGS, not just CFLAGS Stefano Brivio
2022-11-15  5:00   ` David Gibson
2022-11-15  1:23 ` [PATCH 2/8] Makefile: Don't filter out -O2 from supplied flags for AVX2 builds Stefano Brivio
2022-11-15  5:15   ` David Gibson
2022-11-15  1:23 ` [PATCH 3/8] Makefile: It's AUDIT_ARCH_MIPSEL64, not AUDIT_ARCH_MIPS64EL Stefano Brivio
2022-11-16  5:14   ` David Gibson
2022-11-15  1:23 ` [PATCH 4/8] Makefile: Change HPPA into PARISC while building PASST_AUDIT_ARCH Stefano Brivio
2022-11-16  5:15   ` David Gibson
2022-11-15  1:23 ` [PATCH 5/8] util, pasta: Use __clone2() instead of clone() on ia64 Stefano Brivio
2022-11-16  5:17   ` David Gibson
2022-11-16  8:12     ` Stefano Brivio
2022-11-15  1:23 ` [PATCH 6/8] README: Add links to Debian package tracker Stefano Brivio
2022-11-16  5:18   ` David Gibson
2022-11-15  1:23 ` [PATCH 7/8] contrib/apparmor: Merge pasta and passt profiles, update rules Stefano Brivio
2022-11-15  1:23 ` [PATCH 8/8] Remove contrib/debian, Debian package development now happens on Salsa Stefano Brivio

Code repositories for project(s) associated with this public inbox

	https://passt.top/passt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for IMAP folder(s).