Francesco Paolo Lovergine pushed to branch master at Debian GIS Project / 
jeolib-miallib


Commits:
f18caeeb by Francesco Paolo Lovergine at 2024-07-02T09:58:59+02:00
Changed d/rules to use dh defaults.

- - - - -
dc7cbc4a by Francesco Paolo Lovergine at 2024-07-02T10:00:51+02:00
Moved wrongly placed debian-specific file.

- - - - -
01a939f6 by Francesco Paolo Lovergine at 2024-07-02T11:00:02+02:00
Revised d/watch for formatting.

- - - - -


3 changed files:

- gbp.conf → debian/gbp.conf
- debian/rules
- debian/watch


Changes:

=====================================
gbp.conf → debian/gbp.conf
=====================================


=====================================
debian/rules
=====================================
@@ -6,29 +6,18 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 # See ENVIRONMENT in dpkg-buildflags(1).
 # Package maintainers to append CFLAGS.
-export DEB_CFLAGS_MAINT_APPEND = -Wno-deprecated-declarations
+#export DEB_CFLAGS_MAINT_APPEND = -Wno-deprecated-declarations
 # Package maintainers to append LDFLAGS.
 #export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 %:
-       dh $@ --buildsystem cmake
-
-override_dh_auto_clean:
-       dh_auto_clean --builddir=build
+       dh $@ --buildsystem cmake --builddirectory=build
 
 override_dh_auto_configure:
-       dh_auto_configure --builddir=build -- \
+       dh_auto_configure -- \
        -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
        -DCMAKE_INSTALL_PREFIX=/usr \
        -DINCLUDE_INSTALL_DIR=include/miallib \
        -DLIBRARY_INSTALL_DIR=usr/lib/$(DEB_BUILD_MULTIARCH) \
        -DCMAKE_BUILD_TYPE=RelWithDebInfo
 
-override_dh_auto_build:
-       dh_auto_build --builddir=build 
-
-override_dh_auto_install:
-       dh_auto_install --builddir=build 
-
-override_dh_auto_test:
-       dh_auto_test --builddir=build 


=====================================
debian/watch
=====================================
@@ -1,5 +1,5 @@
-# Compulsory line, this is a version 4 file.
 version=4
-opts="filenamemangle=s%(?:.*?)?v?(@ANY_VERSION@@ARCHIVE_EXT@)%@PACKAGE@-$1%" \
-    https://github.com/ec-jrc/jeolib-miallib/tags \
-    (?:.*?/)v?@ANY_VERSION@@ARCHIVE_EXT@
+opts=\
+filenamemangle=s%(?:.*?)?v?(@ANY_VERSION@@ARCHIVE_EXT@)%@PACKAGE@-$1% \
+https://github.com/ec-jrc/jeolib-miallib/tags \
+(?:.*?/)v?@ANY_VERSION@@ARCHIVE_EXT@



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/jeolib-miallib/-/compare/7c5bf507e4f204d768c45364eabad1c8fa444d70...01a939f66110791ca7cfd97972fabd6fc47d9d34

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/jeolib-miallib/-/compare/7c5bf507e4f204d768c45364eabad1c8fa444d70...01a939f66110791ca7cfd97972fabd6fc47d9d34
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
Pkg-grass-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to