[med-svn] [Git][med-team/rnahybrid][master] 5 commits: Add build target for riscv64

Étienne Mollier (@emollier) gitlab at salsa.debian.org
Sat Jan 7 19:29:10 GMT 2023



Étienne Mollier pushed to branch master at Debian Med / rnahybrid


Commits:
192d334a by Eric Long at 2023-01-07T18:22:12+01:00
Add build target for riscv64

Closes: #1027384

- - - - -
fee27482 by Étienne Mollier at 2023-01-07T18:23:04+01:00
d/control: declare compliance to standards version 4.6.2.

- - - - -
0915922c by Étienne Mollier at 2023-01-07T18:30:15+01:00
fix-implicit-declaration.patch: add; fix implicit calloc declaration.

- - - - -
8e048240 by Étienne Mollier at 2023-01-07T18:31:58+01:00
d/copyright: update copyright years.

- - - - -
846858fe by Étienne Mollier at 2023-01-07T20:28:22+01:00
ready to upload to unstable.

- - - - -


5 changed files:

- debian/changelog
- debian/control
- debian/copyright
- + debian/patches/fix-implicit-declaration.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,17 @@
+rnahybrid (2.1.2-7) unstable; urgency=medium
+
+  * Team upload.
+
+  [ Eric Long ]
+  * Add build target for riscv64  (Closes: #1028122)
+
+  [ Étienne Mollier ]
+  * d/control: declare compliance to standards version 4.6.2.
+  * fix-implicit-declaration.patch: add; fix implicit calloc declaration..
+  * d/copyright: update copyright years.
+
+ -- Étienne Mollier <emollier at debian.org>  Sat, 07 Jan 2023 18:32:46 +0100
+
 rnahybrid (2.1.2-6) unstable; urgency=medium
 
   [ Andreas Tille ]


=====================================
debian/control
=====================================
@@ -6,14 +6,14 @@ Section: science
 Priority: optional
 Build-Depends: debhelper-compat (= 13),
                libg2-dev
-Standards-Version: 4.5.1
+Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/med-team/rnahybrid
 Vcs-Git: https://salsa.debian.org/med-team/rnahybrid.git
 Homepage: http://bibiserv.techfak.uni-bielefeld.de/rnahybrid/submission.html
 Rules-Requires-Root: no
 
 Package: rnahybrid
-Architecture: any-amd64 arm64 armhf any-i386 mips mips64el mipsel ppc64el s390x alpha hppa m68k powerpc powerpcspe ppc64 sh4 sparc64 x32
+Architecture: any-amd64 arm64 armhf any-i386 mips mips64el mipsel ppc64el s390x alpha hppa m68k powerpc powerpcspe ppc64 sh4 sparc64 x32 riscv64
 Depends: ${shlibs:Depends},
          ${misc:Depends}
 Description: Fast and effective prediction of microRNA/target duplexes


=====================================
debian/copyright
=====================================
@@ -30,8 +30,9 @@ License: LGPL-2+
  Public License can be found in `/usr/share/common-licenses/LGPL-2'.
 
 Files: debian/*
-Copyright: 2007 Charles Pless <plessy at debian.org>
-           2012 Andreas Tille <tille at debian.org>
+Copyright: 2007 Charles Plessy <plessy at debian.org>
+           2012-2020 Andreas Tille <tille at debian.org>
+           2023 Étienne Mollier <emollier at debian.org>
 License: GPL-2+
 
 License: GPL-2+


=====================================
debian/patches/fix-implicit-declaration.patch
=====================================
@@ -0,0 +1,17 @@
+Description: fix implicit declaration of calloc from stdlib.h.
+Author: Étienne Mollier <emollier at debian.org>
+Forwarded: no
+Last-Update: 2023-01-07
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- rnahybrid.orig/src/random.c
++++ rnahybrid/src/random.c
+@@ -14,7 +14,7 @@
+ #include <string.h>
+ #include <math.h>
+ #include <ctype.h>
+-
++#include <stdlib.h>
+ 
+ 
+ char *alphabet = "ACGT";


=====================================
debian/patches/series
=====================================
@@ -4,3 +4,4 @@ fixmanpage.patch
 mayhem_check_if_file_exists.patch
 fix_loop_index.patch
 fix_warnings.patch
+fix-implicit-declaration.patch



View it on GitLab: https://salsa.debian.org/med-team/rnahybrid/-/compare/d4ed07056a2c03b3fbe5a522085907426ebb89a4...846858fe13a2a08522568a6b84b334fe7bc5d6d7

-- 
View it on GitLab: https://salsa.debian.org/med-team/rnahybrid/-/compare/d4ed07056a2c03b3fbe5a522085907426ebb89a4...846858fe13a2a08522568a6b84b334fe7bc5d6d7
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/20230107/5d16a650/attachment-0001.htm>


More information about the debian-med-commit mailing list