Bas Couwenberg pushed to branch master at Debian GIS Project / spatialite-tools


Commits:
558b2b8a by Bas Couwenberg at 2023-08-13T17:38:17+02:00
Use execute_before instead of override in rules file.

- - - - -


3 changed files:

- debian/changelog
- + debian/clean
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+spatialite-tools (5.1.0-2) UNRELEASED; urgency=medium
+
+  * Use execute_before instead of override in rules file.
+
+ -- Bas Couwenberg <[email protected]>  Sun, 13 Aug 2023 17:38:04 +0200
+
 spatialite-tools (5.1.0-1) unstable; urgency=medium
 
   * Move from experimental to unstable.


=====================================
debian/clean
=====================================
@@ -0,0 +1 @@
+debian/man/*.1


=====================================
debian/rules
=====================================
@@ -29,17 +29,12 @@ versions:
        @echo "Spatialite full version: $(FULL_VERSION)"
        @echo "Spatialite version: $(LC_VERSION)"
 
-override_dh_clean:
-       dh_clean debian/man/*.1
-
 override_dh_auto_configure:
        dh_auto_configure -- $(shell dpkg-buildflags --export=configure)
 
-override_dh_auto_build:
+execute_before_dh_auto_build:
        # Create man page from DocBook XML
        for x in $(MANPAGES) ; do \
            docbook2x-man --string-param header-3="$(BUILD_DATE)" $$x ; \
            mv `basename $$x | sed 's/.xml$$//'` `dirname $$x` ; \
        done
-
-       dh_auto_build



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/spatialite-tools/-/commit/558b2b8ad54535fe8093506b66f731e489679914

-- 
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/spatialite-tools/-/commit/558b2b8ad54535fe8093506b66f731e489679914
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