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

Bug#409429: libcppopt0c2: empty package



Package: libcppopt0c2
Version: 0.0.2-3.2
Severity: grave
Justification: renders package unusable
Tags: patch

Hi,

the dh_movefiles call in debian/rules wasn't changed with the package
name in the C++ ABI transition in 0.0.2-3.1. The libraries are installed
into debian/libcppopt0 instead of debian/libcppopt0c2, resulting in an
empty package an all architectures.

Patch attached.

Cheers,
-- 
Niko Tyni		ntyni@iki.fi
--- cppopt-0.0.2/debian/rules
+++ cppopt-0.0.2/debian/rules
@@ -68,7 +68,7 @@
 	#
 	# build libcppopt${major} package by moving files from libcppopt-dev
 	#
-	dh_movefiles --sourcedir=debian/libcppopt-dev -plibcppopt$(major) \
+	dh_movefiles --sourcedir=debian/libcppopt-dev -plibcppopt0c2 \
 		usr/lib/libcppopt.so.$(major)        \
 		usr/lib/libcppopt.so.$(version)
 

Reply to: