[med-svn] [Git][med-team/libace-perl][master] 9 commits: Build using libtirpc

Andreas Tille gitlab at salsa.debian.org
Sat Nov 21 18:01:22 GMT 2020



Andreas Tille pushed to branch master at Debian Med / libace-perl


Commits:
da1c5927 by Andreas Tille at 2020-11-21T18:56:19+01:00
Build using libtirpc

- - - - -
bfad2718 by Andreas Tille at 2020-11-21T18:56:51+01:00
routine-update: Standards-Version: 4.5.1

- - - - -
ba72d909 by Andreas Tille at 2020-11-21T18:56:51+01:00
routine-update: debhelper-compat 13

- - - - -
a8b56224 by Andreas Tille at 2020-11-21T18:56:55+01:00
routine-update: Remove trailing whitespace in debian/changelog

- - - - -
1874b254 by Andreas Tille at 2020-11-21T18:56:55+01:00
routine-update: Remove trailing whitespace in debian/rules

- - - - -
f0414069 by Andreas Tille at 2020-11-21T18:56:55+01:00
routine-update: Add salsa-ci file

- - - - -
f3c88997 by Andreas Tille at 2020-11-21T18:56:55+01:00
routine-update: Rules-Requires-Root: no

- - - - -
23ec8987 by Andreas Tille at 2020-11-21T19:00:00+01:00
DEP3

- - - - -
de9b048d by Andreas Tille at 2020-11-21T19:00:57+01:00
Upload to unstable

- - - - -


7 changed files:

- debian/changelog
- − debian/compat
- debian/control
- + debian/patches/libtirpc.patch
- debian/patches/series
- debian/rules
- + debian/salsa-ci.yml


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,19 @@
+libace-perl (1.92-9) unstable; urgency=medium
+
+  [ Matthias Klose ]
+  * Build using libtirpc.
+    Closes: #974198
+
+  [ Andreas Tille ]
+  * Standards-Version: 4.5.1 (routine-update)
+  * debhelper-compat 13 (routine-update)
+  * Remove trailing whitespace in debian/changelog (routine-update)
+  * Remove trailing whitespace in debian/rules (routine-update)
+  * Add salsa-ci file (routine-update)
+  * Rules-Requires-Root: no (routine-update)
+
+ -- Andreas Tille <tille at debian.org>  Sat, 21 Nov 2020 19:00:09 +0100
+
 libace-perl (1.92-8) unstable; urgency=medium
 
   * Silence lintian about missing DEB_BUILD_OPTIONS in override_dh_auto_test
@@ -89,7 +105,7 @@ libace-perl (1.92-2) unstable; urgency=low
     - Made the Debian Med packaging team the maintainer.
     - Dropped the build dependency on Perl.
   * Updated debian/copyright to my latest exploration of a possible
-    machine-readable format. 
+    machine-readable format.
   * Added bibliographic information in BibTeX format in debian/reference..
 
  -- Charles Plessy <plessy at debian.org>  Sun, 02 Aug 2009 23:15:09 +0900


=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11


=====================================
debian/control
=====================================
@@ -5,11 +5,13 @@ Uploaders: Charles Plessy <plessy at debian.org>,
 Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends: debhelper (>= 11~)
-Standards-Version: 4.2.1
+Build-Depends: debhelper-compat (= 13),
+               libtirpc-dev
+Standards-Version: 4.5.1
 Vcs-Browser: https://salsa.debian.org/med-team/libace-perl
 Vcs-Git: https://salsa.debian.org/med-team/libace-perl.git
 Homepage: https://metacpan.org/release/AcePerl
+Rules-Requires-Root: no
 
 Package: libace-perl
 Architecture: any
@@ -17,7 +19,7 @@ Depends: ${shlibs:Depends},
          ${misc:Depends},
          ${perl:Depends},
          libcache-cache-perl
-Recommends: libcgi-pm-perl | perl (<< 5.19),
+Recommends: libcgi-pm-perl,
             libgd-perl
 Description: Object-Oriented Access to ACEDB Databases
  AcePerl is an object-oriented Perl interface for the AceDB


=====================================
debian/patches/libtirpc.patch
=====================================
@@ -0,0 +1,16 @@
+From: Matthias Klose <doko at debian.org>
+Date: Wed, 11 Nov 2020 09:33:37 +0100
+Description: Build using libtirpc.
+Bug-Debian: https://bugs.debian.org/974198
+
+--- a/acelib/Makefile
++++ b/acelib/Makefile
+@@ -30,7 +30,7 @@ FREE_OBJS = freesubs.o freeout.o messubs
+ ## CC, LIBS, NAME are defined in $(ACEDB_MACHINE)_DEF
+ ##
+ 
+-IDIR = -I. -I./wh
++IDIR = -I. -I./wh -I/usr/include/tirpc
+ # Do not use -I/usr/include
+ # it prevents gcc from picking up its own includes
+ # (cc goes to /usr/include anyway)


=====================================
debian/patches/series
=====================================
@@ -1,3 +1,4 @@
 spelling.patch
 parallel-ftbfs.patch
 defined_hash_array.patch
+libtirpc.patch


=====================================
debian/rules
=====================================
@@ -20,8 +20,8 @@ override_dh_auto_build:
 	# 2) The above plus XS optimizations (requires C compiler)
 	# 3) The above plus RPC server interface (requires C compiler)
 	#
-	# Enter your choice:  [1] 
-	# Do you want to install Ace::Browser?  [n] 
+	# Enter your choice:  [1]
+	# Do you want to install Ace::Browser?  [n]
 	# Directory for the site-specific configuration files (~username ok): [/usr/local/apache/conf/ace]
 	# Directory does not exist.  Shall I create it for you? [y]
 	# Directory for the acebrowser CGI scripts (~username ok): [/usr/local/apache/cgi-bin/ace]


=====================================
debian/salsa-ci.yml
=====================================
@@ -0,0 +1,4 @@
+---
+include:
+  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
+  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml



View it on GitLab: https://salsa.debian.org/med-team/libace-perl/-/compare/b9c005f09429453230b2f87e6f1e7ae9e0fb602f...de9b048d5c425920e9d240dc3be10b6eb1cee6af

-- 
View it on GitLab: https://salsa.debian.org/med-team/libace-perl/-/compare/b9c005f09429453230b2f87e6f1e7ae9e0fb602f...de9b048d5c425920e9d240dc3be10b6eb1cee6af
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/20201121/e6416b5d/attachment-0001.html>


More information about the debian-med-commit mailing list