tags 487648 patch
thanks

-=| Eddy Petrișor, Tue, Jun 24, 2008 at 06:17:06PM +0300 |=-
> 2008/6/23 Damyan Ivanov <[EMAIL PROTECTED]>:
> > As the distribution is set to UNRELEASED, the (NOT RELEASED YET) 
> > part
> > brings no new data and only stands in the way.
> >
> > Please remove it. -D UNRELEASED "New upstream release" should be enough.
> 
> I'd rather have that optional, it served me a few times as a good
> reminder to change the distro...
> 
> > Thanks in advance,
> >    dam
> >
> > P.S. If the package was debcheckout-able, I'd provide the trivial patch.
> 
> ... but do as you please, the code can be grabbed from:
> 
> svn://svn.debian.org/svn/collab-maint/deb-maint/svn-buildpackage/trunk
> or
> svn+ssh://svn.debian.org/svn/collab-maint/deb-maint/svn-buildpackage/trunk

The patch is attached. I can even commit it if you wish. (and while 
there, I'd add Vcs-* headers to d/control).

-- 
dam            JabberID: [EMAIL PROTECTED]
Index: debian/changelog
===================================================================
--- debian/changelog	(revision 10421)
+++ debian/changelog	(working copy)
@@ -15,6 +15,10 @@
     for the suggestion (Closes: #464840)
   * svn-inject no longer creates an invalid test file (Closes: 467614)
 
+  [ Damyan Ivanov ]
+  * svn-upgrade: Drop "(NOT RELEASED YET)" from the created changelog entry.
+    Closes: #487648
+
  -- Eddy Petrișor <[EMAIL PROTECTED]>  Wed, 27 Feb 2008 13:29:09 +0200
 
 svn-buildpackage (0.6.23) unstable; urgency=high
Index: svn-upgrade
===================================================================
--- svn-upgrade	(revision 10421)
+++ svn-upgrade	(working copy)
@@ -349,7 +349,7 @@
     print "Done!\n";
 }
 else {
-    withecho "debchange -D UNRELEASED -v \"$upsVersion-1\" \"(NOT RELEASED YET) New upstream release\"";
+    withecho "debchange -D UNRELEASED -v \"$upsVersion-1\" \"New upstream release\"";
     $retval = $? >> 8;
     print "Done! Last commit pending, please execute manually.\n";
 }

Attachment: signature.asc
Description: Digital signature

Reply via email to