[Git][debian-gis-team/proj-data][master] Add Rules-Requires-Root to control file.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Mon Nov 28 21:27:49 GMT 2022



Bas Couwenberg pushed to branch master at Debian GIS Project / proj-data


Commits:
b4900037 by Bas Couwenberg at 2022-11-27T18:46:39+01:00
Add Rules-Requires-Root to control file.

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -16,6 +16,7 @@ proj-data (1.12~rc1-1) UNRELEASED; urgency=medium
   * Add binary package for Norway.
   * Add binary packages for Mexico & South Africa.
   * Add binary package for Poland.
+  * Add Rules-Requires-Root to control file.
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 25 Nov 2022 19:33:16 +0100
 


=====================================
debian/control
=====================================
@@ -8,6 +8,7 @@ Standards-Version: 4.6.1
 Vcs-Browser: https://salsa.debian.org/debian-gis-team/proj-data
 Vcs-Git: https://salsa.debian.org/debian-gis-team/proj-data.git
 Homepage: https://github.com/OSGeo/PROJ-data
+Rules-Requires-Root: no
 
 Package: proj-data-grids
 Architecture: all


=====================================
debian/rules
=====================================
@@ -6,14 +6,12 @@
 	dh $@
 
 override_dh_auto_install:
-	install -o root -d root -d $(CURDIR)/debian/tmp/usr/share/proj
+	install -d $(CURDIR)/debian/tmp/usr/share/proj
 
 	find $(CURDIR) \
 	    -maxdepth 1 \
 	    -not -type d \
 	    -exec install \
-	              -o root \
-	              -g root \
 	              -m 644 \
 	              {} $(CURDIR)/debian/tmp/usr/share/proj \;
 



View it on GitLab: https://salsa.debian.org/debian-gis-team/proj-data/-/commit/b4900037597c6ba8718ab210fd741156598e481b

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/proj-data/-/commit/b4900037597c6ba8718ab210fd741156598e481b
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/pkg-grass-devel/attachments/20221128/a881d903/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list