Compare commits
	
		
			3 Commits
		
	
	
		
			jb58372
			...
			ubports/fo
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| c9dac30378 | |||
| c65cba538d | |||
| 4cdf674699 | 
							
								
								
									
										10
									
								
								debian/Jenkinsfile
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								debian/Jenkinsfile
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
@Library('ubports-build-tools') _
 | 
			
		||||
 | 
			
		||||
buildAndProvideDebianPackage()
 | 
			
		||||
 | 
			
		||||
// Or if the package consists entirely of arch-independent packages:
 | 
			
		||||
// (optional optimization, will confuse BlueOcean's live view at build stage)
 | 
			
		||||
// buildAndProvideDebianPackage(/* isArchIndependent */ true)
 | 
			
		||||
 | 
			
		||||
// Optionally, to skip building on some architectures (amd64 is always built):
 | 
			
		||||
// buildAndProvideDebianPackage(false, /* ignoredArchs */ ['arm64'])
 | 
			
		||||
							
								
								
									
										9
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							@@ -1,3 +1,12 @@
 | 
			
		||||
mce-dev (1.29.0-1ubports1) focal; urgency=medium
 | 
			
		||||
 | 
			
		||||
  * Port to focal
 | 
			
		||||
  * Update to dh version 12
 | 
			
		||||
  * Remove obsolete files
 | 
			
		||||
  * Install architecture independent mce.pc in /usr/share/pkgconfig
 | 
			
		||||
 | 
			
		||||
 -- Guido Berhoerster <guido+gitlab.com@berhoerster.name>  Thu, 09 Dec 2021 11:20:24 +0100
 | 
			
		||||
 | 
			
		||||
mce-dev (1.29.0) unstable; urgency=low
 | 
			
		||||
 | 
			
		||||
  * [mce] Add mouse availability state D-Bus constants. JB#55866
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								debian/compat
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								debian/compat
									
									
									
									
										vendored
									
									
								
							@@ -1 +0,0 @@
 | 
			
		||||
5
 | 
			
		||||
							
								
								
									
										5
									
								
								debian/control
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								debian/control
									
									
									
									
										vendored
									
									
								
							@@ -1,9 +1,8 @@
 | 
			
		||||
Source: mce-dev
 | 
			
		||||
Section: devel
 | 
			
		||||
Priority: optional
 | 
			
		||||
Maintainer: Santtu Lakkala <ext-santtu.1.lakkala@nokia.com>
 | 
			
		||||
Uploaders: Tuomo Tanskanen <ext-tuomo.1.tanskanen@nokia.com>, Jukka Turunen <ext-jukka.t.turunen@nokia.com>
 | 
			
		||||
Build-Depends: debhelper (>= 5.0.0)
 | 
			
		||||
Maintainer: UBports developers <devs@ubports.com>
 | 
			
		||||
Build-Depends: debhelper-compat (= 12)
 | 
			
		||||
Build-Depends-Indep: doxygen
 | 
			
		||||
Standards-Version: 3.7.3
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										4
									
								
								debian/mce-dev.install
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								debian/mce-dev.install
									
									
									
									
										vendored
									
									
								
							@@ -1,2 +1,2 @@
 | 
			
		||||
debian/tmp/usr/lib/pkgconfig/*
 | 
			
		||||
debian/tmp/usr/include/mce/*
 | 
			
		||||
mce.pc usr/share/pkgconfig/
 | 
			
		||||
usr/include/mce/*
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										73
									
								
								debian/rules
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										73
									
								
								debian/rules
									
									
									
									
										vendored
									
									
								
							@@ -1,64 +1,17 @@
 | 
			
		||||
#!/usr/bin/make -f
 | 
			
		||||
# debian/rules for mce-dev using debhelper.
 | 
			
		||||
# Copyright © 2004-2009 Nokia Corporation.  All rights reserved.
 | 
			
		||||
# You must remove unused comment lines for the released package.
 | 
			
		||||
#export DH_VERBOSE = 1
 | 
			
		||||
#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 | 
			
		||||
#export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
 | 
			
		||||
#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 | 
			
		||||
 | 
			
		||||
# Uncomment this to turn on verbose mode.
 | 
			
		||||
#export DH_VERBOSE=1
 | 
			
		||||
override_dh_auto_build:
 | 
			
		||||
	dh_auto_build -- doc
 | 
			
		||||
 | 
			
		||||
# This has to be exported to make some magic below work.
 | 
			
		||||
export DH_OPTIONS
 | 
			
		||||
override_dh_auto_install:
 | 
			
		||||
	dh_auto_install
 | 
			
		||||
	# mce.pc is installed manually in usr/share/pkgconfig
 | 
			
		||||
	rm -rf debian/tmp/usr/lib/pkgconfig
 | 
			
		||||
 | 
			
		||||
pkgdir = $(CURDIR)/debian/tmp
 | 
			
		||||
 | 
			
		||||
pcfileversion := $$(grep -m1 '^Version' mce.pc | sed -e 's/Version: *//')
 | 
			
		||||
changelogversion := $$(grep -m1 'mce-dev (' debian/changelog | sed -e 's/mce-dev (\(.*\)).*/\1/;s/\(^'$(pcfileversion)'\).*/\1/')
 | 
			
		||||
 | 
			
		||||
.PHONY: clean
 | 
			
		||||
clean:
 | 
			
		||||
	dh_testdir
 | 
			
		||||
	dh_testroot
 | 
			
		||||
 | 
			
		||||
	$(MAKE) distclean
 | 
			
		||||
 | 
			
		||||
	dh_clean
 | 
			
		||||
 | 
			
		||||
.PHONY: check
 | 
			
		||||
check:
 | 
			
		||||
	@if [ x"$(pcfileversion)" != x"$(changelogversion)" ]; then \
 | 
			
		||||
		printf "error: version-number mismatch\n"; \
 | 
			
		||||
		printf "changelog version: $(changelogversion)\n"; \
 | 
			
		||||
		printf ".pc-file version: $(pcfileversion)\n"; \
 | 
			
		||||
		exit 1; \
 | 
			
		||||
	fi
 | 
			
		||||
 | 
			
		||||
.PHONY: build
 | 
			
		||||
build: check
 | 
			
		||||
	dh_testdir
 | 
			
		||||
 | 
			
		||||
	$(MAKE) doc
 | 
			
		||||
 | 
			
		||||
.PHONY: install
 | 
			
		||||
install:
 | 
			
		||||
	$(MAKE) install DESTDIR="$(pkgdir)"
 | 
			
		||||
 | 
			
		||||
.PHONY: binary-indep
 | 
			
		||||
binary-indep: build install
 | 
			
		||||
	dh_testdir
 | 
			
		||||
	dh_testroot
 | 
			
		||||
	dh_installdocs
 | 
			
		||||
	dh_installchangelogs
 | 
			
		||||
	dh_install -i
 | 
			
		||||
	dh_link
 | 
			
		||||
	dh_compress
 | 
			
		||||
	dh_fixperms
 | 
			
		||||
	dh_installdeb
 | 
			
		||||
	dh_gencontrol
 | 
			
		||||
	dh_md5sums
 | 
			
		||||
	dh_builddeb
 | 
			
		||||
 | 
			
		||||
.PHONY: binary-arch
 | 
			
		||||
binary-arch: build install
 | 
			
		||||
# nothing to see here, move along
 | 
			
		||||
 | 
			
		||||
.PHONY: binary
 | 
			
		||||
binary: binary-indep binary-arch
 | 
			
		||||
%:
 | 
			
		||||
	dh $@
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								debian/source/format
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								debian/source/format
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1 @@
 | 
			
		||||
3.0 (native)
 | 
			
		||||
		Reference in New Issue
	
	Block a user