First Add
This commit is contained in:
Executable
+30
@@ -0,0 +1,30 @@
|
||||
genders (2023.07.26a) UNRELEASED; urgency=low
|
||||
|
||||
* Debian 12 port (multiplatformes) (custom-conf 6.0.0)
|
||||
- added Java libs
|
||||
- added c libs
|
||||
- added python 3.11 libraries (simple use: import genders)
|
||||
|
||||
-- Laurent Tomas <laurent.tomas@idiap.ch> Wed, 26 Jul 2023 09:53:42 +0200
|
||||
|
||||
genders (2022.03.01b) UNRELEASED; urgency=high
|
||||
|
||||
* Modification in wrappers
|
||||
- Modified Wrapper, specific change for imager (total wrapper... should be)
|
||||
- rel b modified Wrapper concept to manage options
|
||||
|
||||
-- Laurent Tomas <me@laurent-tomas.com> Tue, 01 Mar 2022 14:03:00 +0200
|
||||
|
||||
genders (2021.12.07g) UNRELEASED; urgency=high
|
||||
|
||||
- added wrapper named nodeattr and renamed nodeattr in nodeattr.bin
|
||||
work with alternate gender file
|
||||
|
||||
-- Laurent Tomas <me@laurent-tomas.com> Tue, 07 Dec 2021 17:05:00 +0200
|
||||
|
||||
genders (2021.11.24g) UNRELEASED; urgency=high
|
||||
|
||||
* genders fork of gender, rebuilt from scratch for DEB 10 & 11
|
||||
based on 1.27.3 from github
|
||||
|
||||
-- Laurent Tomas <me@laurent-tomas.com> Wed, 24 Nov 2021 17:05:00 +0200
|
||||
Executable
+1
@@ -0,0 +1 @@
|
||||
12
|
||||
Executable
+15
@@ -0,0 +1,15 @@
|
||||
Source: genders
|
||||
Section: admin
|
||||
Priority: optionnal
|
||||
Maintainer: Laurent.tomas <Laurent.tomas@idiap.ch>
|
||||
Homepage: http://mirror.cnsr.ch/custom/bullseye/tomas/binary/
|
||||
Standards-Version: 1.27.3.012
|
||||
|
||||
Package: genders
|
||||
Architecture: all
|
||||
Depends: pdsh, libgenders0
|
||||
Description: Fork of Genders 1.27.3 to allow fqdn in place of shortname
|
||||
1.27.3-012 012 add C, Java and python3.11 genders libraries.
|
||||
1.27.3-006 006 add wrapper to allow fqdn as nodename.
|
||||
original genders dosent allow fqdn from Debian >=10
|
||||
this gender contain a wrapper to allow fqdn, binaries designed for GLIBC- GCC10
|
||||
Executable
+1
@@ -0,0 +1 @@
|
||||
usr
|
||||
Executable
+2
@@ -0,0 +1,2 @@
|
||||
#! /bin/bash
|
||||
#
|
||||
Executable
+2
@@ -0,0 +1,2 @@
|
||||
#! /bin/bash
|
||||
#
|
||||
Executable
+12
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
||||
override_dh_install:
|
||||
dh_install
|
||||
find debian -type f -name .gitplaceholder -delete
|
||||
|
||||
override_dh_installdocs:
|
||||
dh_installdocs README
|
||||
|
||||
Reference in New Issue
Block a user