Explorar o código

Improved arch-build rule

Matt Zimmerman %!s(int64=21) %!d(string=hai) anos
pai
achega
602afa4693
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      debian/rules

+ 1 - 1
debian/rules

@@ -336,4 +336,4 @@ arch-build:
 	mkdir -p debian/arch-build/apt-$(APT_DEBVER)
 	baz inventory -s | xargs cp -a --parents --target=debian/arch-build/apt-$(APT_DEBVER)
 	$(MAKE) -C debian/arch-build/apt-$(APT_DEBVER) startup doc
-	(cd debian/arch-build/apt-$(APT_DEBVER); $(DEB_BUILD_PROG))
+	(cd debian/arch-build/apt-$(APT_DEBVER); $(DEB_BUILD_PROG); dpkg-genchanges -S > ../apt_$(APT_DEBVER)_source.changes)