[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#988229: unblock: tepl/5.0.1-2



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package tepl

[ Reason ]
The gir sequence (dh_girepository) is currenly not called during the
build. Without this, the gir1.2-tepl-5 package has no dependencies
defined.

[ Impact ]
Dependencies will not be installed and the binding will fail to work

[ Tests ]
The gir1.2-tepl-5 now has a Depends field

[ Risks ]
The change is pretty trivial

[ Checklist ]
  [x] all changes are documented in the d/changelog
  [x] I reviewed all changes and I approve them
  [x] attach debdiff against the package in testing

unblock tepl/5.0.1-2
diff --git a/debian/changelog b/debian/changelog
index 3f7df53..223775f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tepl (5.0.1-2) unstable; urgency=medium
+
+  * debian/rules: Call the gir sequence during the build
+
+ -- Laurent Bigonville <bigon@debian.org>  Sat, 08 May 2021 10:23:06 +0200
+
 tepl (5.0.1-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/debian/rules b/debian/rules
index f95f5a2..9f5c98e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ export DEB_LDFLAGS_MAINT_APPEND =  -Wl,-O1 -Wl,-z,defs -Wl,--as-needed
 CHECK_HOME = $(CURDIR)/debian/tmp/home
 
 %:
-	dh $@ --with gnome
+	dh $@ --with gnome,gir
 
 override_dh_auto_configure:
 	dh_auto_configure -- -Dgtk_doc=true

Reply to: