Nilesh Patra pushed to branch master at Debian Med / hmmer2
Commits: 86446395 by Nilesh Patra at 2020-09-09T16:09:58+05:30 Add --runstatedir to configure - - - - - b4ba9315 by Nilesh Patra at 2020-09-09T16:11:45+05:30 Do not install Release-Notes - - - - - 3 changed files: - − debian/hmmer2.docs - + debian/patches/add-runstatedir-option.patch - debian/patches/series Changes: ===================================== debian/hmmer2.docs deleted ===================================== @@ -1 +0,0 @@ -Release-Notes ===================================== debian/patches/add-runstatedir-option.patch ===================================== @@ -0,0 +1,63 @@ +Author: Nilesh Patra <[email protected]> +Description: Add "runstatedir" option adopted by dh-compat 11 and above +Last-Changed: September 9, 2020 +--- a/configure ++++ b/configure +@@ -273,7 +273,7 @@ + PACKAGE_BUGREPORT='[email protected]' + + ac_subdirs_all="$ac_subdirs_all squid" +-ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS PACKAGE_RELCODE PACKAGE_DATE PACKAGE_COPYRIGHT PACKAGE_LICENSE PACKAGE_LICENSETAG CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT RANLIB ac_ct_RANLIB AR build build_cpu build_vendor build_os host host_cpu host_vendor host_os EXEC_DEPENDENCY PVMLIBDIR PVMINCDIR PVMPROGS PVMLIBS PTHREAD_CC PTHREAD_LIBS PTHREAD_CFLAGS subdirs LIBOBJS LTLIBOBJS' ++ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir runstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS PACKAGE_RELCODE PACKAGE_DATE PACKAGE_COPYRIGHT PACKAGE_LICENSE PACKAGE_LICENSETAG CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT RANLIB ac_ct_RANLIB AR build build_cpu build_vendor build_os host host_cpu host_vendor host_os EXEC_DEPENDENCY PVMLIBDIR PVMINCDIR PVMPROGS PVMLIBS PTHREAD_CC PTHREAD_LIBS PTHREAD_CFLAGS subdirs LIBOBJS LTLIBOBJS' + ac_subst_files='' + + # Initialize some variables set by options. +@@ -308,6 +308,7 @@ + sysconfdir='${prefix}/etc' + sharedstatedir='${prefix}/com' + localstatedir='${prefix}/var' ++runstatedir='${localstatedir}/run' + libdir='${exec_prefix}/lib' + includedir='${prefix}/include' + oldincludedir='/usr/include' +@@ -436,6 +437,15 @@ + | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) + localstatedir=$ac_optarg ;; + ++ -runstatedir | --runstatedir | --runstatedi | --runstated \ ++ | --runstate | --runstat | --runsta | --runst \ ++ | --runs | --run | --ru) ++ ac_prev=runstatedir ;; ++ -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ ++ | --runstate=* | --runstat=* | --runsta=* | --runst=* \ ++ | --runs=* | --run=* | --ru=*) ++ runstatedir=$ac_optarg ;; ++ + -mandir | --mandir | --mandi | --mand | --man | --ma | --m) + ac_prev=mandir ;; + -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) +@@ -632,7 +642,7 @@ + + # Be sure to have absolute paths. + for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ +- localstatedir libdir includedir oldincludedir infodir mandir ++ localstatedir runstatedir libdir includedir oldincludedir infodir mandir + do + eval ac_val=$`echo $ac_var` + case $ac_val in +@@ -782,6 +792,7 @@ + --sysconfdir=DIR read-only single-machine data [PREFIX/etc] + --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] + --localstatedir=DIR modifiable single-machine data [PREFIX/var] ++ --runstatedir=DIR extra definition of runtime data [LOCALSTATEDIR/run] + --libdir=DIR object code libraries [EPREFIX/lib] + --includedir=DIR C header files [PREFIX/include] + --oldincludedir=DIR C header files for non-gcc [/usr/include] +@@ -4487,6 +4498,7 @@ + s,@sysconfdir@,$sysconfdir,;t t + s,@sharedstatedir@,$sharedstatedir,;t t + s,@localstatedir@,$localstatedir,;t t ++s,@runstatedir@,$runstatedir,;t t + s,@libdir@,$libdir,;t t + s,@includedir@,$includedir,;t t + s,@oldincludedir@,$oldincludedir,;t t ===================================== debian/patches/series ===================================== @@ -3,3 +3,4 @@ userguidepdf spelling.patch use_debian_packaged_biosquid.patch build_libhmmer.a_with-fPIC.patch +add-runstatedir-option.patch View it on GitLab: https://salsa.debian.org/med-team/hmmer2/-/compare/d3aa566a9d27637e1c00ed3794aa63b8140a7929...b4ba9315fc9ec9687c64ae7fff2df35f1592835f -- View it on GitLab: https://salsa.debian.org/med-team/hmmer2/-/compare/d3aa566a9d27637e1c00ed3794aa63b8140a7929...b4ba9315fc9ec9687c64ae7fff2df35f1592835f You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
