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

Bug#988229: marked as done (unblock: tepl/5.0.1-2)



Your message dated Sat, 08 May 2021 19:21:59 +0000
with message-id <E1lfSWV-0007V2-TP@respighi.debian.org>
and subject line unblock tepl
has caused the Debian Bug report #988229,
regarding unblock: tepl/5.0.1-2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
988229: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=988229
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
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

--- End Message ---
--- Begin Message ---
Unblocked.

--- End Message ---

Reply to: