Hi Luis, I became suspicious about your recent commit. At first I realised that you are using fixed version numbers in rules file. The idea should be to avoid touching debian/rules for new upsteam versions if possible. So I would probable use something like
GTMVERSION=$(shell dpkg-parsechangelog | grep '^Version' | sed 's/Version: \([^-]\+\)-\([^-]\+\)-[0-9]\+$/\1\2/') instead of the fixed string V54002B. However, when thinking about this I wonder what the whole purpose of the copying and untaring of gtm_V54002B_linux_i586_pro.tar.gz might be. This tarball is not part of your upstream source tarball (the *.orig.tar.gz) and thus it's *not there* for the packaging process. Could you please be more verbose about your plan with this tar file? Kind regards Andreas. ----- Forwarded message from Luis Ibanez <luisibanez-gu...@alioth.debian.org> ----- Date: Sun, 12 Feb 2012 21:48:03 +0000 From: Luis Ibanez <luisibanez-gu...@alioth.debian.org> To: debian-med-com...@lists.alioth.debian.org Subject: r9659 - trunk/packages/fis-gtm/fis-gtm/trunk/debian Author: luisibanez-guest Date: 2012-02-12 21:48:02 +0000 (Sun, 12 Feb 2012) New Revision: 9659 Modified: trunk/packages/fis-gtm/fis-gtm/trunk/debian/changelog trunk/packages/fis-gtm/fis-gtm/trunk/debian/rules Log: Now using the debian/tmp directory as intermediate step during the installation of the binaries. ... Modified: trunk/packages/fis-gtm/fis-gtm/trunk/debian/rules =================================================================== --- trunk/packages/fis-gtm/fis-gtm/trunk/debian/rules 2012-02-12 20:48:34 UTC (rev 9658) +++ trunk/packages/fis-gtm/fis-gtm/trunk/debian/rules 2012-02-12 21:48:02 UTC (rev 9659) @@ -25,8 +25,9 @@ override_dh_auto_install: tcsh ./$(SRC_EXTRAS_DIR)/setupenv.sh package - cp ./gtm_V54002B_linux_i586_pro.tar.gz $(CURDIR)/debian/$(PKG)/usr - cd $(CURDIR)/debian/$(PKG)/usr + mkdir $(CURDIR)/debian/tmp + cp ./gtm_V54002B_linux_i586_pro.tar.gz $(CURDIR)/debian/tmp + cd $(CURDIR)/debian/tmp tar xzf ./gtm_V54002B_linux_i586_pro.tar.gz get-orig-source: _______________________________________________ debian-med-commit mailing list debian-med-com...@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit ----- End forwarded message ----- -- http://fam-tille.de -- To UNSUBSCRIBE, email to debian-med-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20120213084639.gc24...@an3as.eu