[med-svn] r8619 - trunk/packages/neobio/trunk/debian
Christoph Gille
christophgil-guest at alioth.debian.org
Sun Nov 20 19:05:09 UTC 2011
Author: christophgil-guest
Date: 2011-11-20 19:05:07 +0000 (Sun, 20 Nov 2011)
New Revision: 8619
Modified:
trunk/packages/neobio/trunk/debian/changelog
trunk/packages/neobio/trunk/debian/rules
Log:
Modified: trunk/packages/neobio/trunk/debian/changelog
===================================================================
--- trunk/packages/neobio/trunk/debian/changelog 2011-11-20 15:05:38 UTC (rev 8618)
+++ trunk/packages/neobio/trunk/debian/changelog 2011-11-20 19:05:07 UTC (rev 8619)
@@ -1,4 +1,4 @@
-neobio (1-1) UNRELEASED; urgency=low
+neobio (0.0.20030929-1) UNRELEASED; urgency=low
* Initial release (Closes: #647543)
Modified: trunk/packages/neobio/trunk/debian/rules
===================================================================
--- trunk/packages/neobio/trunk/debian/rules 2011-11-20 15:05:38 UTC (rev 8618)
+++ trunk/packages/neobio/trunk/debian/rules 2011-11-20 19:05:07 UTC (rev 8619)
@@ -12,9 +12,8 @@
override_dh_auto_build:
dh_auto_build
- echo xxxxxxxxxxxxxxxxxxxxxxxxxxxx override_dh_auto_build $@
mkdir -p classes
- javac -cp src -d classes $(shell find src -name "*.java")
+ ls $(SRC_TMP) && javac -cp src -d classes $(shell find src -name "*.java")
jar -cf neobio-$(VERSION).jar -C classes neobio -C bin neobio/gui/icons
override_dh_clean:
@@ -22,7 +21,6 @@
rm -rf classes
dh_clean
-
SRC_TMP := $(shell mktemp --tmpdir --directory neobio-build.XXXXXXXXXX)
ZIPF := $(SRC_TMP)/neobio_$(VERSION).zip
REPACKED := neobio-$(VERSION).orig
@@ -39,3 +37,7 @@
[ -d $(TARBALLS) ] || mkdir $(TARBALLS)
cd $(SRC_TMP) && GZIP="--best --no-name" tar -czf $(TARBALLS)/neobio_$(VERSION).orig.tar.gz $(REPACKED)
rm -rf $(SRC_TMP)
+
+# make -f debian/rules get-orig-source
+# debuild or pdebuild
+
More information about the debian-med-commit
mailing list