[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#985067: marked as done (unblock: libint/1.2.1-5)



Your message dated Fri, 12 Mar 2021 18:26:03 +0000
with message-id <E1lKmU7-0002zX-Ml@respighi.debian.org>
and subject line unblock libint
has caused the Debian Bug report #985067,
regarding unblock: libint/1.2.1-5
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
985067: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=985067
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package libint

This appears to be required because libint does not have autopkgtests, and will
make libint and psi4 transition.

unblock libint/1.2.1-5

-- System Information:
Debian Release: 10.8
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.19.0-13-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff --git a/debian/changelog b/debian/changelog
index 32539f9..494cc22 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,37 @@
+libint (1.2.1-5) unstable; urgency=medium
+
+  * Team upload
+  * Add Breaks on psi4 (<< 1:1.3.2+dfsg-1)
+
+ -- Graham Inggs <ginggs@debian.org>  Thu, 04 Mar 2021 14:25:43 +0000
+
+libint (1.2.1-4) unstable; urgency=medium
+
+  * debian/rules (override_dh_auto_configure): Increase angular momentum
+    configure options by one.
+
+ -- Michael Banck <mbanck@debian.org>  Sun, 17 Jan 2021 18:50:04 +0100
+
+libint (1.2.1-3) unstable; urgency=medium
+
+  * debian/rules (override_dh_auto_configure): Set cmake's MAX_AM_ERI variable
+    to 5 to be more in-line with the autotools build.
+  * debian/rules (override_dh_auto_configure): Add ENABLE_XHOST=OFF to cmake
+    variables. 
+  * debian/rules (override_dh_auto_install): Skip installing the cmake build.
+  * debian/libint-dev.install: Install the cmake files directly out of the
+    build directory.
+  * debian/rules (override_dh_auto_configure): Add --with-pic to configure
+    arguments.
+  * debian/control (Standards-Version): Bumped to 4.5.1.
+  * debian/compat: Bump to 11.
+  * debian/rules (override_dh_auto_install,override_dh_install): Targets
+    removed.
+  * debian/libint1.install,debian/libint-dev.install: Update for multiarch
+    libdir.
+
+ -- Michael Banck <mbanck@debian.org>  Sat, 16 Jan 2021 19:50:14 +0100
+
 libint (1.2.1-2) unstable; urgency=medium
 
   * debian/libint1.links: Reintroduce lib*-stable.so.1 as symlinks (Closes:
diff --git a/debian/compat b/debian/compat
index 45a4fb7..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+11
diff --git a/debian/control b/debian/control
index 5a6bc33..ad2769a 100644
--- a/debian/control
+++ b/debian/control
@@ -11,15 +11,16 @@ Build-Depends: autotools-dev (>> 20100122.1~),
                texlive-base-bin,
                texlive-font-utils,
                texlive-latex-base
-Standards-Version: 3.9.4
+Standards-Version: 4.5.1
 Homepage: http://sourceforge.net/p/libint/home/
-Vcs-Browser: http://anonscm.debian.org/viewvc/debichem/unstable/libint/
-Vcs-Svn: svn://anonscm.debian.org/debichem/unstable/libint/
+Vcs-Browser: https://salsa.debian.org/debichem-team/libint
+Vcs-Git: https://salsa.debian.org/debichem-team/libint.git
 
 Package: libint1
 Section: libs
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
+Breaks: psi4 (<< 1:1.3.2+dfsg-1)
 Description: Evaluate the integrals in modern atomic and molecular theory
  The LIBINT library is used to evaluate the traditional (electron repulsion)
  and certain novel two-body matrix elements (integrals) over Cartesian
diff --git a/debian/libint-dev.install b/debian/libint-dev.install
index 103f8eb..42c016b 100644
--- a/debian/libint-dev.install
+++ b/debian/libint-dev.install
@@ -1,4 +1,5 @@
 usr/include/*
-usr/lib/lib*.a
-usr/lib/lib*.so
-usr/share/cmake
+usr/lib/*/lib*.a
+usr/lib/*/lib*.so
+obj-*/stage/usr/share/cmake/Libint	/usr/share/cmake
+obj-*/LibintConfig*cmake		/usr/share/cmake/Libint
diff --git a/debian/libint1.install b/debian/libint1.install
index d0dbfd1..3ddde58 100644
--- a/debian/libint1.install
+++ b/debian/libint1.install
@@ -1 +1 @@
-usr/lib/lib*.so.*
+usr/lib/*/lib*.so.*
diff --git a/debian/rules b/debian/rules
index 0c58153..71bd4ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,29 +30,24 @@ override_dh_auto_configure:
 		--enable-deriv \
 		--enable-r12 \
 		--enable-debug=opt \
-		--with-libint-max-am=5 \
-		--with-libderiv-max-am1=4 \
-		--with-libderiv-max-am2=3 \
+		--with-libint-max-am=6 \
+		--with-libderiv-max-am1=5 \
+		--with-libderiv-max-am2=4 \
 		--prefix=/usr \
 		--with-cc-optflags="$(CFLAGS) $(CPPFLAGS)" \
 		--with-cxx-optflags="$(CXXFLAGS) $(CPPFLAGS)" \
-		--with-libdirs="$(LDFLAGS)"
+		--with-libdirs="$(LDFLAGS)" \
+		--with-pic
 	dh_auto_configure --buildsystem=cmake -- 	\
 		-DCMAKE_BUILD_TYPE=RelWithDebInfo	\
 		-DCMAKE_INSTALL_LIBDIR=lib		\
-		-DMAX_AM_ERI=4
+		-DMAX_AM_ERI=6				\
+		-DENABLE_XHOST=OFF
 
 override_dh_auto_build:
 	$(MAKE) -C doc
 	dh_auto_build
 	dh_auto_build --buildsystem=cmake
 
-override_dh_auto_install:
-	dh_auto_install
-	dh_auto_install --buildsystem=cmake
-
-override_dh_install:
-	dh_install --list-missing
-
 override_dh_installchangelogs:
 	dh_installchangelogs CHANGES

--- End Message ---
--- Begin Message ---
Unblocked libint.

--- End Message ---

Reply to: