[Python-apps-commits] r12511 - in packages/sabnzbdplus/trunk/debian (rules)

jcfp-guest at users.alioth.debian.org jcfp-guest at users.alioth.debian.org
Fri Oct 23 10:56:07 UTC 2015


    Date: Friday, October 23, 2015 @ 10:56:07
  Author: jcfp-guest
Revision: 12511

fix cvs url in get-orig-source

Modified:
  packages/sabnzbdplus/trunk/debian/rules

Modified: packages/sabnzbdplus/trunk/debian/rules
===================================================================
--- packages/sabnzbdplus/trunk/debian/rules	2015-10-23 10:53:14 UTC (rev 12510)
+++ packages/sabnzbdplus/trunk/debian/rules	2015-10-23 10:56:07 UTC (rev 12511)
@@ -63,7 +63,7 @@
 	gunzip $(DEB_SRC)_$(UPS_VER).orig.tar.gz
 	mv $(DEB_SRC)_$(UPS_VER).orig.tar $(DEB_SRC)_$(UPS_VER)$(DEB_TAG).orig.tar
 	# download the missing source files from cvs
-	svn export --non-interactive svn://anonscm.debian.org/python-apps/packages/sabnzbdplus/trunk/debian/missing-sources $(CURDIR)/$(UPS_DIR)
+	svn export --non-interactive svn://anonscm.debian.org/python-apps/packages/sabnzbdplus/trunk/missing-sources $(CURDIR)/$(UPS_DIR)
 	# merge missing sources into upstream tarball and create new orig.tar.gz
 	tar --append --owner=root --group=root --mode=a+rX --file $(DEB_SRC)_$(UPS_VER)$(DEB_TAG).orig.tar $(UPS_DIR)
 	rm -f $(DEB_SRC)_$(UPS_VER)$(DEB_TAG).orig.tar.gz




More information about the Python-apps-commits mailing list