[Pkg-jed-commit] r701 - jed/branches/0.99.19/debian

Rafael Laboissiere rafael at debian.org
Fri May 18 12:59:33 UTC 2007


* Jörg Sommer <joerg at alea.gnuu.de> [2007-05-18 11:14]:

> Rafael Laboissiere schrieb am Thu 17. May, 15:30 (+0200):
> > * Jörg Sommer <joerg at alea.gnuu.de> [2007-05-17 13:45]:
> > 
> > > Rafael Laboissiere schrieb am Wed 16. May, 22:51 (+0000):
> > > > +  * Changed the upstream version numbering scheme, where the number after
> > > > +    "+pre" corresponds to the micro version of the unstable Jed
> > > > +    branch. [RL]
> > > > +  * debian/rules:
> > > > +    + Simplified the get-orig-source rule [JS]
> > > 
> > > Do you think we should mention such changes in the /Debian/ changelog?
> > > They aren't visible to and interesting for a package user.
> > 
> > Well, the change in the numbering scheme *_is_* visible to the user and she
> > may be interested to know the reason for the change.  At any rate, we are
> > targeting here our "power" users, which are using the package in
> > experiemental.
> 
> Yes. I meant the ???Simplified ?????? message.

Oh, I see.  I did not think you referred to the "Simplified..." message,
because *_you_* put that in debian/changelog.  Anyway, I do not see problems
with logging such changes in debian/changelog.

> > This will delete the *.orig.tar.gz which is in the unpacked directory for
> > the package.  We need the the *.orig.tar.gz file which is at the directory
> > above.
> 
> Where comes this file from? I wouldn't remove files the user has created
> (e.g. by calling debian/rules get-orig-source).

I see.  What about getting the get-orig-source to create the *.orig.tar.gz
file in the directory above?

--- rules       (revision 698)
+++ rules       (working copy)
@@ -171,6 +171,6 @@
        gunzip jed-$(UPSTREAM_VERSION).tar.gz
        tar f jed-$(UPSTREAM_VERSION).tar --delete jed-$(UPSTREAM_VERSION)/info
        gzip -9 jed-$(UPSTREAM_VERSION).tar
-       mv jed-$(UPSTREAM_VERSION).tar.gz jed_$(DEBIAN_UPSTREAM_VERSION).orig.t\ar.gz
+       mv jed-$(UPSTREAM_VERSION).tar.gz ../jed_$(DEBIAN_UPSTREAM_VERSION).ori\g.tar.gz

 .PHONY: build clean binary binary-arch binary-indep get-orig-source
 
 
-- 
Rafael



More information about the Pkg-jed-devel mailing list