mirror of
				https://gitea.osmocom.org/cellular-infrastructure/osmo-ggsn.git
				synced 2025-10-31 12:13:41 +00:00 
			
		
		
		
	debian/rules: Don't overwrite .tarball-version
The .tarball-version file should contain the *source version* uniquely identifying the git commit, and not the Debian package name. With https://gerrit.osmocom.org/#/c/osmo-ci/+/10343/ there is a correct .tarball-version file in the .tar.xz of the nightly source packages. Change-Id: I1466936033c2f60edd1078eb41f3508d87da4402 Related: OS#3449
This commit is contained in:
		
							
								
								
									
										4
									
								
								debian/rules
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								debian/rules
									
									
									
									
										vendored
									
									
								
							| @@ -17,7 +17,3 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all | |||||||
| override_dh_strip: | override_dh_strip: | ||||||
| 	dh_strip -posmo-ggsn --dbg-package=osmo-ggsn-dbg | 	dh_strip -posmo-ggsn --dbg-package=osmo-ggsn-dbg | ||||||
| 	dh_strip -plibgtp3 --dbg-package=libgtp-dbg | 	dh_strip -plibgtp3 --dbg-package=libgtp-dbg | ||||||
|  |  | ||||||
| override_dh_autoreconf: |  | ||||||
| 	echo $(VERSION) > .tarball-version |  | ||||||
| 	dh_autoreconf |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user