linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #03984
[Branch ~linuxdcpp-team/linuxdcpp/trunk] Rev 422: Post 1.1.0 cleanup
------------------------------------------------------------
revno: 422
committer: Steven Sheehy <steven.sheehy@xxxxxxxxx>
branch nick: trunk
timestamp: Sun 2011-04-17 19:18:45 -0500
message:
Post 1.1.0 cleanup
modified:
debian/changelog
debian/rules
linux/version.cc
--
lp:linuxdcpp
https://code.launchpad.net/~linuxdcpp-team/linuxdcpp/trunk
Your team LinuxDC++ Team is subscribed to branch lp:linuxdcpp.
To unsubscribe from this branch go to https://code.launchpad.net/~linuxdcpp-team/linuxdcpp/trunk/+edit-subscription
=== modified file 'debian/changelog'
--- debian/changelog 2011-04-17 17:41:11 +0000
+++ debian/changelog 2011-04-18 00:18:45 +0000
@@ -1,8 +1,14 @@
+linuxdcpp (1.2.0~pre1-1) unstable; urgency=low
+
+ * Initial preparations for 1.2.0
+
+ -- LinuxDC++ Team <linuxdcpp-team@xxxxxxxxxxxxxxxxxxx> Sun, 17 Apr 2011 19:18:00 -0600
+
linuxdcpp (1.1.0-1) unstable; urgency=low
* Official 1.1.0 release
- -- LinuxDC++ Team <linuxdcpp-team@xxxxxxxxxxxxxxxxxxx> Sun, 17 Apr 2011 11:51:00 -0500
+ -- LinuxDC++ Team <linuxdcpp-team@xxxxxxxxxxxxxxxxxxx> Sun, 17 Apr 2011 12:41:00 -0600
linuxdcpp (1.1.0~pre1-1) unstable; urgency=low
=== modified file 'debian/rules'
--- debian/rules 2011-04-17 17:41:11 +0000
+++ debian/rules 2011-04-18 00:18:45 +0000
@@ -12,7 +12,7 @@
build-stamp:
dh_testdir
# Change to release=1 and uncomment dh_strip below for a release
- scons release=1 PREFIX=/usr FAKE_ROOT=debian/$(package)
+ scons debug=1 PREFIX=/usr FAKE_ROOT=debian/$(package)
touch $@
clean:
@@ -56,7 +56,7 @@
dh_gconf
dh_icons
dh_link
- dh_strip
+# dh_strip
dh_compress
dh_fixperms
# dh_perl
=== modified file 'linux/version.cc'
--- linux/version.cc 2011-04-17 17:41:11 +0000
+++ linux/version.cc 2011-04-18 00:18:45 +0000
@@ -21,5 +21,5 @@
#include "version.hh"
-const char* LINUXDCPP_VERSION_STRING = "1.1.0";
+const char* LINUXDCPP_VERSION_STRING = "1.2.0~pre1~bzr" BZR_REVISION;