[med-svn] [Git][med-team/subarch-select][master] 5 commits: New upstream version 0.2

Michael R. Crusoe (@crusoe) gitlab at salsa.debian.org
Fri Aug 4 12:44:08 BST 2023



Michael R. Crusoe pushed to branch master at Debian Med / subarch-select


Commits:
c7c191af by Michael R. Crusoe at 2023-08-04T10:44:08+02:00
New upstream version 0.2
- - - - -
8b3ecffe by Michael R. Crusoe at 2023-08-04T10:44:08+02:00
routine-update: New upstream version

- - - - -
8fdf4f84 by Michael R. Crusoe at 2023-08-04T10:44:09+02:00
Update upstream source from tag 'upstream/0.2'

Update to upstream version '0.2'
with Debian dir 8a0d760318d1bd820ecc606e13b606ec1dc58032
- - - - -
e90e305e by Michael R. Crusoe at 2023-08-04T11:02:53+02:00
remove patch applied upstream

- - - - -
73b3b248 by Michael R. Crusoe at 2023-08-04T11:03:33+02:00
routine-update: Ready to upload to unstable

- - - - -


6 changed files:

- LICENSE
- Makefile
- README.md
- debian/changelog
- − debian/patches/cppflags.patch
- − debian/patches/series


Changes:

=====================================
LICENSE
=====================================
@@ -1,6 +1,7 @@
 The MIT License (MIT)
 
 Copyright (c) 2023 Erik Garrison <erik.garrison at gmail.com>
+              2023 Michael R. Crusoe <crusoe at debian.org>
 
 Permission is hereby granted, free of charge, to any person obtaining a copy of
 this software and associated documentation files (the "Software"), to deal in


=====================================
Makefile
=====================================
@@ -1,7 +1,7 @@
 LDFLAGS := $(LDFLAGS) -lcpu_features
 
 subarch-select: main.cpp
-	g++ $(CXXFLAGS) -o $@ $< $(LDFLAGS)
+	g++ $(CXXFLAGS) $(CPPFLAGS) -o $@ $< $(LDFLAGS)
 
 clean:
 	rm -f subarch-select


=====================================
README.md
=====================================
@@ -1,6 +1,6 @@
 # subarch-select
 
-Pick an executable based on CPU capabilities.
+Pick an executable based on CPU capabilities and pass the remaining command line flags to the target program. Designed for x86-64 systems, including the x86-64 [microarchitecture levels](https://en.wikipedia.org/wiki/X86-64#Microarchitecture_levels) (`x86-64-v2`, `x86-64-v3`, `x86-64-v4`).
 
 ## usage
 
@@ -24,4 +24,5 @@ This is `libcpu-features-dev` on Debian/Ubuntu systems.
 
 ## author
 
-Erik Garrison <erik.garrison at gmail.com>
\ No newline at end of file
+Erik Garrison <erik.garrison at gmail.com>
+Michael R. Crusoe <crusoe at debian.org>


=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+subarch-select (0.2-1) unstable; urgency=medium
+
+  * New upstream version
+  * remove patch applied upstream
+
+ -- Michael R. Crusoe <crusoe at debian.org>  Fri, 04 Aug 2023 11:03:33 +0200
+
 subarch-select (0.1-1) unstable; urgency=medium
 
   * Initial release. (Closes: #1039956)


=====================================
debian/patches/cppflags.patch deleted
=====================================
@@ -1,20 +0,0 @@
-commit ca2dfe20b9384be28b0b3dad7065f45687641ecb
-Author: Michael R. Crusoe <michael.crusoe at gmail.com>
-Date:   Fri Jun 30 14:09:54 2023 +0900
-Origin: upstream,https://github.com/ekg/subarch-select/commit/ca2dfe20b9384be28b0b3dad7065f45687641ecb
-
-    Add CPPFLAGS
-
-diff --git a/Makefile b/Makefile
-index 05e6ecf..9aa4360 100644
---- a/Makefile
-+++ b/Makefile
-@@ -1,7 +1,7 @@
- LDFLAGS := $(LDFLAGS) -lcpu_features
- 
- subarch-select: main.cpp
--	g++ $(CXXFLAGS) -o $@ $< $(LDFLAGS)
-+	g++ $(CXXFLAGS) $(CPPFLAGS) -o $@ $< $(LDFLAGS)
- 
- clean:
- 	rm -f subarch-select


=====================================
debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-cppflags.patch



View it on GitLab: https://salsa.debian.org/med-team/subarch-select/-/compare/0e1dcd8c3476684440ef6221b2b4d6865aa2e954...73b3b2480f9afaa5aa3297028410987bc5e57c57

-- 
View it on GitLab: https://salsa.debian.org/med-team/subarch-select/-/compare/0e1dcd8c3476684440ef6221b2b4d6865aa2e954...73b3b2480f9afaa5aa3297028410987bc5e57c57
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20230804/800467bf/attachment-0001.htm>


More information about the debian-med-commit mailing list