gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r11814: use a more debian standard v


From: Rob Savoye
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11814: use a more debian standard version. Don't use -nc when buildings debs as it prevents the source package from bewing created.
Date: Wed, 27 Jan 2010 15:58:11 -0700
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 11814
committer: Rob Savoye <address@hidden>
branch nick: trunk
timestamp: Wed 2010-01-27 15:58:11 -0700
message:
  use a more debian standard version. Don't use -nc when buildings debs as it 
prevents the source package from bewing created.
modified:
  packaging/deb.am
  packaging/snapshot.am
=== modified file 'packaging/deb.am'
--- a/packaging/deb.am  2010-01-25 20:44:46 +0000
+++ b/packaging/deb.am  2010-01-27 22:58:11 +0000
@@ -29,9 +29,9 @@
        cp -rfp $(srcdir)/packaging/debian/* $${snapshot_dir}/debian/; \
        if test -e $${snapshot_dir}/debian/changelog; then \
          mv -f $${snapshot_dir}/debian/changelog 
$${snapshot_dir}/debian/changelog.orig; \
-         sed -e "s:trunk:$(BRANCH_NICK)$(BRANCH_REVNO):" 
$${snapshot_dir}/debian/changelog.orig > $${snapshot_dir}/debian/changelog; \
+         sed -e "s:trunk:$(SNAPSHOT_VERSION):" 
$${snapshot_dir}/debian/changelog.orig > $${snapshot_dir}/debian/changelog; \
        fi; \
-       (cd $${snapshot_dir}; dpkg-buildpackage -rfakeroot -nc -j4)
+       (cd $${snapshot_dir}; dpkg-buildpackage -rfakeroot -j4)
 
 # these files are created when building packages
 CLEANFILES += *trunk*.deb *trunk*.gz *trunk*.bz2 *trunk*.changes

=== modified file 'packaging/snapshot.am'
--- a/packaging/snapshot.am     2010-01-25 20:44:46 +0000
+++ b/packaging/snapshot.am     2010-01-27 22:58:11 +0000
@@ -33,6 +33,10 @@
 # this is the temporary directory used for DESTDIR
 SNAPSHOT_TMP = /tmp/$(SNAPSHOT_DIR)
 
+#
+PREVIOUS_RELEASE = 0.8.6
+SNAPSHOT_VERSION = $(PREVIOUS_RELEASE)~bzr.$(BRANCH_NICK)$(BRANCH_REVNO)
+
 # extract info from bazar
 
 #


reply via email to

[Prev in Thread] Current Thread [Next in Thread]